Skip to content

Exposing query execution time for queries and mutations

Ajaykumar Dubey requested to merge ct-1272-roundtrip into sp-3895-tangogql-metrics

Before open a new MR please read our DOCS

https://taranta.readthedocs.io/en/latest/howto_contribute.html#how-to-contribute

Description

With this MR we are also adding execution time of Queries & Mutations that are executed on tangoGQL We are storing latest 10 execution result for each.

image

Motivation

Background on use case, changes needed

Fixes:

  • Items added

Changes:

  • changes made

Tests included/Docs Updated?

  • Included for each change/fix?
  • Passing? (Merge will not be approved unless this is checked)
  • Docs updated?
  • New packages used/requires npm install?
  • Toggle added for new features?

Merge request reports