mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
599b70a05d
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
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
|