Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Stream<TimeSeries> -> Stream<TimeSeries>
Merge time-series data streams from redundant high-availability sources on-the-fly by resolving duplicate metric points based on replica labels.
Problem it solves
Redundant Prometheus HA instances produce duplicate timeseries metrics, wasting query bandwidth and causing inaccurate aggregations.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.