update datasources

This commit is contained in:
royalcat 2024-04-07 17:45:59 +03:00
parent 2751873b1d
commit 1151b515df

View file

@ -15,17 +15,34 @@ datasources:
httpMethod: GET httpMethod: GET
serviceMap: serviceMap:
datasourceUid: prometheus datasourceUid: prometheus
tracesToProfiles: tracesToLogsV2:
customQuery: false datasourceUid: "loki"
datasourceUid: "pyroscope"
profileTypeId: "process_cpu:cpu:nanoseconds:cpu:nanoseconds"
tracesToLogs:
datasourceUid: loki
mapTagNamesEnabled: true
spanStartTimeShift: "1h" spanStartTimeShift: "1h"
spanEndTimeShift: "1h" spanEndTimeShift: "-1h"
filterByTraceID: true tags: []
filterBySpanID: true filterByTraceID: false
filterBySpanID: false
customQuery: false
tracesToMetrics:
datasourceUid: "prom"
spanStartTimeShift: "1h"
spanEndTimeShift: "-1h"
tags: []
traceToProfiles:
datasourceUid: "pyroscope"
tags: ["job", "instance", "pod", "namespace"]
profileTypeId: "process_cpu:cpu:nanoseconds:cpu:nanoseconds"
customQuery: false
nodeGraph:
enabled: true
search:
hide: false
lokiSearch:
datasourceUid: "loki"
traceQuery:
timeShiftEnabled: true
spanStartTimeShift: "1h"
spanEndTimeShift: "-1h"
- name: Loki - name: Loki
uid: loki uid: loki
type: loki type: loki