mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Add an example config file
This commit is contained in:
35
example.yaml
Normal file
35
example.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
# Example config file
|
||||
|
||||
alertmanager:
|
||||
interval: 60s
|
||||
servers:
|
||||
- name: mock
|
||||
uri: file://internal/mock/0.11.0
|
||||
timeout: 10s
|
||||
annotations:
|
||||
default:
|
||||
hidden: false
|
||||
hidden:
|
||||
- help
|
||||
visible: []
|
||||
colors:
|
||||
labels:
|
||||
static:
|
||||
- job
|
||||
unique:
|
||||
- "@receiver"
|
||||
debug: false
|
||||
filters:
|
||||
default: []
|
||||
listen:
|
||||
address: "*"
|
||||
port: 8080
|
||||
prefix: /
|
||||
jira:
|
||||
- regex: DEVOPS-[0-9]+
|
||||
uri: https://jira.example.com
|
||||
receivers:
|
||||
strip: []
|
||||
sentry:
|
||||
private: secret
|
||||
public: 123456789
|
||||
Reference in New Issue
Block a user