Reference
OTLP ingest endpoint
The canonical reference for what Inkvo accepts at the ingest boundary.
Endpoints
| Protocol | Endpoint | Signals |
|---|---|---|
| OTLP/HTTP | https://ingest.inkvo.dev/v1/{traces,metrics,logs} | traces, metrics, logs |
| OTLP/gRPC | ingest.inkvo.dev:4317 | traces, metrics, logs |
| Deploy markers | https://ingest.inkvo.dev/v1/deploys | change events |
Authentication
Every request carries an ingest-scoped key in the authorization header. Keys are environment-bound; a ik_staging_* key cannot write to production.
Limits
- Max payload:
4 MiBper request (gzip recommended) - Rate: soft limit
10kspans/s on Team, burst to50k - Cardinality:
50kactive series per service before sampling kicks in
On a 429
Back off using the
Retry-After header. Collectors with a retry queue handle this automatically — don't drop spans on the floor.