mirror of
https://github.com/Dannecron/grafana-for-dev.git
synced 2025-12-26 00:02:35 +03:00
[tech] grafana: fix tempo datasource
This commit is contained in:
@@ -35,7 +35,7 @@ datasources:
|
||||
customQuery: true
|
||||
filtersBySpanID: false
|
||||
filtersByTraceID: false
|
||||
query: "{job=\"docker\"} |= \"${__trace.traceId}\" |= \"${__span.spanId}\""
|
||||
query: "{job=\"docker\"} |= \"$${__trace.traceId}\" |= \"$${__span.spanId}\""
|
||||
spanEndTimeShift: "30m"
|
||||
spanStartTimeShift: "-30m"
|
||||
tags: []
|
||||
|
||||
Reference in New Issue
Block a user