Docs: correct tracesToLogsV2 example span time shifts (#88421)

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
jvaelen 2024-06-19 17:01:02 +02:00 committed by GitHub
parent 4a74330a09
commit fa3679d29b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -273,8 +273,8 @@ datasources:
# Field with an internal link pointing to a logs data source in Grafana.
# datasourceUid value must match the uid value of the logs data source.
datasourceUid: 'loki'
spanStartTimeShift: '1h'
spanEndTimeShift: '-1h'
spanStartTimeShift: '-1h'
spanEndTimeShift: '1h'
tags: ['job', 'instance', 'pod', 'namespace']
filterByTraceID: false
filterBySpanID: false