Skip to content

Simple Quarkus project which show how opentracing can be configured via application.properties

Notifications You must be signed in to change notification settings

enbohm/quarkus-opentracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

quarkus-opentracing

Simple Quarkus project which uses quarkus-smallrye-openapi via application.properties to report traces to a Jeager instance running on localhost. Make sure you have Jager running, easiest way is to just run jeager-all-in-one see https://www.jaegertracing.io/docs/1.8/getting-started/ with default ports.

Clone the project and type mvn compile quarkus:dev

then access http://localhost:8080/greeting/acme

Open up Jeager UI at http://127.0.0.1:16686 and you can see the trace from the above request

About

Simple Quarkus project which show how opentracing can be configured via application.properties

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages