Skip to content

VishnuTeja27/VertxOtelStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VertxOtelStarter

This application was generated using http://start.vertx.io

Build and Run

Run the BaseMain.java from an IDE

Execute

curl --location 'http://localhost:8888/api'

The handler for the request will return immediately but it has a logger in vertx.setTimer(). We can see the TraceId/ Context is absent in the logger (enclosed in setTimer).

The traceId/ Context will be present if we change the vertx version in the pom to 4.4.x or 4.3.x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages