You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "gamlungJoeng (via GitHub)" <gi...@apache.org> on 2023/02/09 08:41:28 UTC

[GitHub] [skywalking] gamlungJoeng opened a new issue, #10368: [Bug]

gamlungJoeng opened a new issue, #10368:
URL: https://github.com/apache/skywalking/issues/10368

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   In the browser panel of the UI, the custom Widget has no data display.
   For example: the browser_app_page_fmp_avg chart does not show any results no matter how the time scale is switched
   
   ### What you expected to happen
   
   Normal display data in custom widget.
   
   ### How to reproduce
   
        1. Start a skywalking-OAP 
        2. Import skywalking-client-js and register an app when app start.
        3. Open booster-ui browser panel. Add custom widget of browser_app_page_fmp_avg and save to refresh browser.
        4. Switch time scale at will
   
   ### Anything else
   
        I lack Java knowledge, but I turned on the database query log, which records the SQL executed during booster-UI queries. In the SQL of "select id, value from table where id in (id1, id2)" in the log, id1 and id2 lack the base64 encoding part of "endpoint".
   The id in the browser_app_page_fmp_avg table consists of date + serviceId + endPoint. However, the value of id in the sql of Skywalking-OAP is only date+serviceId.
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] gamlungJoeng commented on issue #10368: [Bug] Skywalking SQL error.Booster-UI cannot display data

Posted by "gamlungJoeng (via GitHub)" <gi...@apache.org>.
gamlungJoeng commented on issue #10368:
URL: https://github.com/apache/skywalking/issues/10368#issuecomment-1423827768

   ![image](https://user-images.githubusercontent.com/118876071/217761093-ed26a15a-7508-478c-b523-ddd748fb281f.png)
   ![image](https://user-images.githubusercontent.com/118876071/217761269-62f1ad43-08be-44b3-b88f-9fdbaf155406.png)
   ![image](https://user-images.githubusercontent.com/118876071/217761399-33e8eff8-4142-41df-ad00-a7acd6240fc3.png)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng closed issue #10368: [Bug] Skywalking SQL error.Booster-UI cannot display data

Posted by "wu-sheng (via GitHub)" <gi...@apache.org>.
wu-sheng closed issue #10368: [Bug] Skywalking SQL error.Booster-UI cannot display data
URL: https://github.com/apache/skywalking/issues/10368


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng commented on issue #10368: [Bug] Skywalking SQL error.Booster-UI cannot display data

Posted by "wu-sheng (via GitHub)" <gi...@apache.org>.
wu-sheng commented on issue #10368:
URL: https://github.com/apache/skywalking/issues/10368#issuecomment-1423848653

   This is browser monitoring, I don't know what do you expect.
   Showing database not have data doesn't mean anything.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] gamlungJoeng commented on issue #10368: [Bug] Skywalking SQL error.Booster-UI cannot display data

Posted by "gamlungJoeng (via GitHub)" <gi...@apache.org>.
gamlungJoeng commented on issue #10368:
URL: https://github.com/apache/skywalking/issues/10368#issuecomment-1423876713

   There is data in the database, but the query function of the console is not responding normally. The log shows that there is an error in the query statement, which I think exists in the OAP node


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org