open-api icon indicating copy to clipboard operation
open-api copied to clipboard

Configure performance tracing

Open ojongerius opened this issue 7 years ago • 1 comments

See announcement blogpost at https://dev-blog.apollodata.com/exposing-trace-data-for-your-graphql-server-with-apollo-tracing-97c5dd391385 and the docs at https://www.apollographql.com/docs/engine/performance.html . It' would be good to start recording this data .

If we run from Lambda, we'll need a standalone container to keep track of state, see https://www.apollographql.com/docs/engine/setup-node.html#lambda and https://www.apollographql.com/docs/engine/setup-lambda.html

  • [ ] Configure tracing
  • [ ] Enable compression to make up for the extra data sent for each request

ojongerius avatar Apr 09 '18 01:04 ojongerius

Of interest, there is an Apollo Engine integration for Datadog.

ojongerius avatar May 17 '18 01:05 ojongerius