# zipkin-ui **Repository Path**: choerodon/zipkin-ui ## Basic Information - **Project Name**: zipkin-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-05-21 - **Last Updated**: 2021-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zipkin-UI The UI part of Zipkin application. [**Zipkin**](http://zipkin.io) is a distributed tracing system. Show the monitoring datas that have been saved in the Elasticsearch. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages both the collection and lookup of this data. ## Feature Track the zipkin version for iteration. ## Requirements You shoule combined this project with the [**Zipkin-collector**](https://github.com/choerodon/zipkin-collector). Make sure your Zipkin-UI and Zipkin-collector config the same Elasticsearch. ## Installation and Getting Started `helm install http://openchart.choerodon.com.cn/choerodon/devops/zipkin-ui --version=0.5.0` You can use the `--set env.open.FOO_BAR=foobar` to override the environment variables. ## Documentation Replaceable variable: | variable | definition | | :-----------------------: | :----: | | `env.open.ZIPKIN_ELASTICSEARCH_HOST` | elasticsearch address | | `version` | chart version in `helm install` command | ## Dependencies | Dependencies | version | | :---------------------: | :----: | | zipkin | 1.31.3 | | zipkin-autoconfigure-ui | 1.28.0 | | zipkin-server | 1.31.3 | | zipkin-autoconfigure-storage-elasticsearch-http | 1.31.3 | | choerodon-starter-hitoa | 0.5.0.RELEASE | ## Links * [Change Log](./CHANGELOG.zh-CN.md) ## Reporting Issues If you find any shortcomings or bugs, please describe them in the [issue](https://github.com/choerodon/choerodon/issues/new?template=issue_template.md). ## How to Contribute Pull requests are welcome! [Follow](https://github.com/choerodon/choerodon/blob/master/CONTRIBUTING.md) to know for more information on how to contribute.