opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
Support export via Pulsar
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.