mirror of
https://github.com/stryan/mumble-discord-bridge.git
synced 2024-11-16 20:15:40 -05:00
13 lines
276 B
YAML
13 lines
276 B
YAML
|
global:
|
||
|
scrape_interval: 15s
|
||
|
evaluation_interval: 15s
|
||
|
|
||
|
# A scrape configuration containing exactly one endpoint to scrape.
|
||
|
scrape_configs:
|
||
|
- job_name: 'mdb'
|
||
|
scrape_interval: 1s
|
||
|
static_configs:
|
||
|
- targets: [
|
||
|
'mumble-discord-bridge:9559',
|
||
|
]
|