-
Notifications
You must be signed in to change notification settings - Fork 11.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] can't open controller metricsExporter #7697
Comments
@baijun44 Could you submit a PR to fix the issue? |
Yes! I will. |
baijun44
added a commit
to baijun44/rocketmq
that referenced
this issue
Dec 27, 2023
@RongtongJin Please help me review.Thanks! |
RongtongJin
pushed a commit
that referenced
this issue
Dec 28, 2023
dumplicate to #7491 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
OS: ubuntu 22.04
RocketMQ version
rocketmq 5.1.4
JDK Version
openjdk 1.8
Describe the Bug
add a config "metricsExporterType = PROM" for controller, but it doesn't work.I read source file(ControllerConfig) and found this field 'metricsExporterType' has no 'set method' by passing String type parameter.
Steps to Reproduce
1.add a config "metricsExporterType = PROM"
2.start controller
3.open localhost:5557
What Did You Expect to See?
can open localhost:5557
What Did You See Instead?
can't open localhost:5557
Additional Context
No response
The text was updated successfully, but these errors were encountered: