Crate metriken_core

source ·
Expand description

Easily registered distributed metrics.

You should usually be using the metriken crate instead. This crate contains the core distributed slice used by metriken so that multiple major versions of metriken` can coexist.

Modules

  • Methods and structs for working with dynamically created and destroyed metrics.

Macros

Structs

Enums

Traits

  • Global interface to a metric.

Functions

  • The default formatter supports Prometheus-style exposition, and otherwise simply prints the metric name.
  • The list of all metrics registered via the either [metric] attribute or by using the types within the [dynmetrics] module.