Skip to content

Commit

Permalink
docs: update opentelemetry docs with call out to Router (#2965)
Browse files Browse the repository at this point in the history
Nothing mentions Router on this page so just add links here
  • Loading branch information
smyrick authored Mar 21, 2024
1 parent f736163 commit d34d74d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/opentelemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ title: OpenTelemetry in Apollo Federation
sidebar_title: OpenTelemetry
---

[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.
[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.

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

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

If you are using Apollo Router, it comes [pre-built with support for OpenTelemetry](/router/configuration/telemetry/overview).

<Note>

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

0 comments on commit d34d74d

Please sign in to comment.