go-graphite / go-carbon

Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
MIT License
801 stars 126 forks source link

Fix request duration bucket metrics naming #503

Closed emadolsky closed 1 year ago

emadolsky commented 1 year ago

The request duration buckets are logarithmic: https://github.com/go-graphite/go-carbon/blob/master/carbonserver/carbonserver.go#L1544

However, they were named as if they were linear. This PR fixes the metric naming.