You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update monitoring docs with realistic trace examples and schema details
- Change heading to 'OpenTelemetry traces topic' for clarity
- Document auto-created Protobuf schema 'redpanda.otel_traces-value'
- Update trace data structure example with realistic values (hex IDs, numeric enums)
- Refine field descriptions and reference schema for details
- Remove Custom dashboards and Best practices sections (too implementation-specific)
Copy file name to clipboardExpand all lines: modules/ai-agents/pages/mcp/remote/monitor-activity.adoc
+32-18Lines changed: 32 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ You must have an existing MCP server. If you do not have one, see xref:ai-agents
11
11
12
12
When you create an MCP server, Redpanda automatically creates the `redpanda.otel_traces` topic in your cluster. This topic stores OpenTelemetry span data in JSON format, following the https://opentelemetry.io/docs/specs/otel/protocol/[OpenTelemetry Protocol (OTLP)] specification.
13
13
14
+
A Protobuf schema named `redpanda.otel_traces-value` is also automatically registered with the topic, enabling clients to deserialize trace data correctly.
15
+
14
16
Each span represents a unit of work performed by your MCP server, such as:
15
17
16
18
* Tool invocation requests
@@ -61,31 +63,43 @@ Each trace message contains an OpenTelemetry span with the following structure:
0 commit comments