Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/source/containerization/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ subtitle: Run the Apollo Router container image in Docker
description: Run the Apollo Router container image in Docker with examples covering basic setup, configuration overrides, debugging, and building custom Docker images.
---

import { Link } from "gatsby";
import ElasticNotice from '../../shared/elastic-notice.mdx';

This guide provides the following examples of running an Apollo Router container image in Docker:
Expand Down
1 change: 0 additions & 1 deletion docs/source/containerization/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ subtitle: Self-hosted deployment of Apollo Router in Kubernetes
description: Deploy the Apollo Router in Kubernetes using Helm charts. Customize configurations, enable metrics, and choose values for migration.
---

import { Link } from 'gatsby';
import ElasticNotice from '../../shared/elastic-notice.mdx';
import HelmShowOutput from '../../shared/helm-show-router-output.mdx';
import CoprocTypicalConfig from '../../shared/coproc-typical-config.mdx';
Expand Down
2 changes: 0 additions & 2 deletions docs/source/managed-federation/client-awareness.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Client awareness
description: Configure client awareness in Apollo Router
---

import { Link } from "gatsby";

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, GraphOS Studio can separate the metrics and queries per client.

## Overriding client awareness headers
Expand Down