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.
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