mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-15 16:56:24 +00:00
11 lines
223 B
Text
11 lines
223 B
Text
|
global:
|
||
|
evaluation_interval: 30s
|
||
|
scrape_interval: 30s
|
||
|
external_labels:
|
||
|
prometheus: default/test
|
||
|
prometheus_replica: $(POD_NAME)
|
||
|
scrape_configs: []
|
||
|
remote_write:
|
||
|
- url: http://example.com
|
||
|
remote_timeout: 30s
|