samber / do

⚙️ A dependency injection toolkit based on Go 1.18+ Generics.
https://pkg.go.dev/github.com/samber/do
MIT License
1.71k stars 67 forks source link

Troubleshooting: flamegraph of service invocation #53

Open samber opened 6 months ago

samber commented 6 months ago

Lazy services keep track of build time.

It would be very nice to be able to check what service takes the most time to load.

samber commented 2 months ago

It might be implemented in the web UI or via OTEL tracing: #74