mirror of https://github.com/grafana/grafana.git
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:
|
||||
type: 'Tag'
|
||||
tag: 'http.path'
|
||||
traceQuery:
|
||||
timeShiftEnabled: true
|
||||
spanStartTimeShift: 15m
|
||||
spanEndTimeShift: 20m
|
||||
```
|
||||
|
||||
## Query the data source
|
||||
|
|
|
|||
Loading…
Reference in New Issue