Loki: Replace imports of infra/log with SDK (#84336)

This commit is contained in:
Fabrizio
2024-03-20 11:25:35 +02:00
committed by GitHub
parent 421ef641d0
commit 288b06b64c
8 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
"github.com/grafana/grafana-plugin-sdk-go/backend"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana-plugin-sdk-go/backend/log"
"github.com/grafana/grafana/pkg/infra/tracing"
"github.com/grafana/grafana/pkg/promlib/converter"
"github.com/grafana/grafana/pkg/tsdb/loki/instrumentation"