-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Labels
Description
The purpose and use-cases of the new component
Similar use cases as other durable messaging system exporters like Kafka and Pulsar. This could help meet teams where they are that want to do custom telemetry processing but only have access to apache-rocketmq.
Example configuration for the component
exporters:
rocketmq:
nameserver:
- 127.0.0.1:9876
topic: otlp-spans
group_name: otlp-group
encoding: otlp_proto
credentials:
access_key: accessKey
secret_key: secretKey
security_token: token
namespace: otlp-ns
tls:
use_tls: false
Telemetry data types supported
traces, metrics and logs
Code Owner(s)
Sponsor (optional)
No response
Additional context
I'm looking for sponsors, if anyone is interested, please feel free to leave a message, thanks.
dehaansa