You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stable 2.2.x probes use org.openjdk.btrace packages.
Probe locations
Common locations include method entry, return, error, calls, field access, timers, and lifecycle events. See the BTrace annotations page for the supported annotations and arguments.
Safety and overhead
BTrace verifies probes before submission and restricts what injected code can do. Keep probes narrow, prefer thresholds and sampling on hot paths, and detach when the question is answered. See the stable source documentation.