arugal commented on pull request #42:
URL:
https://github.com/apache/skywalking-query-protocol/pull/42#issuecomment-671902776
> Do you support querying all error logs of a service?
Yes, I support these conditions:
```
input BrowserErrorLogQueryCondition {
# The value of 0 means all services.
serviceId: ID
serviceVersionId: ID
pagePathId: ID
pagePath: String
category: ErrorCategory
# The time range of browser perf data time
queryDuration: Duration
paging: Pagination!
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]