[Bug] Grafana - Dubbo Application Dashboard does NOT work well with Dubbo 3.3.x
Pre-check
- [X] I am sure that all the content I provide is in English.
Search before asking
- [X] I had searched in the issues and found no similar issues.
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo Java 3.3.2
Steps to reproduce this issue
Grafana Dubbo Application Dashboard does NOT work well with Dubbo 3.3.x : lots of dashboard panels show NO DATA and application_name can't be recognized.
While Dubbo 3.2.x work well .
- use this example: (dubbo-samples-metrics-prometheus)[https://github.com/apache/dubbo-samples/tree/master/4-governance/dubbo-samples-metrics-prometheus]
- update dubbo version to 3.3.2 and chang pom depence to
dubbo-observability-spring-boot-starter(match dubbo 3.3.x) - Config Promethues and uses Grafana
Dubbo Application Dashboardto watch.
What you expected to happen
Grafana Dubbo Application Dashboard work well with Dubbo 3.3.x
Anything else
No response
Are you willing to submit a pull request to fix on your own?
- [ ] Yes I am willing to submit a pull request on my own!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
@songxiaosheng PTAL
Try using the curl command to access the returned data content and Is there an error log or more information provided ?
Try using the curl command to access the returned data content and Is there an error log or more information provided ?
Same application and same configuration, only upgrade dubbo-3.2.x+springbot-3.2.x to dubbo-3.3.x+springbot-3.3.x.
lost many data like dubbo_consumer_requests_total, dubbo_consumer_qps_total etc.
http://192.168.56.1:9001/actuator/prometheus
Try using the curl command to access the returned data content and Is there an error log or more information provided ?
Same application and same configuration, only upgrade dubbo-3.2.x+springbot-3.2.x to dubbo-3.3.x+springbot-3.3.x. lost many data like
dubbo_consumer_requests_total,dubbo_consumer_qps_totaletc.
http://192.168.56.1:9001/actuator/prometheus
ok,let me look it
@songxiaosheng Is This issue resovled? I met the same Issue with DUBBO 3.3.4
I think it's cause by : https://github.com/apache/dubbo/pull/14225 and https://github.com/micrometer-metrics/micrometer/issues/5093