Skip to content

Tracing golang HTTP request latency

License

Notifications You must be signed in to change notification settings

opsway-io/go-httpstat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tracing golang HTTP request latency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%