diff --git a/docs/source/features/metrics.md b/docs/source/features/metrics.md index 666c4be4..7818e2f0 100644 --- a/docs/source/features/metrics.md +++ b/docs/source/features/metrics.md @@ -122,5 +122,4 @@ server.listen().then(({ url }) => { }); ``` -For example the `logFunction` from Apollo Server 1 can be implemented as an [extension](https://github.com/apollographql/apollo-server/blob/8914b135df9840051fe81cc9224b444cfc5b61ab/packages/apollo-server-core/src/logging.ts) and could be modified to add additional state or functionality. The example uses a beta of `graphql-extensions`, which can be added to a project with `npm install graphql-extensions@beta`. - +For example the `logFunction` from Apollo Server 1 can be implemented as an [extension](https://github.com/apollographql/apollo-server/blob/8914b135df9840051fe81cc9224b444cfc5b61ab/packages/apollo-server-core/src/logging.ts) and could be modified to add additional state or functionality. \ No newline at end of file