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/16 14:10:22 UTC

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

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