Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to get traces into kafka consumer from otel collector #34010

Closed
edificeinsightworksapp opened this issue Jul 10, 2024 · 3 comments
Closed
Labels
exporter/kafka needs triage New item requiring triage

Comments

@edificeinsightworksapp
Copy link

Component(s)

exporter/kafka

Describe the issue you're reporting

Hello,

Not able to get traces into Kafka consumer output from collector. please find the below otel-config file:
Our pipeline is from our app--otel-kafka, spans are getting generated and displayed in the otel output debug log. But not going to Kafka topic and no error msg either. If I post a msg directly to Kafka from any other producer, data is received to Kafka. Request to let me know what would be the issue or any way i can debug more?

Starting the collector with below command:

docker run -d \ -p 4317:4317 -v $(pwd)/otel-collector-config.yaml:/etc/otelcol/otel-collector-config.yaml \ otel/opentelemetry-collector:latest

otel-collector-config.yaml

`receivers:
otlp:
protocols:
grpc:

processors:
batch:
queued_retry:

exporters:
debug:
verbosity: detailed
kafka:
brokers:
- localhost:9092
#topic: jaeger-spans
protocol_version: 3.7.1
logging:
verbosity: detailed
loglevel: debug

service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [debug,kafka,logging]
telemetry:
logs:
level: "debug"
encoding: "json"
development: true

`

Thanks

@edificeinsightworksapp edificeinsightworksapp added the needs triage New item requiring triage label Jul 10, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@harshalschaudhari
Copy link

Would you be able to share a functional Kafka exporter configuration that works with the Otel Collector Docker image, along with its setup?

@Frapschen
Copy link
Contributor

close for #34010

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/kafka needs triage New item requiring triage
Projects
None yet
Development

No branches or pull requests

3 participants