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.
forked from tcnksm/go-httpstat
-
Notifications
You must be signed in to change notification settings - Fork 0
Tracing golang HTTP request latency
License
opsway-io/go-httpstat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Tracing golang HTTP request latency
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Go 100.0%