Skip to content

Commit

Permalink
Update traces search based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Aug 2, 2023
1 parent 25dd9e0 commit dc12205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/tour-of-restate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ Payment call succeeded for idempotency key dc2048f8-62c1-4b3e-bb92-25dc9da14bac
</details>
## Observability
## Tracing
Restate exposes OpenTelemetry traces of your invocations
Run the Jaeger container with:
Expand Down Expand Up @@ -1314,12 +1314,9 @@ For example, to find the traces of a specific invocation, you can enter the Rest
```
restate.invocation.sid="example.UserSessionService-AzEyMw==-0189b536906b746c8da6f83f0257acda"
```
![Checkout call search](/img/jaeger_invocationid_search.png)
Or to find all traces of `Checkout` calls, you can enter into the search field `Tags`:
```
rpc.method="Checkout"
```
![Checkout call search](/img/jaeger_checkout_search.png)
Or for example, to search all traces of `Checkout` calls, you can select `invoke Checkout` in the `Operation` dropdown.
Note that one-way calls are shown as separate traces.
The traces of the original call contain the one-way call, but the timing represents only the scheduling of the one-way call in the runtime.
Expand All @@ -1344,7 +1341,7 @@ Let's recap what we covered:
- persistent application state
- storing the results of non-deterministic operations or external calls as side effects
- resiliency and retries
- observability with Jaeger
- tracing with Jaeger
## Next steps
This tutorial did not cover anything related to deployment.
Expand Down
Binary file removed static/img/jaeger_checkout_search.png
Binary file not shown.
Binary file added static/img/jaeger_invocationid_search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc12205

Please sign in to comment.