rcrowley / go-metrics

Go port of Coda Hale's Metrics library
Other
3.43k stars 493 forks source link

question #192

Closed guotie closed 7 years ago

guotie commented 7 years ago

Hi,

for example, I want to record how many http requests, in 5 minute, 15 minutes, 30 minutes, 60 minutes, a whole day, which meter should I use?

thanks.

katzien commented 7 years ago

Sounds like you need a histogram :)

guotie commented 7 years ago

I have write some extend metrics.