Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 576 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 576 Bytes

go-httpstat

go-httpstat is a golang package to trace golang HTTP request latency (DNSLookup, TCP Connection and so on). Because it uses httptrace internally, just creating go-httpstat powered context and giving it your http.Request kicks tracing (no big code modification is required). The original idea came from httpstat command ( and Dave Cheney's golang implementation) 👏. This package now traces same latency infomation as them.