You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/02/20 08:53:15 UTC

[GitHub] wu-sheng opened a new issue #2266: Make metric available at topology

wu-sheng opened a new issue #2266: Make metric available at topology
URL: https://github.com/apache/incubator-skywalking/issues/2266
 
 
   Right now, the topology use color and width of line to represent the metrics, which are not good enough and not cool.
   
   I hope in the next release(6.2.0), we could provide metrics(graph) by clicking a line
   
   We have metrics for line
   - cpm at client side(service_relation_client_cpm)
   - cpm at server side(service_relation_server_cpm)
   - sla at client side(service_relation_client_call_sla)
   - sla at server side(service_relation_server_call_sla)
   - avg response time at client side(service_relation_client_resp_time)
   - avg response time at server side(service_relation_server_resp_time).
   
   So, for each line, we could open a new dialog, and choose the metric type(cpm/sla/avg-response) and side(client/server). Then we could show a linear graph(linear query) and a single value(aggregation query).

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