-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathapi.yaml
More file actions
56 lines (51 loc) · 892 Bytes
/
api.yaml
File metadata and controls
56 lines (51 loc) · 892 Bytes
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
---
log:
level: INFO
# gelf_address: 127.0.0.1
mysql:
dns: 127.0.0.1
port: 3306
username: root
password: 1234
schema: statusbay
redis:
addr: "127.0.0.1"
port: 6379
password:
db: 0
metrics:
# datadog:
# api_key:
# app_key:
# cache_expiration: 3m
# prometheus:
# address: http://prometheus-url.domain:9090
alerts:
# statuscake:
# endpoint: https://app.statuscake.com/API
# username:
# api_key:
# pingdom:
# endpoint: https://api.pingdom.com/api
# token:
telemetry:
# flush_interval: 10
# allowed_prefixes:
# - 'abc'
# - 'def'
# blocked_prefixes:
# - 'abc'
# - 'def'
# disable_hostname: true
# metrics_prefix: ''
#
# dogstatsd_addr: ''
# datadog_tags:
# - 'tag1:value1'
# - 'tag2:value2'
#
# allow_metrics_by_default: true
#
# prometheus_retention_time_sec: 3600
# statsd_address: ''
# statsite_address: ''