mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
13 lines
260 B
YAML
13 lines
260 B
YAML
|
global:
|
||
|
scrape_interval: 15s
|
||
|
external_labels:
|
||
|
role: ${SENDER_NAME}
|
||
|
|
||
|
remote_write:
|
||
|
- url: 'http://localhost:${REMOTE_WRITE_PORT}/api/v1/write'
|
||
|
name: ${RECEIVER_NAME}
|
||
|
metadata_config:
|
||
|
send: false
|
||
|
|
||
|
scrape_configs:
|
||
|
${SCRAPE_CONFIGS}
|