rocketmq-exporter icon indicating copy to clipboard operation
rocketmq-exporter copied to clipboard

Is it possible to provide a Go language version exporter?

Open MartinDai opened this issue 1 year ago • 0 comments

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

MartinDai avatar Mar 18 '24 08:03 MartinDai