Join us from October 8-10 in New York City to learn the latest tips, trends, and news about GraphQL Federation and API platform engineering.Join us for GraphQL Summit 2024 in NYC
Docs
Start for Free

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 :

  • Enable the OTLP exporter
  • Set the protocol as http; Dynatrace doesn't currently support grpc
  • Provide your Dynatrace endpoint
  • Provide your Dynatrace API token in the Authorization header; the header should start with Api-token and then your Dynatrace token
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.

Previous
Datadog
Next
Jaeger
Rate articleRateEdit on GitHubEditForumsDiscord

© 2024 Apollo Graph Inc., d/b/a Apollo GraphQL.

Privacy Policy

Company