Module rill::tracers[][src]

Tracers to send specific types of tracing data.

Structs

CounterTracer

Tracers Counter metrics that can increments only.

DictTracer

This tracer sends text messages.

GaugeTracer

Sends metrics as gauge that can change value to any.

LogTracer

This tracer sends text messages.

Tracer

The generic provider that forwards metrics to worker and keeps a flag for checking the activitiy status of the Tracer.