mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
a0bac4b488
Signed-off-by: 3Xpl0it3r <shouc.wang@hotmail.com>
7 lines
182 B
YAML
7 lines
182 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
kubernetes_sd_configs:
|
|
- role: endpoints
|
|
api_server: 'https://localhost:1234'
|
|
kubeconfig_file: /user1/.kube/config
|