mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-12 09:04:17 +02:00
10 lines
193 B
YAML
10 lines
193 B
YAML
|
scrape_configs:
|
||
|
- job_name: watchtower
|
||
|
scrape_interval: 5s
|
||
|
metrics_path: /v1/metrics
|
||
|
bearer_token: demotoken
|
||
|
static_configs:
|
||
|
- targets:
|
||
|
- 'watchtower:8080'
|
||
|
|