OpenTelemetry Collector
This page describes how to connect the OpenTelemetry Collector to WarpStream using the Kafka exporter.
Unauthenticated / BYOC WarpStream Cluster (Example)
receivers:
otlp:
protocols:
http:
cors:
allowed_origins:
- "*"
processors:
batch:
exporters:
logging:
loglevel: debug
kafka:
brokers: ["<YOUR_WARPSTREAM_BOOTSTRAP_URL>:9092"]
topic: "traces"
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [logging, kafka]Authenticated WarpStream Cluster (Example)
Configuring Zone Aware Routing
Last updated
Was this helpful?