zhengyangyong 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_r172825629
##########
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:
may better keep same as "cse.rest.adderss" ? or I will do as your suggestion
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services