Hi All, I'm currently working on exposing some wiremock metrics similar to what is described on the issue
https://github.com/wiremock/wiremock/issues/1031
I am interested in exposing Jetty metrics and the only way I can see to achieve this right now is to make a custom HttpServerFactory with an exposed Jetty Server which I can bind micrometer to. Does this idea sound valid or is there a better way to get jetty threadpool metrics from the default wiremock server config?