SensobitDocs

OTLP integration

Point OpenTelemetry SDKs and collectors at ingest.sensobit.com.

Sensobit speaks OTLP/HTTP for traces. You do not need a vendor exporter.

Configure

Set the exporter endpoint to https://ingest.sensobit.com/v1/traces and add:

X-API-Key: YOUR_API_KEY
X-Sensobit-Namespace: production

Full SDK and Collector examples are on OTLP traces.

Status

OTLP status in the console shows whether recent export batches were accepted. GET https://ingest.sensobit.com/health is the liveness check.

When to use the agent receiver

Enable the agent's traces block only when apps cannot reach the public ingest URL and must send to localhost:4318 on the same host or node.

On this page