mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
8 lines
191 B
YAML
8 lines
191 B
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
kubernetes_sd_configs:
|
||
|
- role: endpoints
|
||
|
kubeconfig_file: /home/User1/.kubeconfig
|
||
|
namespaces:
|
||
|
own_namespace: true
|