Add request path to span name

This commit is contained in:
Dave Syer
2015-07-28 17:56:48 +01:00
parent 97ae6151e2
commit 203e97681d
3 changed files with 29 additions and 4 deletions

View File

@@ -10,10 +10,10 @@ include::intro.adoc[]
== Running the sample
1. Run [Zipkin](https://github.com/openzipkin/zipkin), e.g. via the docker images at [Zipkin Docker](https://github.com/openzipkin/zipkin-docker)
1. Run [Zipkin](https://github.com/openzipkin/zipkin), e.g. via docker compose (there's a `docker-compose.yml` in [Spring Cloud Sleuth](https://github.com/spring-cloud-incubator/spring-cloud-sleuth), or in [Docker Zipkin](https://github.com/openzipkin/docker-zipkin)
7. Run sample application
8. Hit `http://localhost:3380`
9. Goto `http://localhost:8080` for zipkin web
9. Goto `http://localhost:8082` for zipkin web
== Building