Module rill_protocol::flow::data[][src]

Expand description

Data Flows consists of three types of elements:

  1. Flow - immutable parameters of a data flow. Flow 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.

Re-exports

pub use counter::CounterState;
pub use dict::DictState;
pub use gauge::GaugeState;
pub use histogram::HistogramState;
pub use logger::LoggerState;
pub use pulse::PulseState;
pub use table::TableState;

Modules

counter
dict
gauge
histogram
logger
pulse
table