LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

better naming of graphql transactions in newrelic #163

Closed bundacia closed 7 years ago

bundacia commented 7 years ago

Overview

All graphql requests look the same in newrelic, so when we have performance issues it's hard to tell which requests are taking the most time. This PR changes the way transactions are named in newrelic so that they include the query or mutation name.

Before:

transactions_-_game_-_new_relic

After:

transactions_-_game_-_new_relic