rbkit icon indicating copy to clipboard operation
rbkit copied to clipboard

Plan a plugin architecture of rbkit

Open gnufied opened this issue 10 years ago • 2 comments

I think, it will be quite essential to have a plugin architecture of RBKit which can be used to send and register random instrumentation via RBKit. Such as ActiveRecord query logs etc.

gnufied avatar Aug 24 '14 14:08 gnufied

:+1: This would be nice!

swanandp avatar Oct 01 '14 06:10 swanandp

We can add a new command "enable_method_call_tracepoint"/"disable_method_call_tracepoint" , and pass the method names as the payload. The server can just enable the tracepoint RUBY_EVENT_CALL and send out messages when the method name matches.

emilsoman avatar Oct 06 '14 20:10 emilsoman