feat: Support search and visualize alarms with tags (#483)

11 files changed
tree: fd9582fdb644003f72b51ec66dcedd8b66a258c5
  1. .github/
  2. public/
  3. src/
  4. .asf.yaml
  5. .browserslistrc
  6. .gitignore
  7. .licenserc.yaml
  8. .prettierrc
  9. babel.config.js
  10. LICENSE
  11. package-lock.json
  12. package.json
  13. postcss.config.js
  14. README.md
  15. run.sh
  16. tsconfig.json
  17. tslint.json
  18. vue.config.js
README.md

Apache SkyWalking Rocketbot UI

Apache SkyWalking UI.

NPM BUILD

Contact Us

  • Submit an issue
  • Mailing list: dev@skywalking.apache.org. Mail to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mailing list
  • Join skywalking channel at Apache Slack
  • QQ Group: 392443393, 901167865

Release

This repo wouldn't release separately. All source codes have been included in the main repo release. The tags match the main repo tags.

Development

The app was built with vue + typescript.

Prepare

  1. Fork, then clone the repo and change directory into it.
  2. Install dependencies via npm:
npm install

Build

Notice, as SkyWalking primary UI, the npm build has been integration in SkyWalking dist build.

All following builds are for dev.

npm install
npm run serve

The default UI address is http://localhost:8080.

License

Apache 2.0 License.