ZhouZiHe commented on issue #6230:
URL: https://github.com/apache/skywalking/issues/6230#issuecomment-763276177


   > ```yaml
   > version: '3.8'
   > services:
   >   oap:
   >     image: apache/skywalking-oap-server:8.3.0-es7
   >     container_name: oap
   >     restart: always
   >     ports:
   >       - 12800:12800
   >     healthcheck:
   >       test: ["CMD-SHELL", "/skywalking/bin/swctl ch"]
   >       interval: 30s
   >       timeout: 10s
   >       retries: 3
   >       start_period: 40s
   >     environment:
   >       SW_STORAGE: h2
   >       SW_HEALTH_CHECKER: default
   >       SW_TELEMETRY: prometheus
   >       SW_PROMETHEUS_FETCHER: default
   >   ui:
   >     image: apache/skywalking-ui:8.3.0
   >     container_name: ui
   >     depends_on:
   >       - oap
   >     links:
   >       - oap
   >     restart: always
   >     ports:
   >       - 8080:8080
   >     environment:
   >       SW_OAP_ADDRESS: oap:12800
   > ```
   > 
   > 
![image](https://user-images.githubusercontent.com/26432832/105030212-72094c80-5a8e-11eb-8c04-d19ff6ad96fe.png)
   > 
   > @ZhouZiHe Did you set the`prometheus-fetcher? 
https://github.com/apache/skywalking/blob/master/docs/en/setup/backend/backend-telemetry.md#self-observability
   We have already change the config as doc say 
   
![image](https://user-images.githubusercontent.com/20511319/105116730-445fea00-5b06-11eb-91bc-87fe2038be12.png)
   This is our  config below : 
   
![image](https://user-images.githubusercontent.com/20511319/105116798-65283f80-5b06-11eb-945e-5861e47a48eb.png)
   
![image](https://user-images.githubusercontent.com/20511319/105116873-80934a80-5b06-11eb-959d-4df430d34d7f.png)
   
![image](https://user-images.githubusercontent.com/20511319/105116944-9c96ec00-5b06-11eb-8882-3cfd0cc4716f.png)
   But it didn't seem to work
   


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


Reply via email to