Update README.md

Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>
This commit is contained in:
nyemade-uversky 2023-06-01 15:59:13 -06:00 committed by GitHub
parent 4c5a0f3baf
commit 5a0529fcd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ docker run -d -p 9411:9411 openzipkin/zipkin
2. View Traces in Zipkin UI - In your browser go to http://localhost:9411 to view the workflow trace spans in the Zipkin web UI. The order-processor workflow should be viewable with the following output in the Zipkin web UI.
<img src="img/workflow-trace-spans-zipkin.png">
**<ZIPKIN TRACE FOR PYTHON CONSOLE APP>**
### What happened?