Sending OpenTelemetry data
- Managed ClickStack
- Open Source ClickStack
Installing ClickStack OpenTelemetry collector
To send data to Managed ClickStack, an OTel collector should be deployed in a gateway role. OTel compatible instrumentation will send events to this collector via OTLP over HTTP or gRPC.We recommend using the ClickStack OpenTelemetry collectorThis allows you to benefit from standardized ingestion, enforced schemas, and out-of-the-box compatibility with the ClickStack UI (HyperDX). Using the default schema enables automatic source detection and preconfigured column mappings.
Sending data to the collector
To send data to Managed ClickStack, point your OpenTelemetry instrumentation to the following endpoints made available by the OpenTelemetry collector:- HTTP (OTLP):
http://localhost:4318 - gRPC (OTLP):
localhost:4317
OTEL_EXPORTER_OTLP_ENDPOINT environment variable in your application: