mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
52cf6b3e6e
Fixes #918, fixes #917
9 lines
128 B
YAML
9 lines
128 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
|
|
bearer_token: 1234
|
|
basic_auth:
|
|
username: user
|
|
password: password
|
|
|