Ingests OpenTelemetry traces to Dynatrace. Use this endpoint as a target for OpenTelemetry exporters. For more information, see Export with OTLP.
The request consumes an application/x-protobuf
payload.
POST | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/otlp/v1/traces |
Environment ActiveGateCluster ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v2/otlp/v1/traces |
To execute this request, you need an access token with openTelemetryTrace.ingest
scope.
To learn how to obtain and use it, see Tokens and authentication.
The request has been received and will be processed.
The request could not be processed. This may happen if the message is malformed.
The OTLP message exceeded the payload size limit.
The request was sent with an unsupported content type. This API supports requests in binary protobuf format with content type application/x-protobuf.
The request could not be processed due to an internal server error.
The service is currently unavailable.
In addition to the OpenTelemetry trace ingest API, OneAgent also provides a local-only OpenTelemetry endpoint for trace ingestion.
This endpoint address is http://localhost:14499/otlp/v1/traces
at the default TCP port 14499 (configurable via oneagentctl
) and requires a POST
request.
The endpoint is disabled by default.
Host group
and select the host group you want to configure.
The Host group property is not displayed when the selected host doesn't belong to any host group.
<group name>
link, where <group name>
is the name of the host group that you want to configure.Ingestion API
OneAgent endpoint