Skip to content

doubleloop-io/ynap-try-opentelemetry

Repository files navigation

Simple Opentelemetry example

# Terminal 1
./start-jaeger.sh

# Terminal 2
node service-1.js

# Terminal 3
node service-2.js

# Terminal 4
# Invoke service-1 that makes an http call to service-2 which does the 'work'
curl localhost:3000

and open the browser at localhost:16686, you should see the jaeger UI

TODO

  • add React UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published