From 848f03928c9fd2e366afe3995d735881004dfbed Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:06:50 -0500 Subject: [PATCH] Update configure-tempo-data-source.md (#98228) --- .../datasources/tempo/configure-tempo-data-source.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/datasources/tempo/configure-tempo-data-source.md b/docs/sources/datasources/tempo/configure-tempo-data-source.md index eadba141ecc..157238122f1 100644 --- a/docs/sources/datasources/tempo/configure-tempo-data-source.md +++ b/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'