dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

[Bug] Grafana - Dubbo Application Dashboard does NOT work well with Dubbo 3.3.x

Open ldcsaa opened this issue 1 year ago • 6 comments

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 .

  1. use this example: (dubbo-samples-metrics-prometheus)[https://github.com/apache/dubbo-samples/tree/master/4-governance/dubbo-samples-metrics-prometheus]
  2. update dubbo version to 3.3.2 and chang pom depence to dubbo-observability-spring-boot-starter (match dubbo 3.3.x)
  3. Config Promethues and uses Grafana Dubbo Application Dashboard to 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

ldcsaa avatar Dec 05 '24 07:12 ldcsaa

@songxiaosheng PTAL

AlbumenJ avatar Dec 06 '24 03:12 AlbumenJ

Try using the curl command to access the returned data content and Is there an error log or more information provided ?

songxiaosheng avatar Dec 06 '24 12:12 songxiaosheng

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

prometheus-dubbo-3.2.x+springboot-3.2.x.txt

prometheus-dubbo-3.3.x+springboot-3.3.x.txt

ldcsaa avatar Dec 09 '24 07:12 ldcsaa

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

prometheus-dubbo-3.2.x+springboot-3.2.x.txt

prometheus-dubbo-3.3.x+springboot-3.3.x.txt

ok,let me look it

songxiaosheng avatar Dec 10 '24 13:12 songxiaosheng

@songxiaosheng Is This issue resovled? I met the same Issue with DUBBO 3.3.4

duzunwu512 avatar Jun 12 '25 09:06 duzunwu512

I think it's cause by : https://github.com/apache/dubbo/pull/14225 and https://github.com/micrometer-metrics/micrometer/issues/5093

RainYuY avatar Nov 26 '25 10:11 RainYuY