toadzky
10/23/2024, 10:08 PMDefault
and Io
? i've got an app that seems to be leaking threads, but there aren't any metric labels/tags for where they are coming from, all we can see is that they are in a timed-wait state. in java, i'd just go through and use a decorator from micrometer or dropwizard-metrics to add metrics on things like how long submitted runnables are idle, how long they ran, how many threads are in a pool, etc