logzio / guice-jersey

Guice module for starting Jetty based rest server with Jersey
Apache License 2.0
40 stars 11 forks source link

Add thread name prefix to Jetty's thread pool #11

Closed nasis closed 5 years ago

nasis commented 5 years ago

Not the most elegant solution but I can't find anything better The alternative to this implementation is to expose Jetty's JMX beans and set org.eclipse.jetty.util.thread.QueuedThreadPool.name using JMX I would really like to see an engine's name in the thread names rather than qtp***

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-2.08%) to 91.2% when pulling 2394f5e0252cc0bfadb4326cba33fcf899ffee71 on DEV-0000-add-thread-name-prefix-to-jetty-thred-pool into f387bf75ed67ec3b4b4ec5d13e1baa936c493c7b on master.

nasis commented 5 years ago

Will be implemented through https://github.com/logzio/guice-jersey/pull/13