1 Star 0 Fork 694

流风一剑1990 / skywalking

forked from SkyWalking / skywalking 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ui-setup.md 847 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Allen Wang 提交于 2018-11-07 14:22 . Add Rocketbot ui (#1888)

UI

SkyWalking UI distribution is already included in our Apache official release.

Startup

Startup script is also in /bin/webappService.sh(.bat). UI runs as an OS Java process, powered-by Zuul.

Settings

Setting file of UI is webapp/webapp.yml in distribution package. It is constituted by three parts.

  1. Listening port.
  2. Backend connect info.
  3. Auth setting.
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

security:
  user:
    # username
    admin:
      # password
      password: admin

Another Open Source UI RocketBot

A modern and awesome UI for Apache SkyWalking.

Github: https://github.com/TinyAllen/rocketbot

Java
1
https://gitee.com/liufengyijian/sky-walking.git
git@gitee.com:liufengyijian/sky-walking.git
liufengyijian
sky-walking
skywalking
master

搜索帮助