mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 01:54:06 -08:00
8 lines
177 B
YAML
8 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
|