kezhenxu94 edited a comment on pull request #422: URL: https://github.com/apache/skywalking-rocketbot-ui/pull/422#issuecomment-769550575
Besides the changes in this PR, I had to patch this in order to make the UI work after https://github.com/apache/skywalking/pull/6275 , otherwise the request failed with some errors ```diff diff --git a/src/graph/fragments/log.ts b/src/graph/fragments/log.ts index 163c708..0b55ef8 100644 --- a/src/graph/fragments/log.ts +++ b/src/graph/fragments/log.ts @@ -47,7 +47,6 @@ export const QueryServiceLogs = { endpointId traceId timestamp - isError statusCode contentType content ``` ---------------------------------------------------------------- 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]
