2023-09-07 21:26:18 +08:00
|
|
|
---
|
|
|
|
description: Learn how to create TraceQL queries in Grafana using the query editor.
|
|
|
|
keywords:
|
|
|
|
- grafana
|
|
|
|
- tempo
|
|
|
|
- traces
|
|
|
|
- queries
|
|
|
|
labels:
|
|
|
|
products:
|
|
|
|
- cloud
|
|
|
|
- enterprise
|
|
|
|
- oss
|
|
|
|
menuTitle: Write TraceQL queries
|
|
|
|
title: Write TraceQL queries with the editor
|
2025-02-14 02:42:43 +08:00
|
|
|
weight: 400
|
2024-08-27 21:49:49 +08:00
|
|
|
refs:
|
|
|
|
explore:
|
|
|
|
- pattern: /docs/grafana/
|
|
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/explore/
|
|
|
|
- pattern: /docs/grafana-cloud/
|
|
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/explore/
|
|
|
|
service-graph:
|
|
|
|
- pattern: /docs/grafana/
|
|
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/datasources/tempo/service-graph/
|
|
|
|
- pattern: /docs/grafana-cloud/
|
|
|
|
destination: /docs/grafana-cloud/connect-externally-hosted/data-sources/tempo/service-graph/
|
|
|
|
recorded-queries:
|
|
|
|
- pattern: /docs/grafana/
|
|
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/administration/recorded-queries/
|
|
|
|
- pattern: /docs/grafana-cloud/
|
|
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/administration/recorded-queries/
|
|
|
|
tempo-query-editor:
|
|
|
|
- pattern: /docs/grafana/
|
|
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/datasources/tempo/query-editor/
|
|
|
|
- pattern: /docs/grafana-cloud/
|
|
|
|
destination: /docs/grafana-cloud/connect-externally-hosted/data-sources/tempo/query-editor/
|
2023-09-07 21:26:18 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# Write TraceQL queries with the editor
|
|
|
|
|
|
|
|
[//]: # 'Shared content for the TraceQL query editor'
|
|
|
|
[//]: # 'This content is located in /docs/sources/shared/datasources/tempo-editor-traceql.md'
|
|
|
|
|
2025-02-14 02:42:43 +08:00
|
|
|
{{< docs/shared source="grafana" lookup="datasources/tempo-editor-traceql.md" version="<GRAFANA_VERSION>" >}}
|