We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9ac32 commit 4ab0580Copy full SHA for 4ab0580
docs/source/routing/upgrade/from-router-v1.mdx
@@ -57,8 +57,8 @@ Multiple metrics have been removed in router v2.x as part of evolving towards Op
57
`http.server.request.duration` metric for requests from clients to router and
58
`http.client.request.duration` for requests from router to subgraphs.
59
60
-- Removed `apollo_router_session_count_total`. This does not have an equivalent in 2.0.0,
61
- though one may be introduced in a point release.
+- Removed `apollo_router_session_count_total`. This is replaced by
+ `apollo.router.open_connections`, which was introduced in v2.1.0.
62
63
- Removed `apollo_router_session_count_active`. This is replaced by
64
`http.server.active_requests`.
0 commit comments