Skip to content

Ingest

  • Applications report OTLP export failures.
  • Collector receives partial-success responses.
  • New services do not appear.
  • Only some signals arrive.

Confirm the right endpoint:

ExporterEndpoint
OTLP gRPChost:4317
OTLP HTTPhttp://host:4318

Confirm the header:

Authorization: Bearer orl_...

Confirm the token permits the signal you are sending.

CodeMeaningFix
ORL-1001Missing or malformed tokenCheck bearer header and token secret.
ORL-1002Token revoked or expiredCreate a new ingest token.
ORL-1003Signal not permittedAdd the signal to the token or use another token.
ORL-1005Environment unresolvedSet deployment.environment.name, create the environment, or pin the token.
ORL-1006Environment cap exceededDelete stale environments or raise project cap.
ORL-1008Unsupported content type or encodingUse supported OTLP gRPC or HTTP encoding.
ORL-1010Metric series cap exceededReduce cardinality or adjust capacity policy.
ORL-1012BackpressureRetry with backoff and inspect ClickHouse health.
  1. Verify token scope and signal list.
  2. Verify project and environment names in Oriel settings.
  3. Confirm service.name is set.
  4. Check ClickHouse reachability with oriel doctor.
  5. Inspect collector logs for retry loops or unsupported compression.