Skip to content

Instrument GraphQL requests to publish metrics to Prometheus

Administrator requested to merge CLOUD-169-instrument-graphql into main

Created by: rafax

Instrument GraphQL requests to capture information about errors that is not provided by standard HTTP tracing (context).

This captures:

  • GraphQL operation name (named query or mutation)
  • whether the operation returned any errors
  • whether the query sent was a mutation

Merge request reports

Loading