router icon indicating copy to clipboard operation
router copied to clipboard

Usage reporting: add error stats

Open BrynCooke opened this issue 3 years ago • 2 comments
trafficstars

There's a couple fields in our reports.proto that we are not populating right now that would help power the https://studio.apollographql.com/graph/{GRAPH_ID}/operations?tab=errors&variant={VARIANT} page that we would be good to add to the Router. These include:

  • root_error_stats
  • requests_with_errors_count

Needs to be investigated

  • We should look at how Apollo Server and Apollo Gateway capture this information.

BrynCooke avatar May 11 '22 07:05 BrynCooke

@jsegaran @sachindshinde Are we correct in understanding the purpose of these fields and their importance?

abernix avatar Jul 01 '22 08:07 abernix

Relates to #74

abernix avatar Aug 12 '22 08:08 abernix

We do now capture this information and this was accomplished as part of #74. We do not yet populate Error itself, but that will be tracked in another issue.

abernix avatar Oct 25 '22 10:10 abernix