mirror of https://github.com/dapr/quickstarts.git
Update README.md
Signed-off-by: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com>
This commit is contained in:
parent
4c5a0f3baf
commit
5a0529fcd8
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in New Issue