Skip to content

New component: RocketMQ Exporter #37153

@CodePrometheus

Description

@CodePrometheus

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)

@CodePrometheus

Sponsor (optional)

No response

Additional context

I'm looking for sponsors, if anyone is interested, please feel free to leave a message, thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions