Scrubs docs about zipkin-web as it is now embedded

This commit is contained in:
Adrian Cole
2016-03-21 22:12:08 +08:00
parent 35e8965e0a
commit d1972a67f1
4 changed files with 15 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
# Running a Zipkin Query Server
# Running a Zipkin Server
There are 4 parts to Zipkin: the instrumented client apps, the web UI, the backend database and the query server. The database for this implementation is MySQL.
There are 3 parts to Zipkin: the instrumented client apps, the backend database and the Zipkin server. The database for this implementation is MySQL.
## Zipkin Services
@@ -35,5 +35,3 @@ You can run this app in an IDE and still use docker-compose to create the middle
```
$ docker-compose up rabbitmq mysql
```
The web UI cannot access the docker host though, so you have to run that separately, or just test against the query server directly on port 9411.