mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 00:53:12 +00:00
9f10c63cff
The labelsets returned from remote read are mutated in higher levels (like seriesFilter.Labels()) and since the concreteSeriesSet didn't return a copy, the external mutation affected the labelset in the concreteSeries itself. This resulted in bizarre bugs where local and remote series would show with identical label sets in the UI, but not be deduplicated, since internally, a series might come to look like: {__name__="node_load5", instance="192.168.1.202:12090", job="node_exporter", node="odroid", node="odroid"} (note the repetition of the last label) |
||
---|---|---|
.. | ||
remote | ||
tsdb | ||
buffer_test.go | ||
buffer.go | ||
fanout_test.go | ||
fanout.go | ||
interface.go | ||
noop.go |