Expand description
Metrics collection and Prometheus export
This module provides metrics collection for monitoring server performance and Prometheus-compatible export endpoint.
Structsยง
- Counter
- A counter is a cumulative metric that represents a single monotonically increasing counter whose value can only increase or be reset to zero.
- Gauge
- A gauge is a metric that represents a single numerical value that can arbitrarily go up and down.
- Histogram
- A histogram samples observations and counts them in configurable buckets
- Metrics
Collector - Central metrics collector that manages all metrics
- Prometheus
Exporter - Prometheus text format exporter