From 96060e359f3d881c1380a0dc25d9bd02f5dd2e29 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:17:34 -0500 Subject: [PATCH] [v11.4.x] Update configure-tempo-data-source.md (#98264) Update configure-tempo-data-source.md (#98228) (cherry picked from commit 848f03928c9fd2e366afe3995d735881004dfbed) Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --- .../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 d292e7400d5..c5aeeb9c264 100644 --- a/docs/sources/datasources/tempo/configure-tempo-data-source.md +++ b/docs/sources/datasources/tempo/configure-tempo-data-source.md @@ -387,8 +387,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' @@ -407,8 +407,8 @@ datasources: hide: false traceQuery: timeShiftEnabled: true - spanStartTimeShift: '1h' - spanEndTimeShift: '-1h' + spanStartTimeShift: '-1h' + spanEndTimeShift: '1h' spanBar: type: 'Tag' tag: 'http.path'