add zipkin section

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-03-15 18:39:35 -04:00
parent d0c107eb8a
commit e12ba9a877
2 changed files with 6 additions and 0 deletions

View File

@ -97,6 +97,12 @@ Expected output:
== APP == Workflow Status: Completed
```
### (Optional) Step 4: View in Zipkin
If you have Zipkin configured for Dapr locally on your machine, you can view the workflow trace spans in the Zipkin web UI (typically at `http://localhost:9411/zipkin/`).
<img src="/images/workflow-trace-spans-zipkin.png" width=800 style="padding-bottom:15px;">
### What happened?
When you ran `dapr run --app-id order-processor dotnet run`:

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 KiB