zhengyangyong commented on issue #508: [SCB-150] Add Status(success/failed) 
dimension to operation call count and tps
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/508#issuecomment-358222538
 
 
   now support setting output level of status dimension :
   ```yaml
   servicecomb:
     metrics:
       dimension:
         #status dimension
         status:
           # success_failed  : only output success & failed (default)
           # code_group : output 1xx,2xx,3xx,4xx,5xx and xxx
           # code       : output detail code like 200,404,500... etc
           output_level: success_failed
   ```

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

Reply via email to