Module aggregator

Module aggregator 

Source
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§

MetricsAggregator
Metrics aggregation service
PrometheusClient
Prometheus query client
PrometheusData
Prometheus data payload
PrometheusResponse
Prometheus API response
PrometheusResult
Prometheus query result

Type Aliases§

PrometheusValue
Prometheus metric value (timestamp, value)