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 2022/10/17 13:11:02 UTC

[skywalking-query-protocol] branch attached-event updated: Fix

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

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


The following commit(s) were added to refs/heads/attached-event by this push:
     new 4dc19b1  Fix
4dc19b1 is described below

commit 4dc19b15af6b5b50b5e5c670fe5f1d6be57f368c
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Oct 17 21:10:55 2022 +0800

    Fix
---
 trace.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trace.graphqls b/trace.graphqls
index fb25a26..d4e51ab 100644
--- a/trace.graphqls
+++ b/trace.graphqls
@@ -144,7 +144,7 @@ type Instant {
 #
 # Notice, THIS IS ALSO AVAILABLE FOR ZIPKIN SPAN.
 # -----------------------------------------------
-# In SkyWalking, ZipkinQueryHandler provides a fully support for all Zipkin span query.
+# In SkyWalking, ZipkinQueryHandler provides full support for all Zipkin span queries.
 # SpanAttachedEvent query is supported through a new URI: /api/v2/trace/{traceId}/ext/spanAttachedEvents
 # The response is in JSON as usually, includes all fields of SpanAttachedEvent, and `spanId` as an additional field.
 type SpanAttachedEvent {