Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 610 Bytes

OpenTracing

Services

  • Service A - Spring Boot 2
  • Service B - Dotnet Core 2
  • Service C - Spring Boot 2
  • Service D - Dotnet Core 2

Service A

curl http://localhost:8080/api/languages

curl http://localhost:8080/api/frameworks

Service B

curl http://localhost:5000/serviceb/api/languages

curl http://localhost:5000/serviceb/api/frameworks

Service C

curl http://localhost:8090/servicec/api/languages

curl http://localhost:8090/servicec/api/frameworks

Service D

curl http://localhost:5050/serviced/api/languages

curl http://localhost:5050/serviced/api/frameworks