Module rill_protocol::data[][src]

Data Flows consists of three types of elements:

  1. Metric - immutable parameters of a data flow. Metric is serialized and transferred with a description.
  2. State - mutable snapshot that contains all applied deltas and events. It sent serialized on the beggining of Push mode or periodically in Push mode.
  3. Event - immutable separate change that has to be applied to the State.

Modules

counter
dict
gauge
histogram
logger
pulse
table

Structs

TimedEvent

Traits

DataFraction

Requirements for a data fraction in a data flow.

Metric

Immutable state of a data flow.

Type Definitions

Delta