Giter Club home page Giter Club logo

opentracing-quarkus's Introduction

opentracing-quarkus

Demo for using opentracing/jaeger with quarkus

documentation here

#1 - To START the database and jaeger

go in the root and run this command in a terminal

docker-compose -f .\docker-compose-dep.yml up

#2 - start the 2 applications

Open a terminal for each applications

cd quarkus-hello-original (if you want to compare to the original project without extending Jaeger) mvn quarkus:dev "-Ddebug=5006"

cd quarkus-hello (in development) mvn quarkus:dev "-Ddebug=5006"

cd quarkus-world mvn quarkus:dev

#3 - send a command to this the workflow

test GET curl http://localhost:8080/hello/world

test POST curl -X POST http://localhost:8080/hello/world -H "Content-Type: application/json" -d '{"productId": 123456, "quantity": 100}'

#4 - open jaeger

http://localhost:16686/

opentracing-quarkus's People

Contributors

dependabot[bot] avatar guhilling avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.