[Bug] controller metricsExporterType config not working
Before Creating the Bug Report
-
[X] I found a bug, not just asking a question, which should be created in GitHub Discussions.
-
[X] I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
-
[X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
centos 7
RocketMQ version
5.1.3
JDK Version
1.8
Describe the Bug
metricsExporterType=PROM, but no port listens appear
Steps to Reproduce
just set the config
What Did You Expect to See?
listen to 5557
What Did You See Instead?
no port listen
Additional Context
No response
Version 5.3.0 doesn't work either
metricsExporterType = PROM metricsPromExporterPort = 5557 metricsPromExporterHost = 0.0.0.0 Must be configured to work
closed by https://github.com/apache/rocketmq/pull/7705