Skip to content

Commit 4ab0580

Browse files
authored
docs: add apollo_router_session_count_total to apollo.router.open_connections to migration guide (#8324)
1 parent 1c9ac32 commit 4ab0580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/routing/upgrade/from-router-v1.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Multiple metrics have been removed in router v2.x as part of evolving towards Op
5757
`http.server.request.duration` metric for requests from clients to router and
5858
`http.client.request.duration` for requests from router to subgraphs.
5959
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.
60+
- Removed `apollo_router_session_count_total`. This is replaced by
61+
`apollo.router.open_connections`, which was introduced in v2.1.0.
6262
6363
- Removed `apollo_router_session_count_active`. This is replaced by
6464
`http.server.active_requests`.

0 commit comments

Comments
 (0)