fix MetericsService resource location bug #11056
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
dubbo指标暴漏给springboot同时让指标生效
1.修复MetericsService SPI扩展文件位置
2.添加全局指标注册中心到dubbo组合指标注册中心
Brief changelog
访问 http://localhost:20888/metrics 获取指标数据成功
访问 http://localhost:8081/management/prometheus 可以获取到dubbo指标
Verifying this change
Checklist