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 42d6783 Update the timestamp field type (#54) 42d6783 is described below commit 42d6783d8c1a0d0d4c2b28e58dc1f47dd554964e Author: zhang-wei <pk...@outlook.com> AuthorDate: Fri Feb 5 23:36:27 2021 +0800 Update the timestamp field type (#54) --- log.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.graphqls b/log.graphqls index 77f9d6b..0b76f37 100644 --- a/log.graphqls +++ b/log.graphqls @@ -29,7 +29,7 @@ type Log { endpointName: String endpointId: ID traceId: String - timestamp: String! + timestamp: Long! contentType: ContentType! content: String tags: [KeyValue!]