Prometheus: Show initial hint on builder mode when metric lookup disabled (#65827)

* Show initial hint on builder mode when metric lookup disabled

* Disable MetricEncyclopedia and label request when metric lookup is disabled
This commit is contained in:
ismail simsek
2023-04-12 17:22:35 +02:00
committed by GitHub
parent e0385d08a8
commit 08727b7d6c
6 changed files with 80 additions and 12 deletions

View File

@@ -6,8 +6,8 @@ import (
context "context"
dashboards "github.com/grafana/grafana/pkg/services/dashboards"
mock "github.com/stretchr/testify/mock"
models "github.com/grafana/grafana/pkg/services/publicdashboards/models"
mock "github.com/stretchr/testify/mock"
)
// FakePublicDashboardStore is an autogenerated mock type for the Store type