FraserKillip / SC2_API

2 stars 1 forks source link

Track GraphQL queries in ApplicationInsights #14

Open ShadowDog007 opened 7 years ago

ShadowDog007 commented 7 years ago

We currently have no way to tell what queries are being executed on ApplicationInsights.

We could just track the whole query, or have events for each query. Alternatively we could not use the ASP.NET request for operations, and instead track individual GraphQL resolve method calls.