Open narayanbhawar10 opened 2 months ago
Pinging code owners:
receiver/kafka: @pavolloffay @MovieStoreGuy
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Could you format the config properly? @narayanbhawar10
Hello, the problem that you have is that you specify a topic "topic: mykafka" but you try to use it for your metrics and logs and traces pipelines. A topic should only contain one signal: either metrics, logs or traces. You have two options to solve your problem:
more details about it in this ticket: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32735
Component(s)
receiver/kafka
What happened?
Description
Getting error while using kafka reciever to get metrics
Steps to Reproduce
Expected Result
Actual Result
Collector version
Latest
Environment information
Environment
OS: (e.g., "Ubuntu 20.04") Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response