Skip to main content

Prerequisites

Before you begin instrumenting your application, ensure you have the following information from your CtrlB instance:

Required Configuration Parameters

The following parameters are required to establish connectivity between your application (via OTLP exporter) and your CtrlB instance:

ParameterDescription
Ingestion Host URLhttps://<INGESTION_HOST>
Replace <INGESTION_HOST> with your CtrlB ingestion host.
Authentication FormatAuthorization: Basic <API_TOKEN>
Replace <API_TOKEN> with your CtrlB API authentication token.
Service NameLogical name of your service (appears in CtrlB dashboards and spans). Set via OTEL_SERVICE_NAME=<service_name>.