Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafabene/tracing-demo

Show how to use Opentracing with Quarkus, Spring Boot and NodeJS
https://github.com/rafabene/tracing-demo

Last synced: about 2 months ago
JSON representation

Show how to use Opentracing with Quarkus, Spring Boot and NodeJS

Awesome Lists containing this project

README

        

# tracing-demo

Show how to use OpenTelemtry with Quarkus/MicroProfile, Spring Boot and NodeJS

- microserviceA - port 8080 -(Quarkus/MicroProfile)
- microserviceB - port 8081 (Spring Boot)
- microserviceC - port 3000 (NodeJS)

Other services:

- MySQL - port 3306
- Kafka - port 9092
- Jaeger - ports 6831 and 16686

Just execute `./start-demo.sh`.

This will:

- compile java projects
- run npm install
- perform docker build
- execute docker-compose up

Then access:

Tracing information should be available at

Slides are available at