Module telemetry::plain[][src]

Definition of plain histograms, for data in a set known at compile-time.

Definition of histograms.

Histograms represent measures on a set of entities known at compile-time. In some cases, the set of entities is not known at compile-time (e.g. plug-ins, dates), in which case you should rather use Keyed histograms.

Structs

Count

Count histograms.

Enum

Enumerated histograms.

Flag

Flag histograms.

Ignoring

A histogram that ignores any input.

Linear

Linear histograms.

Traits

Histogram

A plain histogram.