I want to know this as well, please when you answer this, remember to include federation and subscriptions requests. I have a microservice architecture built on top of those technologies and I want to monitor everything so that I will be in sync with my product
p
Pranay
06/30/2022, 4:44 PM
@Vishal Sharma do you have any inputs here?
v
Vishal Sharma
07/01/2022, 4:19 AM
We haven’t tried graphQL instrumentation for NestJs app but you can follow this blog: https://signoz.io/blog/monitoring-graphql/
NodeJs instrumentation works for NestJs apps too, so it should work.
If you face any issues please let us know.
v
Vara Srinivas
07/01/2022, 6:38 AM
Thanks Vishal for the reply. I tried out sample application in the blog and I am getting telemetry data for graphql. However while making the same changes for NestJs graphql application I am not getting telemetry data. I suggest you guys try out a POC. As NestJs Graphql is a wrapper around Apollo I guess vanilla implementation of opentelemetry for graphql is not working. Please try a POC from your side and let us know if it works for you