Vector As Proxy (or Vector to Vector) #24265
Unanswered
bogdanml999
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following scenario:
I want to send metrics from clients to Mimir. In between I want to have another vector instance so that the clients send first the metrics to this vector instance (let's call it vector-proxy) and this one forwards the metrics further to Mimir.
From the documentation I realized that the two configurations for vector-client and vector-proxy will have:
vector-client:
vector-proxy:
For that I have speed up a docker compose running two vector containers, mimir and grafana but I couldn't been able to make the vector to vector connection to work. The vector configs tried are:
vector-client.toml:
vector-proxy.toml:
What am I missing? Can someone provide configuration examples for vector to vector case.
Beta Was this translation helpful? Give feedback.
All reactions