rcrowley / go-metrics

Go port of Coda Hale's Metrics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question

guotie opened this issue · comments

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.

Sounds like you need a histogram :)

I have write some extend metrics.