npm i && npm start
After you have made a few requests, you can check the tracing data in Jaeger. Open the Jaeger UI at http://localhost:16686 and select the service wundernode
. You should see a few traces. Click on one of them and you should see all the spans.
Configure hooks in the wundergraph.server.ts
and check how the tracing data changes.
curl http://localhost:9991/operations/Continents
curl http://localhost:9991/operations/users/get?id=1
Read the Docs.
Join us on Discord!