-
Notifications
You must be signed in to change notification settings - Fork 39
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
HTTP HandleFunc / HTTP client tracing simplified #63
Conversation
PR builder fails due to the fact it tries to resolve github.com/instana/golang-sensor from the current master instead from the commit :( |
Thanks @noctarius! Can you add some documentation on how to use these? Then a pointer to the example app? Maybe on the front README and I'll copy/paste into a docs PR for the go page. |
done :) |
There is a neater way IMHO to do the handler wrappers, see https://github.com/steveww/go-appd The wrappers are at the end of appd.go |
added :) |
Much neater :-) |
Yay I'll test soon and merge - thanks! |
Tested & looks great. Thanks @noctarius & @steveww! |
Created a simplified way (wrapper / adapter) to handle simple cases like HTTP server handler or HTTP client requests. Other possibilities like SQL, MQ or other things could follow.