mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
28 lines
689 B
Plaintext
Generated
28 lines
689 B
Plaintext
Generated
global:
|
|
scrape_interval: 30s
|
|
external_labels:
|
|
prometheus: default/test
|
|
prometheus_replica: $(POD_NAME)
|
|
evaluation_interval: 30s
|
|
scrape_configs:
|
|
- job_name: scrapeConfig/default/testscrapeconfig1
|
|
puppetdb_sd_configs:
|
|
- authorization:
|
|
type: Bearer
|
|
credentials: 00000000-0000-0000-0000-000000000000
|
|
proxy_url: http://no-proxy.com
|
|
no_proxy: 0.0.0.0
|
|
proxy_from_environment: false
|
|
proxy_connect_header:
|
|
header:
|
|
- value
|
|
url: https://www.example.com
|
|
query: vhost
|
|
refresh_interval: 30s
|
|
follow_redirects: true
|
|
enable_http2: true
|
|
relabel_configs:
|
|
- source_labels:
|
|
- job
|
|
target_label: __tmp_prometheus_job_name
|