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/01 01:37:40 UTC

[skywalking-query-protocol] branch master updated: Remove month as step level.

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 80d4309  Remove month as step level.
80d4309 is described below

commit 80d4309d808756fe73a6c5362a80e009deee57f9
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Apr 1 09:37:09 2020 +0800

    Remove month as step level.
---
 common.graphqls | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common.graphqls b/common.graphqls
index d4ed1dc..05b9b9a 100644
--- a/common.graphqls
+++ b/common.graphqls
@@ -53,7 +53,6 @@ input Duration {
 }
 
 enum Step {
-    MONTH
     DAY
     HOUR
     MINUTE