Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 664 Bytes

monitor-apollo-server-graphql-node-applications.md

File metadata and controls

10 lines (8 loc) · 664 Bytes
title summary releaseDate learnMoreLink
Monitor Apollo Server GraphQL Node applications
Use our Node.js agent plugin to capture executed GraphQL queries.
2020-10-27

The New Relic Apollo Server plugin for the Node.js agent captures executed GraphQL queries and parses those queries down to the individual field. This not only provides visibility into slow queries but also captures the duration spent resolving a piece of requested GraphQL data.

In addition, if you enable distributed tracing, you can follow the field resolution through to work done on other services and databases.