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

[WIP] dtrace support #222

Closed
wants to merge 2 commits into from
Closed

Conversation

gergelyke
Copy link

This is a work in progress, as this part of Node 0.11 is unstable and subject to change.
Although all feedbacks are appreciated!

@tj
Copy link
Member

tj commented Feb 25, 2014

I'd definitely prefer if we worked this sort of thing in as a plugin, and supported alternatives like ktap

@tj
Copy link
Member

tj commented Feb 25, 2014

also so #219 for similar

@gergelyke
Copy link
Author

Sounds good to me! How should we do this - i'd like to help?

@tj
Copy link
Member

tj commented Feb 25, 2014

For these simpler cases we could maybe just add a few events, but for the issue I have open there we'd need to get a hook system of some kind into koajs/compose. Even for the tracing case I think instrumenting the first middleware would be just as good as hooking into this core middleware, so we should be fine without the events

@gergelyke
Copy link
Author

Okay, love the idea! Will rework this tomorrow.

@gergelyke
Copy link
Author

Current progress: https://github.com/gergelyke/koa-dtrace
What do you think?

@tj
Copy link
Member

tj commented Mar 13, 2014

closing since we have an issue for a compose hook

@tj tj closed this Mar 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants