opentelemetry-java-contrib icon indicating copy to clipboard operation
opentelemetry-java-contrib copied to clipboard

Support export via Pulsar

Open CodePrometheus opened this issue 9 months ago • 2 comments

Component(s)

No response

Is your feature request related to a problem? Please describe.

Pulsar is a messaging system, the open telemetry collector project supports a pulsar based collector, that according to the description can read otlp protos from a configured topic, instead of using grpc as the network layer.

Describe the solution you'd like

An export wrapper that would allow to publish messages to pulsar.

Describe alternatives you've considered

No response

Additional context

I'd like to contribute this component myself.

CodePrometheus avatar Feb 08 '25 03:02 CodePrometheus