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
@@ -95,7 +95,6 @@ Experimental features might be changed or removed without prior notice.
| `lokiQuerySplittingConfig` | Give users the option to configure split durations for Loki queries |
| `individualCookiePreferences` | Support overriding cookie preferences per user |
| `onlyExternalOrgRoleSync` | Prohibits a user from changing organization roles synced with external auth providers |
| `traceqlSearch` | Enables the 'TraceQL Search' tab for the Tempo datasource which provides a UI to generate TraceQL queries |
| `timeSeriesTable` | Enable time series table transformer & sparkline cell type |
| `prometheusResourceBrowserCache` | Displays browser caching options in Prometheus data source configuration |
| `influxdbBackendMigration` | Query InfluxDB InfluxQL without the proxy |
@@ -16,13 +16,6 @@ labels:
# Create TraceQL queries using Search
{{% admonition type="note" %}}
This new Search query type is available as an experimental feature.
This feature is under active development and is not production ready.
To try this feature, enable the `traceqlSearch` feature flag in Grafana (read [documentation](/docs/grafana/latest/setup-grafana/configure-grafana/feature-toggles/)).
Grafana Cloud users have this feature.
{{% /admonition %}}
Using the Search tab in Explore, you can use the query builders drop-downs to compose TraceQL queries. The selections you make automatically generate a [TraceQL query](/docs/tempo/latest/traceql).
To access **Search**, select your Tempo data source, and then choose **Explore** and select **Query type** > **Search**.