Skip to content

Commit ddf6f65

Browse files
author
Adrian Cole
committed
Removes spring-cloud-sleuth-zipkin-stream
Fixes #727
1 parent 931f59e commit ddf6f65

File tree

25 files changed

+0
-1681
lines changed

25 files changed

+0
-1681
lines changed

Diff for: pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<module>spring-cloud-sleuth-zipkin</module>
3232
<module>spring-cloud-sleuth-zipkin2</module>
3333
<module>spring-cloud-sleuth-stream</module>
34-
<module>spring-cloud-sleuth-zipkin-stream</module>
3534
<module>spring-cloud-starter-sleuth</module>
3635
<module>spring-cloud-starter-zipkin</module>
3736
<module>spring-cloud-starter-zipkin2</module>

Diff for: spring-cloud-sleuth-samples/README.adoc

-14
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ There are a few samples with slightly different features. You can run all of the
1010

1111
* `spring-cloud-sleuth-sample-stream`: same as vanilla sample, but exports span data to RabbitMQ using Spring Cloud Stream
1212

13-
* `spring-cloud-sleuth-sample-stream-zipkin`: a consumer for the span data on RabbitMQ that pushes it into a Zipkin span store, so it can be queried and visualized using the embedded Zipkin UI.
14-
1513
* `spring-cloud-sleuth-sample-messaging`: a Spring Integration application with two HTTP endpoints ("/" and "/xform")
1614

1715
* `spring-cloud-sleuth-sample-ribbon`: two endpoints ("/" and "/call") that make calls to the "zipkin" sample via Ribbon. Also has `@EnableZUulProxy" so if the other samples are running they are proxied at "/messaging", "/zipkin", "/vanilla" (see "/routes" for a list).
@@ -31,15 +29,3 @@ image::{github-raw}/docs/src/main/asciidoc/images/zipkin-trace-screenshot.png[Sa
3129

3230
> The fact that the first trace in says "testSleuthMessaging" seems to be a bug in the UI (it has some annotations from that service, but it originates in the "testSleuthRibbon" service).
3331

34-
=== Running samples with Zipkin Stream
35-
36-
Instead of POSTing trace data directly to a Zipkin server, you can export them over https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream[Spring Cloud Stream].
37-
38-
1. Run the RabbitMQ middleware for Zipkin (you can use `docker-compose.yml`).
39-
2. Build the Zipkin Stream sample with Maven and run it.
40-
7. Run the `spring-cloud-sleuth-sample-stream` app and interact with it in a browser, just like the vanilla sample. If you are using a VM to run docker you might need to tunnel port 5672 to localhost, or change the `spring.rabbbitmq.host`.
41-
9. Go to `http://localhost:9411` for Zipkin's UI
42-
43-
The UI should look more or less like this:
44-
45-
image::{github-raw}/docs/src/main/asciidoc/images/zipkin-traces.png[Zipkin Web Screenshot]

Diff for: spring-cloud-sleuth-samples/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<module>spring-cloud-sleuth-sample-ribbon</module>
2626
<module>spring-cloud-sleuth-sample-zipkin2</module>
2727
<module>spring-cloud-sleuth-sample-stream</module>
28-
<module>spring-cloud-sleuth-sample-zipkin-stream</module>
2928
</modules>
3029

3130
<build>

Diff for: spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream/README.md

-46
This file was deleted.

Diff for: spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream/docker-compose.yml

-7
This file was deleted.

Diff for: spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream/pom.xml

-107
This file was deleted.

Diff for: spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream/src/main/java/example/ZipkinStreamServerApplication.java

-15
This file was deleted.

Diff for: spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream/src/main/resources/application.yml

-25
This file was deleted.

Diff for: spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream/src/test/java/example/ZipkinServerApplicationTests.java

-106
This file was deleted.

0 commit comments

Comments
 (0)