tcnksm / go-httpstat

Tracing golang HTTP request latency
MIT License
423 stars 72 forks source link

Results marshalling to json #20

Open hisathya opened 6 years ago

hisathya commented 6 years ago

Not really an issue but may be feature. I am struggling to get the results converted to json because marshalling does skip the last lines of both the results (individual and total). Also, it is giving me in nano secs. Can you help me with that ? Thanks.