[v10.4.x] Docs: correct tracesToLogsV2 example span time shifts (#89424)

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: jvaelen <jeroen.vaelen@gmail.com>
pull/89436/head
grafana-delivery-bot[bot] 1 year ago committed by GitHub
parent 4313c396ec
commit b4a1af52f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      docs/sources/datasources/tempo/configure-tempo-data-source.md

@ -290,8 +290,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

Loading…
Cancel
Save