Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
/ zipkin-ui Public archive

Zipkin UI Application for tracking the zipkin version for iteration.

License

Notifications You must be signed in to change notification settings

choerodon/zipkin-ui

Repository files navigation

Zipkin-UI

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.

Feature

Track the zipkin version for iteration.

Requirements

You shoule combined this project with the 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

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.