-
Notifications
You must be signed in to change notification settings - Fork 56
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
hard coded JdbcTracingUtils #24
Comments
To be honest it looked redundant for me. |
Happy new year :-) It will take me a few days to propose a clean refactoring for SpanDecorators. Thanks for releasing the changes I sent previously. |
It allows customization which would make this library infinitely more useful. Related to https://en.wikipedia.org/wiki/Open%E2%80%93closed_principle |
PR is welcome |
I'm wondering is this really important? could somebody show me valid use case. |
Most of the other opentracing contrib projects use a SpanDecorator so users can customize the span.
Is there any reason you have hard-coded
JdbcTracingUtils.on*()
instead of the SpanDecorator pattern?Examples:
The text was updated successfully, but these errors were encountered: