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/03/07 10:28:44 UTC

[GitHub] WillemJiang commented on a change in pull request #574: [SCB-372] support user set metrics prometheus exporter address not only port

WillemJiang commented on a change in pull request #574: [SCB-372] support user set metrics prometheus exporter address not only port
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/574#discussion_r172798579
 
 

 ##########
 File path: metrics/metrics-integration/metrics-prometheus/src/main/java/org/apache/servicecomb/metrics/prometheus/MetricsHttpPublisher.java
 ##########
 @@ -37,20 +36,34 @@
 public class MetricsHttpPublisher implements ApplicationListener<ApplicationEvent> {
   private static final Logger LOGGER = LoggerFactory.getLogger(MetricsHttpPublisher.class);
 
-  private static final String METRICS_PROMETHEUS_PORT = "servicecomb.metrics.prometheus.port";
+  private static final String METRICS_PROMETHEUS_ADDRESS = "servicecomb.metrics.prometheus.address";
 
 Review comment:
   Using the host and port setting could be a better way to go.

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