Skip to content

Commit 15292de

Browse files
micheleRPclaude
andauthored
docs: Add OpenTelemetry OTLP connectors to Cloud docs (#491)
* docs: Add OpenTelemetry OTLP connectors to Cloud docs Add four new OpenTelemetry Protocol (OTLP) connectors for Redpanda Cloud: New connectors: - otlp_grpc input: Receive traces, logs, and metrics via OTLP/gRPC - otlp_http input: Receive traces, logs, and metrics via OTLP/HTTP - otlp_grpc output: Send traces, logs, and metrics via OTLP/gRPC - otlp_http output: Send traces, logs, and metrics via OTLP/HTTP All connectors use include syntax to reference the source documentation in rp-connect-docs repository. Also updated whats-new-cloud.adoc with descriptions of the new connectors. Related to: redpanda-data/rp-connect-docs#364 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix what's new * update nav --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 146f856 commit 15292de

6 files changed

Lines changed: 25 additions & 0 deletions

File tree

modules/ROOT/nav.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
**** xref:develop:connect/components/inputs/nats.adoc[]
9393
**** xref:develop:connect/components/inputs/nats_jetstream.adoc[]
9494
**** xref:develop:connect/components/inputs/nats_kv.adoc[]
95+
**** xref:develop:connect/components/inputs/otlp_grpc.adoc[]
96+
**** xref:develop:connect/components/inputs/otlp_http.adoc[]
9597
**** xref:develop:connect/components/inputs/postgres_cdc.adoc[]
9698
**** xref:develop:connect/components/inputs/read_until.adoc[]
9799
**** xref:develop:connect/components/inputs/redis_list.adoc[]
@@ -148,6 +150,8 @@
148150
**** xref:develop:connect/components/outputs/nats.adoc[]
149151
**** xref:develop:connect/components/outputs/nats_jetstream.adoc[]
150152
**** xref:develop:connect/components/outputs/nats_kv.adoc[]
153+
**** xref:develop:connect/components/outputs/otlp_grpc.adoc[]
154+
**** xref:develop:connect/components/outputs/otlp_http.adoc[]
151155
**** xref:develop:connect/components/outputs/opensearch.adoc[]
152156
**** xref:develop:connect/components/outputs/pinecone.adoc[]
153157
**** xref:develop:connect/components/outputs/qdrant.adoc[]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= otlp_grpc
2+
3+
include::redpanda-connect:components:inputs/otlp_grpc.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= otlp_http
2+
3+
include::redpanda-connect:components:inputs/otlp_http.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= otlp_grpc
2+
3+
include::redpanda-connect:components:outputs/otlp_grpc.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= otlp_http
2+
3+
include::redpanda-connect:components:outputs/otlp_http.adoc[tag=single-source]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This page lists new features added to Redpanda Cloud.
88

99
== January 2026
1010

11+
=== Redpanda Connect updates
12+
13+
* Inputs:
14+
** xref:develop:connect/components/inputs/otlp_grpc.adoc[otlp_grpc]: Receive OpenTelemetry traces, logs, and metrics via OTLP/gRPC protocol. Exposes an OpenTelemetry Collector gRPC receiver that accepts traces, logs, and metrics, converting them to individual Redpanda OTEL v1 protobuf messages optimized for Kafka partitioning.
15+
** xref:develop:connect/components/inputs/otlp_http.adoc[otlp_http]: Receive OpenTelemetry traces, logs, and metrics via OTLP/HTTP protocol. Supports both protobuf and JSON formats at standard OTLP endpoints, converting telemetry data to individual messages with embedded Resource and Scope metadata.
16+
* Outputs:
17+
** xref:develop:connect/components/outputs/otlp_grpc.adoc[otlp_grpc]: Send OpenTelemetry traces, logs, and metrics via OTLP/gRPC protocol. Accepts batches of Redpanda OTEL v1 protobuf messages and converts them to OTLP format for transmission to OpenTelemetry collectors.
18+
** xref:develop:connect/components/outputs/otlp_http.adoc[otlp_http]: Send OpenTelemetry traces, logs, and metrics via OTLP/HTTP protocol. Supports both protobuf and JSON content types for flexible integration with OpenTelemetry backends.
19+
1120
=== Redpanda Connect and Roles in Terraform provider
1221

1322
The xref:manage:terraform-provider.adoc[Redpanda Terraform provider] now supports managing roles and Redpanda Connect pipelines. Use the provider to create and manage role-based access control and data pipelines in Redpanda Cloud.

0 commit comments

Comments
 (0)