Expand description
Metrics aggregation service
This module provides background services that:
- Query Prometheus metrics at regular intervals
- Aggregate and store metrics in the analytics database
- Roll up minute data to hour/day granularity
Structs§
- Metrics
Aggregator - Metrics aggregation service
- Prometheus
Client - Prometheus query client
- Prometheus
Data - Prometheus data payload
- Prometheus
Response - Prometheus API response
- Prometheus
Result - Prometheus query result
Type Aliases§
- Prometheus
Value - Prometheus metric value (timestamp, value)