Files
karma/demo/karma.yaml
Łukasz Mierzwa 058d10f4ba chore(config): move value mapping options to grid:sorting section
Those options are only valid for sorting, so move it to the new config section where all sort options live
2019-02-21 18:15:11 +00:00

54 lines
1021 B
YAML

alertmanager:
interval: 10s
servers:
- name: ha1
uri: "http://localhost:9093"
timeout: 10s
proxy: true
- name: ha2
uri: "http://localhost:9094"
timeout: 10s
proxy: true
annotations:
hidden:
- help
custom:
js: /custom.js
filters:
default:
- "@receiver=by-cluster-service"
grid:
sorting:
order: label
reverse: false
label: severity
customValues:
labels:
cluster:
prod: 1
staging: 2
dev: 3
severity:
critical: 1
warning: 2
info: 3
labels:
color:
static:
- job
unique:
- cluster
- instance
- "@receiver"
custom:
severity:
info: "#87c4e0"
warning: "#ffae42"
critical: "#ff220c"
log:
config: false
level: warning
sentry:
private: https://84a9ef37a6ed4fdb80e9ea2310d1ed26:8c6ee6f0ab02406482ff4b4e824e2c27@sentry.io/1279017
public: https://84a9ef37a6ed4fdb80e9ea2310d1ed26@sentry.io/1279017