apache / rocketmq-exporter

Apache RocketMQ Prometheus Exporter
https://rocketmq.apache.org/
Apache License 2.0
294 stars 171 forks source link

Is it possible to provide a Go language version exporter? #166

Open MartinDai opened 8 months ago

MartinDai commented 8 months ago

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

This project is written in Java, and the build result is a JAR file. It requires a JRE environment to run, which adds a bit of bloat.

I have used other exporters like node_exporter, mysql_exporter, kafka_exporter, etc. They are all written in Go and build executable files, requiring no additional dependencies.

Using it this way is very simple. Have you considered using Go to develop this project (or for a new project)?

Describe the solution you'd like

A RocketMQ exporter version written in the Go language.

Describe alternatives you've considered

Written in the Go language by myself