mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
Add a generic handler that adds a new tracing context to the request if tracing is enabled. Other handlers are free to modify the tracing context to update information on the fly, such as, func name, enable body logging etc.. With this commit, requests like this ``` curl -H "Host: ::1:3000" http://localhost:9000/ ``` will be traced as well.
3.2 KiB
3.2 KiB