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 2021/08/19 06:37:11 UTC

[GitHub] [skywalking-rocketbot-ui] heihaozi commented on a change in pull request #530: Support clicking the service name in the chart to link to the tracking page.

heihaozi commented on a change in pull request #530:
URL: https://github.com/apache/skywalking-rocketbot-ui/pull/530#discussion_r691825797



##########
File path: src/views/components/dashboard/charts/chart-slow.vue
##########
@@ -41,6 +46,13 @@ limitations under the License. -->
     @Prop() private item!: any;
     @Prop() private type!: any;
     @Prop() private intervalTime!: any;
+    private isServiceChart: boolean = false;
+
+    private created() {
+      const serviceMetricNames = ['service_cpm', 'service_resp_time', 'service_apdex', 'service_sla'];

Review comment:
       I will make changes as soon as possible.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org