GraphQL Observability with Hasura
When you're trying to diagnose why a particular operation is taking a long time
to complete, or just want to better understand what's going on
"behind-the-scenes" in your queries, the ability to debug and analyze metrics
from your Hasura instance is a critical factor.
In this post we'll take a look at how to do this by:
* Walking through the tools we have available
* Showcasing how to use these tools, with follow-along images and guided
descriptions
* Discussing "gotchas" and useful tips