Module metrics

Module metrics 

Source
Expand description

Metrics registry trait and implementation for Prometheus metrics

This module provides a trait-based interface for creating and managing Prometheus metrics with automatic label injection and hierarchical naming support.

Modules§

prometheus_names
Prometheus metric name constants

Constants§

USE_AUTO_LABELS

Traits§

MetricsRegistry
PrometheusMetric
Trait that defines common behavior for Prometheus metric types