Skip to content

Commit

Permalink
docs: update client awareness link to more generic URL (#4379)
Browse files Browse the repository at this point in the history
Clicking the `client awareness` link on on
https://www.apollographql.com/docs/router/managed-federation/client-awareness/
redirects to the Apollo Kotlin page when a more generic client awareness
doc is more appropriate.

Co-authored-by: Edward Huang <[email protected]>
  • Loading branch information
Meschreiber and shorgi authored Jan 24, 2024
1 parent 8e755ef commit 018672a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/managed-federation/client-awareness.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Configure client awareness in Apollo Router

import { Link } from "gatsby";

The Apollo Router supports [client awareness](/kotlin/advanced/client-awareness/) by default. If the client sets the headers `apollographql-client-name` and `apollographql-client-version` in its HTTP requests, Apollo Studio can separate the metrics and queries per client.
The Apollo Router supports [client awareness](/graphos/metrics/client-awareness/) by default. If the client sets the headers `apollographql-client-name` and `apollographql-client-version` in its HTTP requests, Apollo Studio can separate the metrics and queries per client.

## Overriding client awareness headers

Expand Down

0 comments on commit 018672a

Please sign in to comment.