[DOC] Update for query editor live in Cloud (#69868)

* Update for query editor live in Cloud

* Update docs/sources/datasources/tempo/query-editor/index.md
This commit is contained in:
Kim Nylander
2023-06-14 11:34:05 -04:00
committed by GitHub
parent 5a36fa5f8a
commit b38f57d80c
2 changed files with 9 additions and 5 deletions

View File

@@ -2,10 +2,10 @@
headless: true
---
[//]: # 'This file documents the Search query type for the Tempo data source. It is available as a public preview.'
[//]: # 'This file documents the Search query type for the Tempo data source.'
[//]: # 'This shared file is included in these locations:'
[//]: # '/grafana/docs/sources/datasources/tempo/query-editor/index.md'
[//]: # '/website/docs/grfana-cloud/data-configuration/traces/traces-query-editor.md'
[//]: # '/website/docs/grafana-cloud/data-configuration/traces/traces-query-editor.md'
[//]: #
[//]: # 'If you make changes to this file, verify that the meaning and content are not changed in any place where the file is included.'
[//]: # 'Any links should be fully qualified and not relative: /docs/grafana/ instead of ../grafana/.'
@@ -13,7 +13,10 @@ headless: true
# 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 should contact Grafana Support to enable this feature.
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).