Skip to content

A simple reproducer to demonstrate negative value in vertx-dropwizard metric; in-use count

Notifications You must be signed in to change notification settings

lalitjeevanrao/vertx-jdbc-metric-inuse-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vertx-jdbc-metric-inuse-bug

A simple reproducer to demonstrate negative value in vertx-dropwizard metric; in-use count

The console reporter will start reporting metrics in console at 10 seconds frequency.

Under -- Counters --, check "vertx.pools.datasource.DEFAULT_DS.in-use".

The value will be -1.

To run the project, execute the following steps

  1. cd vertx-jdbc-metric-inuse-bug
  2. ./gradlew clean build
  3. java -jar build/libs/vertx-jdbc-metric-inuse-bug.jar

About

A simple reproducer to demonstrate negative value in vertx-dropwizard metric; in-use count

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages