[v10.2.x] Docs: correct tracesToLogsV2 example span time shifts (#89422)
Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: jvaelen <jeroen.vaelen@gmail.com>
This commit is contained in:
co-authored by
Jack Baldry
jvaelen
parent
0c58c7e149
commit
66b7c10a76
@@ -209,8 +209,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
|
||||
|
||||
Reference in New Issue
Block a user