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
| Signal | Method | URL |
|---|---|---|
| Single metric | POST | https://ingest.sensobit.com/api/v1/ingest |
| Metric batch | POST | https://ingest.sensobit.com/api/v1/ingest/batch |
| Single log | POST | https://ingest.sensobit.com/api/v1/logs |
| Log batch | POST | https://ingest.sensobit.com/api/v1/logs/batch |
| OTLP traces | POST | https://ingest.sensobit.com/v1/traces |
| OTLP traces (alias) | POST | https://ingest.sensobit.com/api/v1/traces |
| RUM | POST | https://api.sensobit.com/api/v1/apm/rum |
| Health | GET | https://ingest.sensobit.com/health |
Headers
Content-Type: application/json
X-API-Key: YOUR_API_KEY
X-Sensobit-Namespace: productionOTLP 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 → TempoQuery those series later from api.sensobit.com or the playground.