v1

latestOpenAPI 3.0.3Apache 2.02026-07-17333686.7 KB
Compatibility

OpenTelemetry OTLP log ingest

Accepts OTLP HTTP logs in JSON format.

Requests with Content-Type: application/x-protobuf are rejected with 415 Unsupported Media Type.

# OTEL Collector config:
exporters:
  otlp_http:
    endpoint: http://lynxdb:3100/api/v1/otlp
    encoding: json
post/otlp/v1/logs

Request body

object required

Response

Accepted