mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-27 02:31:02 +01:00
When using both a label and the suffix+label in the relabel config. It's possible that Prometheus remove the suffx+label for no obvious reason. It's due to a collision when merging labels from target and from the sample. Signed-off-by: Geoffrey Beausire <g.beausire@criteo.com>