FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
15 stars 4 forks source link

Record netty leak message as exception #556

Closed FrankChen021 closed 1 year ago

FrankChen021 commented 1 year ago
image

This requires: 'io.netty.noResourceLeakDetection' not to be configured AS false(default is true) 'io.netty.leakDetection.level' property to not be as DISABLED (SIMPLE is default, other options are ADVANCED, PARANOID)