Crate rillrate[][src]

Expand description

Dynamic tracing system that tends to be real-time.

Re-exports

pub use rill_engine as engine;
pub use rill_protocol as protocol;

Structs

Alert

Wrapper on tracer.

Click

Wrapper on tracer.

Col

Id of a column in a table.

Counter

Wrapper on tracer.

Dict

Wrapper on tracer.

Gauge

Wrapper on tracer.

Histogram

Wrapper on tracer.

Logger

Wrapper on tracer.

Pulse

Wrapper on tracer.

RillRate

The tracer.

Row

Id of a row in a table.

Selector

Wrapper on tracer.

Table

Wrapper on tracer.

Toggle

Wrapper on tracer.

Enums

Activity

Variant of activity that send to tracers.

Functions

install

Create and install an instance of RillRate into the global cell. The provider will be alive and available until the uninstall method call.

uninstall

Uninstalling of the installed RillRate instance.