Dynatrace exporter (via OTLP)

Configure the Dynatrace exporter for tracing


Enable and configure the OTLP exporter for tracing in the Apollo for use with Dynatrace.

For general tracing configuration, refer to Router Tracing Configuration.

Dynatrace configuration

To configure the :

router.yaml
telemetry:
exporters:
tracing:
otlp:
enabled: true
# Endpoint for your region.
endpoint: <dynatrace-endpoint>
protocol: http
http:
headers:
Authorization: Api-Token <dynatrace-token>

NOTE

You must specify protocol: http or the exporter will fail to connect to Dynatrace. Additionally, if your Dynatrace endpoint does not contain a port, you must append :443 to the endpoint. For example: https://subdomain.live.dynatrace.com:443/api/v2/otlp/v1/traces.

For more details about Dynatrace configuration, see Dynatrace's docs on OpenTelemetry configuration.

Rate articleRateEdit on GitHubEditForumsDiscord