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 2021/02/05 15:37:46 UTC

[skywalking-query-protocol] branch master updated: Update the timestamp field type (#54)

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!]