From 74b2c2acdcece0a3a9b6a4ad849f9c294d115090 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Tue, 7 Jul 2020 16:48:25 +0200 Subject: [PATCH] Fix lint (#26130) --- pkg/tsdb/azuremonitor/applicationinsights-datasource.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/tsdb/azuremonitor/applicationinsights-datasource.go b/pkg/tsdb/azuremonitor/applicationinsights-datasource.go index 3b7b1790115..66324968624 100644 --- a/pkg/tsdb/azuremonitor/applicationinsights-datasource.go +++ b/pkg/tsdb/azuremonitor/applicationinsights-datasource.go @@ -257,7 +257,6 @@ func (e *ApplicationInsightsDatasource) getPluginRoute(plugin *plugins.DataSourc // formatApplicationInsightsLegendKey builds the legend key or timeseries name // Alias patterns like {{metric}} are replaced with the appropriate data values. func formatApplicationInsightsLegendKey(alias string, metricName string, labels data.Labels) string { - // Could be a collision problem if there were two keys that varied only in case, but I don't think that would happen in azure. lowerLabels := data.Labels{} for k, v := range labels {