You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/12/09 08:35:07 UTC

[GitHub] [skywalking] xinfeingxia85 opened a new issue #5983: SelfObservability does not display any data in version 8.3.0

xinfeingxia85 opened a new issue #5983:
URL: https://github.com/apache/skywalking/issues/5983


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [* ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
      SelfObservability does not display any data under the panel, but data does exist in the database.
      The data store is mysql
      Want to know why
      But  there is no problme with version 8.2.0
   
   - Which version of SkyWalking, OS and JRE?
      skywalking:  version 8.3.0
      os: ubtuntu
   
    UI screenshot:
   ![image](https://user-images.githubusercontent.com/20057242/101604326-b93a0180-3a3b-11eb-951f-ff3a6065c3cc.png)
   
   Database screenshot:
   ![image](https://user-images.githubusercontent.com/20057242/101604462-ec7c9080-3a3b-11eb-9de1-07741c979031.png)
   
    The file "self.yaml" is default and the  configuration through environment variables is as follows:
   
     SW_PROMETHEUS_FETCHER: "default"
     SW_TELEMETRY: "prometheus"
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] pantovad edited a comment on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
pantovad edited a comment on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-764924271


   Hello,
   
   With the setup as explained in the instructions I still get no oap-server metrics ... was working fine in 8.2.0


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] pantovad commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
pantovad commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-766781988


   Great thx vm !


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] pantovad commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
pantovad commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-766773633


   Thx vm ! Used another browser and looks good. Any hint how to remove cache for skywalking only in Chrome ?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-741654296


   You have the service and endpoint, then the data has been fetched. I am not sure what is your issue.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 removed a comment on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
