Created
October 23, 2023 07:33
-
-
Save hagen1778/b073e80374d5b422a9d7687c5274e5ee to your computer and use it in GitHub Desktop.
RW config to send data to multiple destinations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remote_write: | |
- url: http://<victoriametrics-prod>:8428/api/v1/write | |
write_relabel_configs: | |
- source_labels: [env] | |
regex: "dev" | |
action: drop | |
- url: http://<victoriametrics-dev>:8428/api/v1/write | |
write_relabel_configs: | |
- source_labels: [env] | |
regex: "prod" | |
action: drop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment