Crate fedimint_metrics

source ·

Re-exports§

Macros§

Structs§

  • A Metric counts individual observations from an event or sample stream in configurable buckets. Similar to a Summary, it also provides a sum of observations and an observation count.
  • An implementation of an Encoder that converts a MetricFamily proto message into text format.

Traits§

  • An interface for encoding metric families into an underlying wire protocol.

Functions§

Type Aliases§

  • The integer version of Counter. Provides better performance if metric values are all positive integers (natural numbers).