Docs
Launch GraphOS Studio

New Relic exporter (via OTLP)

Configure the New Relic exporter for tracing


Enable and configure the OTLP exporter for tracing in the for use with New Relic.

For general tracing configuration, refer to Router Tracing Configuration.

New Relic configuration

To configure the , enable the OTLP exporter and set both endpoint: <new-relic-endpoint> and api-key: <new-relic-api-key>. For example:

router.yaml
telemetry:
exporters:
tracing:
otlp:
enabled: true
# Endpoint for your region.
endpoint: <new-relic-endpoint>
protocol: grpc
grpc:
metadata:
"api-key":
- <new-relic-api-key>

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

Previous
Jaeger
Next
OTLP
Edit on GitHubEditForumsDiscord

© 2024 Apollo Graph Inc.

Privacy Policy

Company