Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan a plugin architecture of rbkit #45

Open
gnufied opened this issue Aug 24, 2014 · 2 comments
Open

Plan a plugin architecture of rbkit #45

gnufied opened this issue Aug 24, 2014 · 2 comments

Comments

@gnufied
Copy link
Contributor

gnufied commented Aug 24, 2014

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.

@swanandp
Copy link

swanandp commented Oct 1, 2014

👍 This would be nice!

@emilsoman
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants