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/31 08:23:20 UTC

[GitHub] zhengyangyong commented on a change in pull request #531: [SCB-252] Overwatch Integration

zhengyangyong commented on a change in pull request #531: [SCB-252] Overwatch Integration
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/531#discussion_r164979676
 
 

 ##########
 File path: metrics/metrics-integration/metrics-prometheus/src/main/java/org/apache/servicecomb/metrics/prometheus/MetricsPublisher.java
 ##########
 @@ -36,7 +36,7 @@
 
 @Component
 public class MetricsPublisher implements ApplicationListener<ApplicationEvent> {
-  private static final Logger LOGGER = LoggerFactory.getLogger(MetricsPublisher.class);
+  private static final Logger logger = LoggerFactory.getLogger(MetricsPublisher.class);
 
 Review comment:
   DONE

----------------------------------------------------------------
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