We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Debugging IoC is a pain.
An OTEL plugin listening to lifecycle events would be very nice.
Requires #73.
I imagine an API similar to this:
import ( "github.com/samber/do/v2" "github.com/samber/do/observability/otel/v2" ) injector := do.New() otel.Listen(injector, ...) // <-- handling every available hooks
The text was updated successfully, but these errors were encountered:
@samber This would add a bunch of dependencies though.
Sorry, something went wrong.
No branches or pull requests
Debugging IoC is a pain.
An OTEL plugin listening to lifecycle events would be very nice.
Requires #73.
I imagine an API similar to this:
The text was updated successfully, but these errors were encountered: