mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 01:54:06 -08:00
6 lines
141 B
YAML
6 lines
141 B
YAML
|
scrape_configs:
|
||
|
- job_name: "some job"
|
||
|
tls_config:
|
||
|
cert_file: nonexistent_cert_file.yml
|
||
|
key_file: nonexistent_key_file.yml
|