mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
9 lines
197 B
YAML
9 lines
197 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
|
|
kubernetes_sd_configs:
|
|
- role: node
|
|
api_server: "https://localhost:1234"
|
|
|
|
bearer_token: 1234
|
|
bearer_token_file: somefile
|