Skip to main content
ClickStack uses the OpenTelemetry standard for collecting telemetry data (logs and traces). Traces are auto-generated with automatic instrumentation, so manual instrumentation isnโ€™t required to get value out of tracing.

Getting started

At present, the integration is compatible exclusively with Java 8+

Download OpenTelemetry Java agent

Download opentelemetry-javaagent.jar and place the JAR in your preferred directory. The JAR file contains the agent and instrumentation libraries. You can also use the following command to download the agent:

Configure environment variables

Afterwards youโ€™ll need to configure the following environment variables in your shell to ship telemetry to ClickStack via the OpenTelemetry collector:
The OTEL_SERVICE_NAME environment variable is used to identify your service in the HyperDX app, it can be any name you want. The OTEL_EXPORTER_OTLP_HEADERS environment variable contains the API Key available via HyperDX app in Team Settings โ†’ API Keys.

Run the application with OpenTelemetry Java agent


Read more about Java OpenTelemetry instrumentation here: https://opentelemetry.io/docs/instrumentation/java/
Last modified on September 11, 2026