feat: support prometheus new client of micrometer 1.13.0 version
What is the purpose of the change
support prometheus new client of micrometer 1.13.0 version #14228
Brief changelog
Verifying this change
Checklist
- [x] Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
- [ ] Each commit in the pull request should have a meaningful subject line and body.
- [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
- [ ] Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
- [ ] Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
- [ ] Add some description to dubbo-website project if you are requesting to add a feature.
- [ ] GitHub Actions works fine on your own branch.
- [ ] If this contribution is large, please follow the Software Donation Guide.
https://github.com/prometheus/client_java/blob/main/prometheus-metrics-exporter-pushgateway/src/test/java/io/prometheus/metrics/exporter/pushgateway/PushGatewayTest.java
Case failed
Case failed
can you give me some tips? I don't see any error logs and
You can get the case in https://github.com/apache/dubbo-integration-cases/tree/main/99-integration/dubbo-samples-test-13580. Update the dubbo version in pom, and test it.
You can get the case in https://github.com/apache/dubbo-integration-cases/tree/main/99-integration/dubbo-samples-test-13580. Update the dubbo version in pom, and test it.
Thanks
You can get the case in https://github.com/apache/dubbo-integration-cases/tree/main/99-integration/dubbo-samples-test-13580. Update the dubbo version in pom, and test it.
Already solved . I need to modify 'dubbo-integration-cases' project . ref: https://github.com/apache/dubbo-integration-cases/pull/35
Quality Gate passed
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Case failed
i saw it many times, it seemed that it has nothing to do with this pr, it might be caused by HttpUtil.get not returning full response.
As for me, it might be better to add a new module instead of changing current codes for compatible reason.