kezhenxu94 removed a comment on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-746346788


   > I am new to Skywalking and want to setup APM for my services.
   
   Did you read [this](https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/backend-telemetry.md#self-observability)?
   
   > I am facing issue with SelfObservability UI not showing anything neither meter tables got created in mysql database.
   > 
   > Skywalking version 8.3
   > 
   > Can you please suggest the configuration
   > 
   > 1. In self.yml   ( where this url should point to )
   
   The url should point to `http://localhost:1234`, this is an endpoint exposed by OAP itself, and is consumed by itself, make sure to enable `telemetry` that exposes the endpoint.
   
   > 
   > ```yaml
   >   # targets will be labeled as "instance"
   >   targets:
   >     - url: http://localhost:1234
   >       sslCaFilePath:
   >   labels:
   >     service: oap-server
   > ```
   > 
   > 1. There is no data on Profile and Log tab on UI , What configuration i need to set.
   
   Profile task is created by you, if you didn't create any, there is no data without doubt.
   
   The Log tab is for frontend at the moment, check [the SDK](https://github.com/apache/skywalking-client-js)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-766762642






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-766762642


   I think this is your local browser cache. The templates cached. I checked the settings, it is there


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] JayeshMuley commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
JayeshMuley commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-746294747


   I am new to Skywalking and want to setup APM for my services. I am facing issue with SelfObservability UI not showing anything neither meter tables got created in mysql database. 
   
   Skywalking version 8.3
   
   Can you please suggest the configuration 
   
   1) In self.yml   ( where this url should point to )
   
     # targets will be labeled as "instance"
     targets:
       - url: http://localhost:1234
         sslCaFilePath:
     labels:
       service: oap-server
   
   2) There is no data on Profile and Log tab on UI , What configuration i need to set.
   
   Please suggest.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-746346788


   > I am new to Skywalking and want to setup APM for my services.
   
   Did you read [this](https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/backend-telemetry.md#self-observability)?
   
   > I am facing issue with SelfObservability UI not showing anything neither meter tables got created in mysql database.
   > 
   > Skywalking version 8.3
   > 
   > Can you please suggest the configuration
   > 
   > 1. In self.yml   ( where this url should point to )
   
   The url should point to `http://localhost:1234`, this is an endpoint exposed by OAP itself, and is consumed by itself, make sure to enable `telemetry` that exposes the endpoint.
   
   > 
   > ```yaml
   >   # targets will be labeled as "instance"
   >   targets:
   >     - url: http://localhost:1234
   >       sslCaFilePath:
   >   labels:
   >     service: oap-server
   > ```
   > 
   > 1. There is no data on Profile and Log tab on UI , What configuration i need to set.
   
   Profile task is created by you, if you didn't create any, there is no data without doubt.
   
   The Log tab is for frontend at the moment, check [the SDK](https://github.com/apache/skywalking-client-js)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] pantovad commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
pantovad commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-766761756


   So the issue is mismatching setup between UI and backend:
   Backend sets 'metricPrefix: meter_oap' in config/fetcher-prom-rules/self.yaml
   UI expects 'meter' prefix as specified in charts 'Metrics' charts configuration.
   
   Fix is either changing manually UI charts or in the backend setting 'metricPrefix: meter' 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 removed a comment on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
kezhenxu94 removed a comment on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-746346788


   > I am new to Skywalking and want to setup APM for my services.
   
   Did you read [this](https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/backend-telemetry.md#self-observability)?
   
   > I am facing issue with SelfObservability UI not showing anything neither meter tables got created in mysql database.
   > 
   > Skywalking version 8.3
   > 
   > Can you please suggest the configuration
   > 
   > 1. In self.yml   ( where this url should point to )
   
   The url should point to `http://localhost:1234`, this is an endpoint exposed by OAP itself, and is consumed by itself, make sure to enable `telemetry` that exposes the endpoint.
   
   > 
   > ```yaml
   >   # targets will be labeled as "instance"
   >   targets:
   >     - url: http://localhost:1234
   >       sslCaFilePath:
   >   labels:
   >     service: oap-server
   > ```
   > 
   > 1. There is no data on Profile and Log tab on UI , What configuration i need to set.
   
   Profile task is created by you, if you didn't create any, there is no data without doubt.
   
   The Log tab is for frontend at the moment, check [the SDK](https://github.com/apache/skywalking-client-js)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] pantovad commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
pantovad commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-764924271


   Hello,
   
   With the setup as explained in the instructions I still get no oap-server metrics ...


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-741662680


   Oh, you changed that, then yes. You can't change them randomly. Change the UI to edit mode, you will see there are configuration related to the metrics name.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] xinfeingxia85 commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
xinfeingxia85 commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-741663684


   > Oh, you changed that, then yes. You can't change them randomly. Change the UI to edit mode, you will see there are configuration related to the metrics name.
   
   OK, thank you!


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] JayeshMuley edited a comment on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
JayeshMuley edited a comment on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-746294747


   I am new to Skywalking and want to setup APM for my services. I am facing issue with SelfObservability UI not showing anything neither meter tables got created in mysql database. 
   
   Skywalking version 8.3
   
   Can you please suggest the configuration 
   
   1) In self.yml   ( where this url should point to )
   ```yaml
     # targets will be labeled as "instance"
     targets:
       - url: http://localhost:1234
         sslCaFilePath:
     labels:
       service: oap-server
   ```
   2) There is no data on Profile and Log tab on UI , What configuration i need to set.
   
   Please suggest.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] pantovad edited a comment on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
pantovad edited a comment on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-764924271


   Hello,
   
   With the setup as explained in the instructions I still get no oap-server metrics ... was working fine in 8.2.0


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] pantovad commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
pantovad commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-766761756






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] pantovad commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
pantovad commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-764924271


   Hello,
   
   With the setup as explained in the instructions I still get no oap-server metrics ...


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-766781751


   Open F12, the you have these. Clear them.
   
   ![image](https://user-images.githubusercontent.com/5441976/105705813-aa57d180-5f4b-11eb-9045-a6d8d683f17e.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.

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



[GitHub] [skywalking] xinfeingxia85 commented on issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
xinfeingxia85 commented on issue #5983:
URL: https://github.com/apache/skywalking/issues/5983#issuecomment-741661787


   > You have the service and endpoint, then the data has been fetched. I am not sure what is your issue.
   
   Select the corresponding service in the UI interface and get no data。
   However, if I set metricPrefix to value "meter", it would be normal for the UI interface to select the corresponding service.
   Set metricPrefix to any other value, it has problem.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #5983: SelfObservability does not display any data in version 8.3.0

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #5983:
URL: https://github.com/apache/skywalking/issues/5983


   


----------------------------------------------------------------
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:
users@infra.apache.org