-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathloki.yaml
More file actions
116 lines (109 loc) · 2.55 KB
/
loki.yaml
File metadata and controls
116 lines (109 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
apiVersion: 1
datasources:
- name: Tempo
type: tempo
uid: tempo
access: proxy
url: http://tempo:3200
isDefault: false
jsonData:
tracesToLogsV2:
datasourceUid: P8E80F9AEF21F6940
spanStartTimeShift: '-1h'
spanEndTimeShift: '1h'
filterByTraceID: true
filterBySpanID: true
tracesToProfiles:
datasourceUid: pyroscope
profileTypeId: 'process_cpu:cpu:nanoseconds:cpu:nanoseconds'
customQuery: true
query: '{service_name="chainlink-node"}'
serviceMap:
datasourceUid: PBFA97CFB590B2093
nodeGraph:
enabled: true
- name: Loki
type: loki
uid: P8E80F9AEF21F6940
isDefault: true
access: proxy
url: http://loki:3100
jsonData:
maxLines: 5000
derivedFields:
- datasourceUid: tempo
matcherRegex: '"traceID":"([a-f0-9]+)"'
name: TraceID
url: '$${__value.raw}'
- name: Prometheus
type: prometheus
uid: PBFA97CFB590B2093
access: proxy
url: http://prometheus:9090
jsonData:
timeInterval: 5s
- name: PostgreSQL 0
type: postgres
url: host.docker.internal:13000
database: db_0
user: chainlink
secureJsonData:
password: thispasswordislongenough
jsonData:
sslmode: disable
isDefault: false
editable: true
- name: PostgreSQL 1
type: postgres
url: host.docker.internal:13000
database: db_1
user: chainlink
secureJsonData:
password: thispasswordislongenough
jsonData:
sslmode: disable
isDefault: false
editable: true
- name: PostgreSQL 2
type: postgres
url: host.docker.internal:13000
database: db_2
user: chainlink
secureJsonData:
password: thispasswordislongenough
jsonData:
sslmode: disable
isDefault: false
editable: true
- name: PostgreSQL 3
type: postgres
url: host.docker.internal:13000
database: db_3
user: chainlink
secureJsonData:
password: thispasswordislongenough
jsonData:
sslmode: disable
isDefault: false
editable: true
- name: PostgreSQL 4
type: postgres
url: host.docker.internal:13000
database: db_4
user: chainlink
secureJsonData:
password: thispasswordislongenough
jsonData:
sslmode: disable
isDefault: false
editable: true
- name: Pyroscope
type: grafana-pyroscope-datasource
uid: pyroscope
access: proxy
url: http://pyroscope:4040
isDefault: false
version: 1
editable: true
jsonData:
maxNodes: 100000