Tempo: Remove traceqlSearch feature toggle (#72029)

* Remove feature flag from registry.go

* Remove usages of toggle

* Refactor and cleanup Tempo's query field components

* Added deprecation alert

* Mark nativeSearch fields as deprecated

* Also show deprecated search tab if queryType is nativeSearch

* Update deprecation message to list grafana version

* Fix merge conflict

* Remove mention of toggle from docs
This commit is contained in:
Andre Pereira
2023-07-24 16:26:10 +01:00
committed by GitHub
parent 7f4d8de6f5
commit bd59a27b99
23 changed files with 130 additions and 138 deletions

View File

@@ -2,7 +2,7 @@ import { DataSourcePlugin, DashboardLoadedEvent } from '@grafana/data';
import { getAppEvents } from '@grafana/runtime';
import CheatSheet from './CheatSheet';
import { TempoQueryField } from './QueryEditor/QueryField';
import { TempoQueryField } from './QueryField';
import { ConfigEditor } from './configuration/ConfigEditor';
import { TempoDatasource } from './datasource';
import { onDashboardLoadedHandler } from './tracking';