Docs: Add traceQuery setting to Tempo provisioning example (#66050)

Extend tempo provisioning example for TraceID Query settings
This commit is contained in:
Martin Disibio 2023-04-05 13:12:48 -04:00 committed by GitHub
parent 58287c2df2
commit 2338c31889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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