OpenTelemetry Protocol (OTLP) serialization in ABAP
- Trace, Protobuf Specification
- Metrics, Protobuf Specification
- Logs, Protobuf Specification
Elastic 8.8 and up supports sending OTLP over HTTP 1.1 following OTLP/HTTP.
The HTTP request format is described in OTLP/HTTP Request
- URL: https://apm-host/v1/traces / https://apm-host/v1/logs / https://apm-host/v1/metrics
- Method: POST
- Authorization:
|ApiKey { iv_auth }|
- content-type: application/x-protobuf
- Body: raw protobuf encoded OTLP data
Create API key via https://kb-host/app/apm/settings/agent-keys