mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
3f686cad8b
Signed-off-by: Michal Wasilewski <mwasilewski@gmx.com>
12 lines
234 B
YAML
12 lines
234 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
|
|
kubernetes_sd_configs:
|
|
- role: pod
|
|
api_server: "https://localhost:1234"
|
|
|
|
bearer_token: 1234
|
|
basic_auth:
|
|
username: user
|
|
password: password
|