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

@@ -27,8 +27,6 @@ export interface FeatureToggles {
['live-service-web-worker']?: boolean;
queryOverLive?: boolean;
panelTitleSearch?: boolean;
tempoSearch?: boolean;
tempoBackendSearch?: boolean;
tempoServiceGraph?: boolean;
lokiBackendMode?: boolean;
prometheus_azure_auth?: boolean;