Skip to content

noman13bd/open-telemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPEN TELEMETRY DEMONASTRATION

This project implements 2 sample service to demonastrate how open telemetry can be used to monitor the performance.

Build and start the containers

docker-compose up --build

Access Service A and Service B

  • Service A will be available at http://localhost:8001/
  • Service B will be available at http://localhost:8001/

View the Traces in Jaeger:

  • Jaeger UI will be available at http://localhost:16686
  • In the Jaeger UI, you can search for traces generated by Service A and Service B.

Test the Services

  • test the interaction between the two services and view the traces:
  • browse http://localhost:8001/
  • This will trigger a request from Service A to Service B, and you'll see the full trace of the operation in Jaeger.

About

This project implements 2 sample service to demonastrate how open telemetry can be used to monitor the performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors