Skip to content

Commit 802cca7

Browse files
committed
Lowercase
1 parent 278e1c0 commit 802cca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ai-agents/pages/mcp/remote/monitor-activity.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Example: A span with `startTimeUnixNano: "1765198415253280028"` and `endTimeUnix
8585

8686
Investigate errors and failures:
8787

88-
. Filter spans where `status.code` is `2` (ERROR).
88+
. Filter spans where `status.code` is `2` (error).
8989
. Examine `status.message` for error details.
9090
. Check the `events` array for error events with timestamps.
9191
. Use `traceId` to correlate related spans and understand the full error context.

0 commit comments

Comments
 (0)