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/08/11 12:46:34 UTC

[skywalking-query-protocol] branch master updated: Remove page path from browser log query condition

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 e9ecb51  Remove page path from browser log query condition
e9ecb51 is described below

commit e9ecb5153fbab9ab21d805c898d05fbe45e7c4d6
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Aug 11 20:46:29 2021 +0800

    Remove page path from browser log query condition
---
 browser-log.graphqls | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/browser-log.graphqls b/browser-log.graphqls
index 4fad05a..f4ebd5d 100644
--- a/browser-log.graphqls
+++ b/browser-log.graphqls
@@ -20,7 +20,6 @@ input BrowserErrorLogQueryCondition {
     serviceId: ID
     serviceVersionId: ID
     pagePathId: ID
-    pagePath: String
     category: ErrorCategory
     # The time range of browser perf data time
     queryDuration: Duration
@@ -61,4 +60,4 @@ enum ErrorCategory {
 
 extend type Query {
     queryBrowserErrorLogs(condition: BrowserErrorLogQueryCondition): BrowserErrorLogs
-}
\ No newline at end of file
+}