mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
Remove file (#23741)
This commit is contained in:
parent
8620b7c2aa
commit
97bb3dcf2d
@ -1,23 +0,0 @@
|
||||
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: loki-derived-test
|
||||
type: loki
|
||||
access: proxy
|
||||
url: http://localhost:3100
|
||||
editable: false
|
||||
jsonData:
|
||||
derivedFields:
|
||||
- name: "traceID"
|
||||
matcherRegex: "trace_id=(\\w+)"
|
||||
url: "$${__value.raw}"
|
||||
datasourceUid: jaeger1234
|
||||
|
||||
- name: jaeger-derived-test
|
||||
type: jaeger
|
||||
uid: jaeger1234
|
||||
access: proxy
|
||||
url: http://localhost:16686
|
||||
editable: false
|
||||
|
Loading…
Reference in New Issue
Block a user