mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-12 09:04:17 +02:00
d7d5b25882
Co-authored-by: nils måsén <nils@piksel.se> Co-authored-by: MihailITPlace <ya.halo-halo@yandex.ru> Co-authored-by: Sebastiaan Tammer <sebastiaantammer@gmail.com>
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'
|
|
|