Skip to content

Commit fe6afeb

Browse files
committed
Add Grafana version notice
1 parent f08a69a commit fe6afeb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/en/api/traceql-service.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,8 @@ traceQL:
835835
```
836836
837837
## Integration with Grafana
838-
838+
***Notice:*** The feature requires version `Grafana 12 or later`.
839+
More details can refer to [Use Grafana As The UI](../setup/backend/ui-grafana.md)
839840
### Add Tempo Data Source
840841
1. In Grafana, go to Configuration → Data Sources
841842
2. Add a new Tempo data source

docs/en/setup/backend/ui-grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In the data source config panel, chose the `Tempo` and set the url to the full O
2727
The SkyWalking native trace API context path is `/skywalking`, and the Zipkin trace API context path is `/zipkin`.
2828
You can customize them via `SW_TRACEQL_REST_CONTEXT_PATH_SKYWALKING` and `SW_TRACEQL_REST_CONTEXT_PATH_ZIPKIN` respectively. If you customize either path, use the customized path in the Grafana Tempo data source URL.
2929

30-
***Notice:*** disable the Streaming option for Tempo data source in the following configuration.
30+
***Notice:*** The feature requires version `Grafana 12 or later`. And require disabling the Streaming option for the Tempo data source in the following configuration.
3131
<img src="https://skywalking.apache.org/screenshots/10.4.0/traceql/grafana-tempo-datasource-streaming.png"/>
3232

3333
#### SkyWalking Native Trace

0 commit comments

Comments
 (0)