The web UI for sky-walking APM.
This independent UI repository works since sky-walking 3.0.
- Realtime Application Topological Graph
- Distributed Trace Query.
- Application Instances Overview.
- JVM Metric View of application instances.
- The relationship of services.
Recommand browsers: Safari & Chrome
- Requirement: Java 8+
- Download and startup
> curl -O https://github.com/wu-sheng/sky-walking-ui/releases/download/<project-version>/skywalking-web.tar.gz
> tar -xvf skywalking-web.tar.gz
> cd skywalking-web/bin
> ./startup.sh
- Configuring skywalking-ui
- Set server listening port in
config/application.properties
- Set log in
config/log4j2.xml
- Set addresses of collector servers in
config/collector_config.properties
- open
http://127.0.0.1:8080/
- 需要JDK8+
- 通过命令下载应用程序,或直接前往发布页面下载
> curl -O https://github.com/wu-sheng/sky-walking-ui/releases/download/<project-version>/skywalking-web.tar.gz
> tar -xvf skywalking-web.tar.gz
> cd skywalking-web/bin
> ./startup.sh
- 配置应用程序
- 在
config/application.properties
文件中,设置webui的监听端口 - 在
config/collector_config.properties
文件中,设置collector集群或单实例地址,对应的collector.config
中的配置项是http.port
。
- 浏览器打开
http://127.0.0.1:8080/