blob: 38b2dd3e3bf0e4cd09e5843ea0f9a58a4a277371 (
plain)
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
|
alertmanager:
interval: 60s
servers:
- name: local
uri: http://localhost:9093
timeout: 10s
proxy: true
headers:
X-Auth-Test: some-token-or-other-string
- name: client-auth
uri: https://localhost:9093
timeout: 10s
tls:
ca: /etc/ssl/certs/ca-bundle.crt
cert: /etc/karma/client.pem
key: /etc/karma/client.key
annotations:
default:
hidden: false
hidden:
- help
visible: []
custom:
css: /custom.css
js: /custom.js
debug: false
filters:
default:
- "@receiver=by-cluster-service"
labels:
color:
static:
- job
unique:
- cluster
- instance
- "@receiver"
keep: []
strip: []
listen:
address: "0.0.0.0"
port: 8080
prefix: /
log:
config: false
level: info
jira:
- regex: DEVOPS-[0-9]+
uri: https://jira.example.com
receivers:
keep: []
strip: []
sentry:
private: secret
public: 123456789
|