Chore: Use maputil functions from grafana-azure-sdk-go (#81734)

use maputil functions from grafana-azure-sdk-go
This commit is contained in:
ismail simsek
2024-02-01 20:16:07 +01:00
committed by GitHub
parent 780c28be2d
commit 8fea101931
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,7 @@ import (
"regexp"
"time"
"github.com/grafana/grafana-azure-sdk-go/util/maputil"
"github.com/grafana/grafana-plugin-sdk-go/backend"
"github.com/grafana/grafana-plugin-sdk-go/data"
"go.opentelemetry.io/otel/attribute"
@@ -20,7 +21,6 @@ import (
"github.com/grafana/grafana/pkg/tsdb/prometheus/models"
"github.com/grafana/grafana/pkg/tsdb/prometheus/querydata/exemplar"
"github.com/grafana/grafana/pkg/tsdb/prometheus/utils"
"github.com/grafana/grafana/pkg/util/maputil"
)
const legendFormatAuto = "__auto"