instrumentation: rename team to grafana_team to improve alert routing. (#75860)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2023-10-03 12:25:01 +02:00
committed by GitHub
parent cc9a4aa203
commit 3c8cea0764
3 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ func RequestMetrics(features featuremgmt.FeatureToggles, cfg *setting.Cfg, promR
}
if cfg.MetricsIncludeTeamLabel {
histogramLabels = append(histogramLabels, "team")
histogramLabels = append(histogramLabels, "grafana_team")
}
if features.IsEnabled(featuremgmt.FlagHttpSLOLevels) {