Replies: 1 comment
-
Hi @Felix-YuJing . This seems more like a question than a bug report so I'll convert it to a GitHub Discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
A note for the community
Problem
I am trying to find a tool which can support:
prometheus -(1)-> kafka -(2)-> VictoriaMetrics
(1)
prometheus -vector-> kafka
Succeedvector's
prometheus_remote_write source
andkafka sink
help me send data from prometheus to kafka already. The data in kafka is like:{"name":"up","tags":{"instance":"10.32.140.2:9090","job":"prometheus","usage":"test-vector"},"timestamp":"2023-10-24T11:27:07.024Z","kind":"absolute","gauge":{"value":1.0}}
(2)
kafka --> VictoriaMetrics
FailedI got error when I use kafka source and prometheus_remote_write sink:
ERROR vector::cli: Configuration error. error=Data type mismatch between prome_kafka_in (Log) and out_to_prome (Metric)
Configuration
Version
timberio/vector:0.33.0-debian
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
Beta Was this translation helpful? Give feedback.
All reactions