mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
7 lines
177 B
YAML
7 lines
177 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
static_configs:
|
|
- targets: ['localhost:8080']
|
|
tls_config:
|
|
cert_file: valid_cert_file
|
|
key_file: valid_key_file
|