mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Add traceQuery setting to Tempo provisioning example (#66050)
Extend tempo provisioning example for TraceID Query settings
This commit is contained in:
parent
58287c2df2
commit
2338c31889
@ -231,6 +231,10 @@ datasources:
|
|||||||
spanBar:
|
spanBar:
|
||||||
type: 'Tag'
|
type: 'Tag'
|
||||||
tag: 'http.path'
|
tag: 'http.path'
|
||||||
|
traceQuery:
|
||||||
|
timeShiftEnabled: true
|
||||||
|
spanStartTimeShift: 15m
|
||||||
|
spanEndTimeShift: 20m
|
||||||
```
|
```
|
||||||
|
|
||||||
## Query the data source
|
## Query the data source
|
||||||
|
Loading…
Reference in New Issue
Block a user