17 class resource_monitor;
19 class metric_registry;
36 class memory_collector;
38 class network_collector;
46 class graphite_exporter;
53 class metric_provider;
Health monitor with dependency management, auto-recovery, and statistics.
Abstract interface for monitoring operations.
Prometheus metric exporter implementation.
metric_type
Metric types supported by exporters.
@ timer
StatsD-specific timer metric.
@ gauge
Instantaneous value that can go up and down.
@ counter
Monotonically increasing counter.
@ histogram
Distribution of values with buckets.