Skip to content

Commit d34d74d

Browse files
authored
docs: update opentelemetry docs with call out to Router (#2965)
Nothing mentions Router on this page so just add links here
1 parent f736163 commit d34d74d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/opentelemetry.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ title: OpenTelemetry in Apollo Federation
33
sidebar_title: OpenTelemetry
44
---
55

6-
[OpenTelemetry](https://opentelemetry.io/) is a collection of open-source tools for generating and processing telemetry data (such as logs and metrics) from different systems in a generic, consistent way.
6+
[OpenTelemetry](https://opentelemetry.io/) is a collection of open-source tools for generating and processing telemetry data (such as logs, traces, and metrics) from different systems in a generic and consistent way.
77

88
You can configure your gateway, your individual subgraphs, or even a monolothic Apollo Server instance to emit telemetry related to processing GraphQL operations.
99

1010
Additionally, the `@apollo/gateway` library provides built-in OpenTelemetry instrumentation to emit [gateway-specific spans](#gateway-specific-spans) for operation traces.
1111

12+
If you are using Apollo Router, it comes [pre-built with support for OpenTelemetry](/router/configuration/telemetry/overview).
13+
1214
<Note>
1315

1416
GraphOS Studio does not currently consume OpenTelemetry-formatted data. To push trace data to Studio, see [Federated trace data](./metrics/).

0 commit comments

Comments
 (0)