Learn how to export OpenTelemetry data to Openlayer
https://api.openlayer.com/v1/otel
.
This endpoint uses the OTLP protocol and expects telemetry data in protobuf format over HTTPS.
Most OTel-instrumented SDKs use this format by default, but be sure to check your SDK’s documentation
to confirm your setup.
To send OTel data to Openlayer, configure your SDK to use the endpoint above and include
the correct authentication headers. This is typically done using the environment variables shown below.
https://api.openlayer.com/v1/otel/v1/traces
.