x-Post from #Gophers group, but fits in the scope here as well.
I am trying to build a graphql web app. I want to set-up monitoring around API usage and data access patterns. I think I could get this out of the box if I build on Apollo GraphQL. But Apollo GraphQL server is targeted towards Node/Typescript backends. I am using gqlgen to build APIs from my schema. My backend is all in Go. I was wondering how can I go about implementing this monitoring. I am happy to err on the buy side than build over here.
Came across:
https://inigo.io/ Looks interesting, but new-ish. I am wondering what others think about this.