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

[skywalking-query-protocol] 01/01: change profile analyze time range data type

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

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

commit e70a3bdc86794be49d102ecb9d68712a1fb85e47
Author: Mrproliu <mr...@lagou.com>
AuthorDate: Wed Feb 26 00:04:21 2020 +0800

    change profile analyze time range data type
---
 profile.graphqls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profile.graphqls b/profile.graphqls
index e238f28..b7de239 100644
--- a/profile.graphqls
+++ b/profile.graphqls
@@ -136,7 +136,7 @@ type ProfiledSegment {
     spans: [ProfiledSpan!]!
 }
 
-type ProfileAnalyzeTimeRange {
+input ProfileAnalyzeTimeRange {
     start: Long!
     end: Long!
 }