Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rafabene/tracing-demo
- Owner: rafabene
- Created: 2020-02-21T21:34:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T21:53:39.000Z (9 months ago)
- Last Synced: 2024-04-16T11:42:13.632Z (9 months ago)
- Language: Java
- Size: 12.5 MB
- Stars: 19
- Watchers: 7
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 16686Just execute `./start-demo.sh`.
This will:
- compile java projects
- run npm install
- perform docker build
- execute docker-compose upThen access:
Tracing information should be available at
Slides are available at