FrankChen021 / bithon

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

separate instrumentation for service/component/repository/restcontroller/controller from other beans #766

Open FrankChen021 opened 3 months ago

FrankChen021 commented 3 months ago

Currently they're instrumented in spring.bean plugin. This plugin also enhance all other spring beans. Sometimes, users don't want to enable the spring.bean plugin, but want to keep above components enhanced.

FrankChen021 commented 1 month ago

controllers are now not instrumented by bean interceptors. See #784