mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-12 00:28:07 +08:00
Merge pull request #187 from joshlong/sleuth-and-zipkin-stream
* pr/187: Polish contribution Add sleuth and zipkin stream dependencies
This commit is contained in:
commit
1d42661e11
@ -368,15 +368,23 @@ initializr:
|
|||||||
- name: Sleuth
|
- name: Sleuth
|
||||||
id: cloud-starter-sleuth
|
id: cloud-starter-sleuth
|
||||||
description: Distributed tracing via logs with spring-cloud-sleuth
|
description: Distributed tracing via logs with spring-cloud-sleuth
|
||||||
versionRange: 1.3.0.M4
|
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-sleuth
|
artifactId: spring-cloud-starter-sleuth
|
||||||
- name: Zipkin
|
- name: Zipkin
|
||||||
id: cloud-starter-zipkin
|
id: cloud-starter-zipkin
|
||||||
description: Distributed tracing via Zipkin and spring-cloud-sleuth-zipkin
|
description: Distributed tracing with an existing Zipkin installation and spring-cloud-sleuth-zipkin. Alternatively, consider Zipkin Stream and Sleuth Stream.
|
||||||
versionRange: 1.3.0.M4
|
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-zipkin
|
artifactId: spring-cloud-starter-zipkin
|
||||||
|
- name: Sleuth Stream
|
||||||
|
id: cloud-sleuth-stream
|
||||||
|
description: Marshals Spring Cloud Sleuth Spans over a Spring Cloud Stream binder
|
||||||
|
groupId: org.springframework.cloud
|
||||||
|
artifactId: spring-cloud-sleuth-stream
|
||||||
|
- name: Zipkin Stream
|
||||||
|
id: cloud-sleuth-zipkin-stream
|
||||||
|
description: Consumes messages from Spring Cloud Sleuth Stream delivered over a Spring Cloud Stream binder and writes them to a Zipkin store
|
||||||
|
groupId: org.springframework.cloud
|
||||||
|
artifactId: spring-cloud-sleuth-zipkin-stream
|
||||||
- name: Cloud Messaging
|
- name: Cloud Messaging
|
||||||
bom: cloud-bom
|
bom: cloud-bom
|
||||||
versionRange: "1.2.3.RELEASE"
|
versionRange: "1.2.3.RELEASE"
|
||||||
@ -406,7 +414,7 @@ initializr:
|
|||||||
artifactId: spring-cloud-starter-consul-bus
|
artifactId: spring-cloud-starter-consul-bus
|
||||||
- name: Stream Rabbit
|
- name: Stream Rabbit
|
||||||
id: cloud-stream-binder-rabbit
|
id: cloud-stream-binder-rabbit
|
||||||
description: Messaging microservices with RabbitMQ
|
description: Messaging microservices with RabbitMQ
|
||||||
versionRange: 1.3.0.M4
|
versionRange: 1.3.0.M4
|
||||||
groupId: org.springframework.cloud
|
groupId: org.springframework.cloud
|
||||||
artifactId: spring-cloud-starter-stream-rabbit
|
artifactId: spring-cloud-starter-stream-rabbit
|
||||||
|
Loading…
Reference in New Issue
Block a user