go-graphite / go-carbon

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

Make throughput quota config per minute #612

Closed emadolsky closed 3 months ago

emadolsky commented 3 months ago

Previously, it was configured for a full usage frequency interval. This caused configuration change on throughput values when the frequency was changed. We prefer to be able to change the frequency without changing any other value and expect the same results.