Merge pull request #3264 from hhunter-ms/issue_3225b

[workflow quickstart] optional zipkin step
This commit is contained in:
Hannah Hunter 2023-03-15 19:26:00 -04:00 committed by GitHub
commit b9e12f1bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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