Setup
Configure the integration in the Courier dashboard so Courier can send telemetry to your OTLP endpoint.Open the OpenTelemetry integration
In Courier, go to Channels (or Integrations) and open the OpenTelemetry integration to reach the setup screen.
Enable the integration
Turn the Enabled toggle on so Courier starts exporting logs and metrics to your endpoint.
Choose authorization
Set Authorization type to Bearer Token (or the type required by your collector). If using Bearer Token, paste your token into the Bearer token field. Use the (where is it?) link in the UI for guidance on obtaining the token from your observability provider.
Set your OTLP endpoint
Enter your collector or backend URL in OTLP endpoint, for example:
https://otel-collector.example.com:4318
Use the host and port of your OpenTelemetry collector or your provider’s OTLP endpoint.Optional: Set paths for metrics and logs
If your endpoint uses custom paths, fill in Metrics path (optional) and Logs path (optional). Common defaults are
/v1/metrics and /v1/logs. Leave them blank if your endpoint uses standard OTLP paths.Configuration reference
| Field | Required | Description |
|---|---|---|
| Enabled | — | Toggle to turn the integration on or off. |
| Authorization type | Yes | How to authenticate (e.g. Bearer Token). |
| Bearer token | When using Bearer | Secret used to authenticate with your OTLP endpoint. |
| OTLP endpoint | Yes | Base URL of your OpenTelemetry collector or provider (e.g. https://otel-collector.example.com:4318). |
| Metrics path (optional) | No | Path for metrics (e.g. /v1/metrics). Omit to use the endpoint default. |
| Logs path (optional) | No | Path for logs (e.g. /v1/logs). Omit to use the endpoint default. |