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
Changes
Changed in 2 of the 7 revisions of this API.11
- ▲
removed the media type
application/x-protobuffrom the request bodyrequest-body-media-type-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the media type
application/x-protobufto the request bodyrequest-body-media-type-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○