mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-24 18:04:58 +08:00
Ensure zipkin stream things are no shown for recent versions
Closes gh-585
This commit is contained in:
parent
b838ddc577
commit
817275548f
@ -938,18 +938,20 @@ initializr:
|
||||
description: Marshals Spring Cloud Sleuth Spans over a Spring Cloud Stream binder
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-sleuth-stream
|
||||
versionRange: "[1.3.0.RELEASE,1.4.x.RELEASE]"
|
||||
- name: Zipkin Stream
|
||||
id: cloud-sleuth-zipkin-stream
|
||||
description: Consumes span data in messages from Spring Cloud Sleuth Stream and writes them to a Zipkin store
|
||||
groupId: org.springframework.cloud
|
||||
artifactId: spring-cloud-sleuth-zipkin-stream
|
||||
versionRange: "[1.3.0.RELEASE,1.4.x.RELEASE]"
|
||||
- name: Zipkin UI
|
||||
id: zipkin-ui
|
||||
description: add the Zipkin UI module to the Zipkin server to get a Zipkin service that accepts Spans and provides visualization
|
||||
groupId: io.zipkin.java
|
||||
artifactId: zipkin-autoconfigure-ui
|
||||
scope: runtime
|
||||
versionRange: 1.3.3.RELEASE
|
||||
versionRange: "[1.3.3.RELEASE,1.4.x.RELEASE]"
|
||||
starter: false
|
||||
- name: Cloud Messaging
|
||||
bom: spring-cloud
|
||||
|
Loading…
Reference in New Issue
Block a user