Skip to content

Commit 23e580e

Browse files
authored
docs: otlp metrics exporters (#7334)
1 parent 9356c2e commit 23e580e

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

docs/source/routing/observability/telemetry/metrics-exporters/datadog.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Datadog exporter (via OTLP)
3-
subtitle: Configure the Datadog exporter for metrics
4-
description: Configure the Datadog exporter for metrics via OpenTelemetry Protocol (OTLP) in the Apollo GraphOS Router or Apollo Router Core.
2+
title: Datadog configuration of OTLP exporter
3+
subtitle: Configure the OTLP metrics exporter for Datadog
4+
description: Configure the OpenTelemetry Protocol (OTLP) metrics exporter for Datadog in the Apollo GraphOS Router or Apollo Router Core.
55
context:
66
- telemetry
77
---
88

9-
Enable and configure the [OTLP exporter](/router/configuration/telemetry/exporters/metrics/otlp) for metrics in the GraphOS Router or Apollo Router Core for use with [Datadog](https://www.datadoghq.com/).
9+
This metrics exporter is a configuration of the [OTLP exporter](/router/configuration/telemetry/exporters/metrics/otlp) to use with [Datadog](https://www.datadoghq.com/).
1010

1111
For general tracing configuration, refer to [Router Metrics Configuration](/router/configuration/telemetry/exporters/metrics/overview).
1212

docs/source/routing/observability/telemetry/metrics-exporters/dynatrace.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Dynatrace exporter (via OTLP)
3-
subtitle: Configure the Dynatrace exporter for metrics
4-
description: Configure the Dynatrace exporter for metrics via OpenTelemetry Protocol (OTLP) in the Apollo Router.
2+
title: Dynatrace configuration of OTLP exporter
3+
subtitle: Configure the OTLP exporter for Dynatrace
4+
description: Configure the OTLP metrics exporter for Dynatrace via OpenTelemetry Protocol (OTLP) in the Apollo Router.
55
context:
66
- telemetry
77
---
88

9-
Enable and configure the [OTLP exporter](/router/configuration/telemetry/exporters/metrics/otlp) for metrics in the Apollo Router for use with [Dynatrace](https://dynatrace.com/).
9+
This metrics exporter is a configuration of the [OTLP exporter](/router/configuration/telemetry/exporters/metrics/otlp) to use with [Dynatrace](https://www.dynatrace.com/).
1010

1111
For general tracing configuration, refer to [Router Metrics Configuration](/router/configuration/telemetry/exporters/metrics/overview).
1212

docs/source/routing/observability/telemetry/metrics-exporters/new-relic.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: New Relic exporter (via OTLP)
2+
title: New Relic configuration of OTLP exporter
33
subtitle: Configure the New Relic exporter for metrics
44
description: Configure the New Relic exporter for metrics via OpenTelemetry Protocol (OTLP) in the Apollo GraphOS Router or Apollo Router Core.
55
context:
66
- telemetry
77
---
88

9-
Enable and configure the [OTLP exporter](/router/configuration/telemetry/exporters/metrics/otlp) for metrics in the GraphOS Router or Apollo Router Core for use with [New Relic](https://newrelic.com/).
9+
This metrics exporter is a configuration of the [OTLP exporter](/router/configuration/telemetry/exporters/metrics/otlp) to use with [New Relic](https://newrelic.com/).
1010

1111
For general tracing configuration, refer to [Router Metrics Configuration](/router/configuration/telemetry/exporters/metrics/overview).
1212

docs/source/routing/observability/telemetry/metrics-exporters/otlp.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Using the OTLP protocol, you can export metrics to any OTLP compatible receiver,
1616

1717
* [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/)
1818
* [Datadog](https://www.datadoghq.com/) (see [configuration instructions](/router/configuration/telemetry/exporters/metrics/datadog))
19+
* [Dynatrace](https://www.dynatrace.com/) (see [configuration instructions](/router/configuration/telemetry/exporters/metrics/dynatrace))
1920
* [New Relic](https://www.newrelic.com/) (see [configuration instructions](/router/configuration/telemetry/exporters/metrics/new-relic))
2021

2122
## OTLP configuration

0 commit comments

Comments
 (0)