# UI
Skywalking UI的发行版已经包含在我们的Apache官方版本中。
# 启动
启动脚本也在/bin/webappService.sh
(.bat). UI 运行一个java进程,用的zuul框架。
# 设置
UI的设置文件是发行包里的webapp/webapp.yml
。它由三个部分组成。
- 监听端口
- 配置转发连接信息
server:
port: 8080
collector:
path: /graphql
ribbon:
ReadTimeout: 10000
# Point to all backend's restHost:restPort, split by ,
listOfServers: 10.2.34.1:12800,10.2.34.2:12800