Skip to content

Latest commit

 

History

History

open-telemetry

WunderGraph Open Telemetry Example

Getting started

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.

Get all Continents (GraphQL Operation)

curl http://localhost:9991/operations/Continents

Get user (TypeScript Operation)

curl http://localhost:9991/operations/users/get?id=1

Learn More

Read the Docs.

Deploy to WunderGraph Cloud

Deploy to WunderGraph

Got Questions?

Join us on Discord!