Tempo: Consider tempo search out of beta and remove beta badge and feature flags (#50030)

* Tempo: Remove beta notice and feature flag for search

* remove unused imports
This commit is contained in:
Connor Lindsey
2022-06-01 11:32:10 -06:00
committed by GitHub
parent dca0453c2e
commit 3fff17af63
7 changed files with 9 additions and 54 deletions

View File

@@ -66,17 +66,6 @@ var (
Description: "Search for dashboards using panel title",
State: FeatureStateAlpha,
},
{
Name: "tempoSearch",
Description: "Enable searching in tempo datasources",
State: FeatureStateBeta,
FrontendOnly: true,
},
{
Name: "tempoBackendSearch",
Description: "Use backend for tempo search",
State: FeatureStateBeta,
},
{
Name: "tempoServiceGraph",
Description: "show service",