docker run -d -p 9411:9411 openzipkin/zipkin
pnpm install
pnpm start
Open http://localhost:4000/graphql and send this query:
{
fastHello: hello(delay: 10)
slowHello: hello(delay: 1000)
}
Open http://localhost:9411 in the browser.
docker run -d -p 9411:9411 openzipkin/zipkin
pnpm install
pnpm start
Open http://localhost:4000/graphql and send this query:
{
fastHello: hello(delay: 10)
slowHello: hello(delay: 1000)
}
Open http://localhost:9411 in the browser.
npm i @pothos-examples/open-telemetry
1
2.1.2
MIT
18.6 kB
9