[ 
https://issues.apache.org/jira/browse/SCB-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390522#comment-16390522
 ] 

ASF GitHub Bot commented on SCB-372:
------------------------------------

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_r173032038
 
 

 ##########
 File path: 
metrics/metrics-integration/metrics-prometheus/src/test/java/org/apache/servicecomb/metrics/prometheus/TestMetricsHttpPublisher.java
 ##########
 @@ -32,21 +31,18 @@
   public void testBadPublishAddress() {
     thrown.expect(ServiceCombException.class);
     new MetricsHttpPublisher("a:b:c");
-    Assert.fail("testPublishAddress failed : a:b:c");
   }
 
   @Test
   public void testBadPublishAddress_BadPort() {
     thrown.expect(ServiceCombException.class);
 
 Review comment:
   Need to check the Exception message.

----------------------------------------------------------------
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:
us...@infra.apache.org


> support user set prometheus exporter address not only port
> ----------------------------------------------------------
>
>                 Key: SCB-372
>                 URL: https://issues.apache.org/jira/browse/SCB-372
>             Project: Apache ServiceComb
>          Issue Type: Sub-task
>          Components: Java-Chassis
>    Affects Versions: java-chassis-1.0.0-m1
>            Reporter: yangyongzheng
>            Assignee: yangyongzheng
>            Priority: Major
>             Fix For: java-chassis-1.0.0-m1
>
>
> current user only can set metrics prometheus exporter port like :
> servicecomb.metrics.prometheus.port= 9696
> we may support user set full address like cse transport :
> servicecomb.metrics.prometheus.address= 0.0.0.0:9696
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to