From 0f10eb47d2a1bb470278b38af2d4bda72b8ed7fb Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Fri, 15 Mar 2024 14:31:59 +0200 Subject: [PATCH] docs: Add note that `apollo_router_span` is replaced `apollo_router_processing_time` (#4806) Fixes https://github.com/apollographql/router/issues/4804 --- .../telemetry/instrumentation/standard-instruments.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/configuration/telemetry/instrumentation/standard-instruments.mdx b/docs/source/configuration/telemetry/instrumentation/standard-instruments.mdx index 75da3b2f2e..4df843bea2 100644 --- a/docs/source/configuration/telemetry/instrumentation/standard-instruments.mdx +++ b/docs/source/configuration/telemetry/instrumentation/standard-instruments.mdx @@ -104,3 +104,9 @@ The initial call to Uplink during router startup is not reflected in metrics. - `apollo.router.telemetry.studio.reports` - The number of reports submitted to GraphOS Studio by the Router. - `report.type`: The type of report submitted: "traces" or "metrics" + +### Deprecated + +The following metrics have been deprecated and should not be used. + +- `apollo_router_span` - **Deprecated**—use `apollo_router_processing_time` instead.