songxiaosheng commented on code in PR #11632:
URL: https://github.com/apache/dubbo/pull/11632#discussion_r1115793095


##########
dubbo-metrics/dubbo-metrics-api/src/main/java/org/apache/dubbo/metrics/model/MetricsKey.java:
##########
@@ -47,6 +47,9 @@ public enum MetricsKey {
     METRIC_RT_P99("dubbo.%s.rt.seconds.p99", "Response Time P99"),
     METRIC_RT_P95("dubbo.%s.rt.seconds.p95", "Response Time P95"),
 
+    PROVIDER_METRIC_RT_HISTOGRAM("dubbo.provider.rt.seconds.histogram", 
"Response Time Histogram"),

Review Comment:
   please change provider to %s



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to