freeCodeCamp / open-api

freeCodeCamp's open-api Intiative
BSD 3-Clause "New" or "Revised" License
88 stars 28 forks source link

Configure performance tracing #34

Open ojongerius opened 6 years ago

ojongerius commented 6 years ago

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

ojongerius commented 6 years ago

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