Module rill_protocol::data [−][src]
Data Flows consists of three types of elements:
Metric- immutable parameters of a data flow. Metric is serialized and transferred with a description.State- mutable snapshot that contains all applied deltas and events. It sent serialized on the beggining of Push mode or periodically in Push mode.Event- immutable separate change that has to be applied to theState.
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 |