PubSub does not support metric events? #21316
-
I am trying to use Vector agent to collect metrics from a local Prometheus server as to forward the data to Vector aggregator with GCP PubSub as a relay. With the following architecture in mind: Prometheus <-- Vector Agent -> GCP PubSub <-- Vector Aggregator (Prometheus exporter sink) <-- Prometheus
This is the configuration of the agent.
I am getting the following error:
It seems GCP PubSub does not support metric events. Should i resort to |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Found a discussion in discord. https://discord.com/channels/742820443487993987/1131992466241900707 |
Beta Was this translation helpful? Give feedback.
-
for clarity :
|
Beta Was this translation helpful? Give feedback.
-
I guess the fact that pub-sub does not preserve order is not compatible with out-of-order samples ingestion on metrics storage. |
Beta Was this translation helpful? Give feedback.
Found a discussion in discord.
Metrics in PubSub are not supported.
https://discord.com/channels/742820443487993987/1131992466241900707