# zipkin-collector **Repository Path**: xwenlin/zipkin-collector ## Basic Information - **Project Name**: zipkin-collector - **Description**: zipkin-collector - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-17 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zipkin-collector Zipkin call chain collector. Read the Zipkin call information from the Kafka, store the call information in the Elasticsearch, and facilitate the Zipkin front-end display. ## Feature Track the Zipkin version for iteration. ## Requirements - The application receives messages from Kafka and than insert these data into Elasticsearch. - These data are targets of monitor system. - Add the following items in the configuration file: ```yaml spring: cloud: stream: kafka: binder: brokers: KAFKA_ADRESS zkNodes: ZOOKEEPER_ADRESS ``` Make the monitoring data flow to Kafka. ## Installation and Getting Started `helm install http://openchart.choerodon.com.cn/choerodon/devops/zipkin-collector --version=0.5.0` `version` can be replaced. You can use the `--set env.open.FOO_BAR=foobar` to override the environment variables. ## Documentation Replaceable variable: | variable | definition | | :-----------------------: | :----: | | `env.open.EUREKA_DEFAULT_ZONE` | eureka path | | `env.open.SPRING_CLOUD_STREAM_KAFKA_BINDER_BROKERS` | kafka path | | `env.open.SPRING_CLOUD_STREAM_KAFKA_BINDER_ZKNODES` | zookeeper path | | `env.open.ZIPKIN_STORAGE_ELASTICSEARCH_HOSTS` | es path | | `version` | chart version in `helm install` command | ## Dependencies | 依赖 | 版本 | | :---------------------: | :----: | | zipkin | 1.31.3 | | choerodon-starter-hitoa | 0.5.0.RELEASE | | spring-cloud-sleuth-zipkin| 1.2.5.RELEASE | | spring-cloud-sleuth-zipkin-stream | 1.2.5.RELEASE | | spring-cloud-starter-stream-kafka | 1.2.1.RELEASE | | spring-cloud-stream-binder-kafka | 1.2.1.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.