SensobitDocs

Ingest overview

Send metrics, logs, OTLP traces, and RUM to Sensobit over HTTPS.

All write paths terminate at ingest.sensobit.com except RUM, which posts to the APM API on api.sensobit.com. Authenticate with X-API-Key and set the namespace.

Endpoints

SignalMethodURL
Single metricPOSThttps://ingest.sensobit.com/api/v1/ingest
Metric batchPOSThttps://ingest.sensobit.com/api/v1/ingest/batch
Single logPOSThttps://ingest.sensobit.com/api/v1/logs
Log batchPOSThttps://ingest.sensobit.com/api/v1/logs/batch
OTLP tracesPOSThttps://ingest.sensobit.com/v1/traces
OTLP traces (alias)POSThttps://ingest.sensobit.com/api/v1/traces
RUMPOSThttps://api.sensobit.com/api/v1/apm/rum
HealthGEThttps://ingest.sensobit.com/health

Headers

Content-Type: application/json
X-API-Key: YOUR_API_KEY
X-Sensobit-Namespace: production

OTLP clients may send application/x-protobuf or application/json to /v1/traces.

Pipeline

Agent / SDK / curl


ingest.sensobit.com

        ├── metrics → Kafka → processor → ClickHouse
        ├── logs    → log writer        → ClickHouse
        └── traces  → OTLP receiver     → Tempo

Query those series later from api.sensobit.com or the playground.

On this page