The UI part of Zipkin application.
Zipkin 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.
Track the zipkin version for iteration.
You shoule combined this project with the Zipkin-collector. Make sure your Zipkin-UI and Zipkin-collector config the same Elasticsearch.
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.
Replaceable variable:
variable | definition |
---|---|
env.open.ZIPKIN_ELASTICSEARCH_HOST |
elasticsearch address |
version |
chart version in helm install command |
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 |
If you find any shortcomings or bugs, please describe them in the issue.
Pull requests are welcome! Follow to know for more information on how to contribute.