Crate simple_metrics

Crate simple_metrics 

Source

Re-exports§

pub use labels::Labels;
pub use labels_builder::LabelsBuilder;
pub use metric_def::MetricDef;
pub use metric_def::ToMetricDef;
pub use store::MetricStore;

Modules§

labels
labels_builder
macros
metric_def
store

Macros§

gauge
metric_def

Structs§

Sample
Sample holds a single measurement of metrics

Enums§

Error
MetricType
Metric type
MetricValue

Traits§

RenderIntoMetrics
Internal trait for rendering a collection of metrics into a string.