You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/04/02 08:34:31 UTC

[skywalking-query-protocol] branch master updated: Add serviceInstanceName in the profile span query.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 707ae9d  Add serviceInstanceName in the profile span query.
707ae9d is described below

commit 707ae9de94973ed15f8cb2ced15171e6f6193e03
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Apr 2 16:33:57 2020 +0800

    Add serviceInstanceName in the profile span query.
---
 profile.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profile.graphqls b/profile.graphqls
index b7de239..cf32673 100644
--- a/profile.graphqls
+++ b/profile.graphqls
@@ -117,6 +117,7 @@ type ProfiledSpan {
     spanId: Int!
     parentSpanId: Int!
     serviceCode: String!
+    serviceInstanceName: ID!
     startTime: Long!
     endTime: Long!
     endpointName: String