Update configure-tempo-data-source.md (#98228)

pull/98265/head
Kim Nylander 6 months ago committed by GitHub
parent 78b867804d
commit 848f03928c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      docs/sources/datasources/tempo/configure-tempo-data-source.md

@ -382,8 +382,8 @@ datasources:
query: 'method="$${__span.tags.method}"'
tracesToMetrics:
datasourceUid: 'prom'
spanStartTimeShift: '1h'
spanEndTimeShift: '-1h'
spanStartTimeShift: '-1h'
spanEndTimeShift: '1h'
tags: [{ key: 'service.name', value: 'service' }, { key: 'job' }]
queries:
- name: 'Sample query'
@ -402,8 +402,8 @@ datasources:
hide: false
traceQuery:
timeShiftEnabled: true
spanStartTimeShift: '1h'
spanEndTimeShift: '-1h'
spanStartTimeShift: '-1h'
spanEndTimeShift: '1h'
spanBar:
type: 'Tag'
tag: 'http.path'

Loading…
Cancel
Save