Data Sources: Fix namespace (#107124)

Fix namespace
pull/107129/head
Andreas Christou 3 days ago committed by GitHub
parent 46363d305b
commit 2afcb0e95b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pkg/infra/httpclient/httpclientprovider/datasource_metrics_middleware.go

@ -45,7 +45,7 @@ var (
datasourceResponseGauge = promauto.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: "plugins",
Namespace: "grafana",
Name: "datasource_response_size",
Help: "gauge of external data source response sizes returned to Grafana in bytes",
}, []string{"datasource", "datasource_type", "secure_socks_ds_proxy_enabled"},

Loading…
Cancel
Save