Skip to content

Commit 74f55f2

Browse files
committed
Merge branch 'DOC-1901-document-feature-adp-execution-logs-ui-package-1' into adp-pkg1
# Conflicts: # modules/ROOT/nav.adoc
2 parents 7764ca7 + 81da213 commit 74f55f2

File tree

4 files changed

+482
-37
lines changed

4 files changed

+482
-37
lines changed

modules/ROOT/nav.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@
9393
**** xref:ai-agents:mcp/local/configuration.adoc[Configure]
9494
** xref:ai-agents:observability/index.adoc[Transcripts]
9595
*** xref:ai-agents:observability/concepts.adoc[Concepts]
96-
** xref:ai-agents:agents/index.adoc[Agents]
96+
*** xref:ai-agents:observability/view-transcripts.adoc[View Transcripts]
97+
*** xref:ai-agents:observability/ingest-custom-traces.adoc[Ingest Traces from Custom Agents]
98+
99+
* xref:develop:connect/about.adoc[Redpanda Connect]
100+
** xref:develop:connect/connect-quickstart.adoc[Quickstart]
97101
** xref:develop:connect/configuration/about.adoc[]
98102
*** xref:develop:connect/configuration/batching.adoc[]
99103
*** xref:develop:connect/configuration/windowed_processing.adoc[]

modules/ai-agents/pages/observability/concepts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ The `events` array captures what happened and when. Use `timeUnixNano` to see ex
316316
[[opentelemetry-traces-topic]]
317317
== How Redpanda stores trace data
318318

319-
The `redpanda.otel_traces` topic stores OpenTelemetry spans using Redpanda's Schema Registry wire format with a custom Protobuf schema named `redpanda.otel_traces-value` that closely follows the https://opentelemetry.io/docs/specs/otel/protocol/[OpenTelemetry Protocol (OTLP)^] specification. This schema is automatically registered in the Schema Registry with the topic, enabling clients to deserialize trace data correctly.
319+
The `redpanda.otel_traces` topic stores OpenTelemetry spans using Redpanda's Schema Registry wire format, with a custom Protobuf schema named `redpanda.otel_traces-value` that follows the https://opentelemetry.io/docs/specs/otel/protocol/[OpenTelemetry Protocol (OTLP)^] specification. Spans include attributes following OpenTelemetry https://opentelemetry.io/docs/specs/semconv/gen-ai/[semantic conventions for generative AI^], such as `gen_ai.operation.name` and `gen_ai.conversation.id`. The schema is automatically registered in the Schema Registry with the topic, so Kafka clients can consume and deserialize trace data correctly.
320320

321321
Redpanda manages both the `redpanda.otel_traces` topic and its schema automatically. If you delete either the topic or the schema, they are recreated automatically. However, deleting the topic permanently deletes all trace data, and the topic comes back empty. Do not produce your own data to this topic. It is reserved for OpenTelemetry traces.
322322

0 commit comments

Comments
 (0)