mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
10 lines
171 B
YAML
10 lines
171 B
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
|
||
|
marathon_sd_configs:
|
||
|
- servers:
|
||
|
- 'https://localhost:1234'
|
||
|
|
||
|
auth_token: 1234
|
||
|
auth_token_file: somefile
|