mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-06-08 03:14:09 +03:00
Previously the original labels were preserved ( -dropOriginalLabels=false). In https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9772 the default behavior was changed. Now vmagent\vmsingle drops origianal labels. The change created some confusion related to UI. For example, debug relabling column is completly hidden when the labels are not available. It created a steram of questions. This commit adds a warning similar to one we have at "Discovered targets" tab, and also always show the "Debug relabeling" column. When there is not info for it "N/A" printed. Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9901 Follow-up https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9772