We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278e1c0 commit 802cca7Copy full SHA for 802cca7
modules/ai-agents/pages/mcp/remote/monitor-activity.adoc
@@ -85,7 +85,7 @@ Example: A span with `startTimeUnixNano: "1765198415253280028"` and `endTimeUnix
85
86
Investigate errors and failures:
87
88
-. Filter spans where `status.code` is `2` (ERROR).
+. Filter spans where `status.code` is `2` (error).
89
. Examine `status.message` for error details.
90
. Check the `events` array for error events with timestamps.
91
. Use `traceId` to correlate related spans and understand the full error context.
0 commit comments