You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/01/08 02:11:17 UTC

[GitHub] zhengyangyong commented on a change in pull request #480: [SCB-118] add prometheus integration impl

zhengyangyong commented on a change in pull request #480: [SCB-118] add prometheus integration impl
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/480#discussion_r160068410
 
 

 ##########
 File path: metrics/metrics-common/src/main/java/io/servicecomb/metrics/common/RegistryMetric.java
 ##########
 @@ -57,7 +57,7 @@ public RegistryMetric(SystemMetric systemMetric,
 
     ConsumerInvocationMetric instanceConsumerInvocationMetric = new ConsumerInvocationMetric("instance",
         MetricsConst.INSTANCE_CONSUMER_PREFIX,
-        new TimerMetric(MetricsConst.INSTANCE_PRODUCER_PREFIX + ".producerLatency"),
+        new TimerMetric(MetricsConst.INSTANCE_CONSUMER_PREFIX + ".producerLatency"),
 
 Review comment:
   oh,no... fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services