Skip to content

Commit 6168ad3

Browse files
mesutoezdilthockin
authored andcommitted
fix: add required atespace flag to trace examples in observability doc
1 parent e43d99b commit 6168ad3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ To visualize traces locally:
155155

156156
3. **Generate Traces**: Run a CLI command or API call with the `--trace` flag, e.g.:
157157
```bash
158-
kubectl ate get actor --trace
158+
kubectl ate get actor -A --trace
159159
# or
160-
kubectl ate suspend actor <actor-id> --trace
160+
kubectl ate suspend actor <actor-id> -a <atespace> --trace
161161
```
162162

163163
4. **Search and Inspect**: Copy the printed Trace ID from the CLI output and paste it into the Jaeger search box (top right), or select `ateapi` or `atelet` under the **Service** dropdown and click **Find Traces** to inspect detailed call stacks, DB transactions, state updates, and worker pod handoffs.

0 commit comments

Comments
 (0)