Devenv: Fix trace id pattern (#24298)

This commit is contained in:
Andrej Ocenas 2020-05-06 10:39:46 +02:00 committed by GitHub
parent 702e007de4
commit 2b028e38f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,11 +249,11 @@ datasources:
jsonData:
derivedFields:
- name: "traceID"
matcherRegex: "trace_id=(\\w+)"
matcherRegex: "traceID=(\\w+)"
url: "$${__value.raw}"
datasourceUid: gdev-jaeger
- name: "traceID"
matcherRegex: "trace_id=(\\w+)"
matcherRegex: "traceID=(\\w+)"
url: "$${__value.raw}"
datasourceUid: gdev-zipkin