This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Can Vector processing metrics data from Kafka to Prometheus directly #18918
Labels
type: bug
A code related bug.
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
The text was updated successfully, but these errors were encountered: