prometheus/scripts/remotewrite11-bench/sender-template.yml
Callum Styan 23c7936cee refactor new version flag to make it easier to pick a specific format
instead of having multiple flags, plus add new formats for testing

Signed-off-by: Callum Styan <callumstyan@gmail.com>
Signed-off-by: Nicolás Pazos <npazosmendez@gmail.com>
2023-12-19 14:29:11 -03:00

15 lines
314 B
YAML

global:
scrape_interval: 5s
external_labels:
role: ${SENDER_NAME}
remote_write:
- url: 'http://localhost:${REMOTE_WRITE_PORT}/api/v1/write'
name: ${RECEIVER_NAME}
metadata_config:
send: false
queue_config:
max_samples_per_send: 5000
scrape_configs:
${SCRAPE_CONFIGS}