mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
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:
@@ -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 builder’s 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**.
|
||||
|
||||
Reference in New Issue
Block a user