Skip to content
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

[ISSUE #7491] metricsExporterType enum config support #7492

Closed

Conversation

iamgd67
Copy link
Contributor

@iamgd67 iamgd67 commented Oct 23, 2023

Which Issue(s) This PR Fixes

Fixes #7491

Brief Description

config file using MixAll.properties2Object to load not support enum type. so add a String arg one

How Did You Test This Change?

after this change, metric port listen appear as expect

Copy link
Contributor

@joeCarf joeCarf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-commenter
Copy link

Codecov Report

Merging #7492 (1d8c874) into develop (8f020b3) will decrease coverage by 0.01%.
Report is 1 commits behind head on develop.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##             develop    #7492      +/-   ##
=============================================
- Coverage      42.97%   42.97%   -0.01%     
  Complexity      9669     9669              
=============================================
  Files           1161     1161              
  Lines          83933    83952      +19     
  Branches       10898    10899       +1     
=============================================
+ Hits           36068    36076       +8     
- Misses         43392    43405      +13     
+ Partials        4473     4471       -2     
Files Coverage Δ
...a/org/apache/rocketmq/common/ControllerConfig.java 0.00% <0.00%> (ø)

... and 23 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@iamgd67
Copy link
Contributor Author

iamgd67 commented Oct 26, 2023

ping @fuyou001 for review

@iamgd67
Copy link
Contributor Author

iamgd67 commented Oct 27, 2023

ping @RongtongJin for review

@iamgd67
Copy link
Contributor Author

iamgd67 commented Nov 6, 2023

ping @xdkxlk for review

@iamgd67
Copy link
Contributor Author

iamgd67 commented Mar 20, 2024

ping @francisoliverlee for review

@iamgd67
Copy link
Contributor Author

iamgd67 commented Mar 20, 2024

ping @lizhimins for reivew

@iamgd67 iamgd67 requested a review from lizhimins March 20, 2024 07:47
@iamgd67
Copy link
Contributor Author

iamgd67 commented Mar 20, 2024

resolved by #7705
Although this PR is earlier

@iamgd67
Copy link
Contributor Author

iamgd67 commented Mar 20, 2024

resolved by #7697
Although this PR is earlier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] controller metricsExporterType config not working
4 participants