go-graphite / carbonapi

Implementation of graphite API (graphite-web) in golang
Other
309 stars 140 forks source link

Fix for panic on empty interval string #731

Closed msaf1980 closed 1 year ago

msaf1980 commented 1 year ago

Fix for panic in moving function like movingAverage(seriesList, '') graphite-web return nan on this, but may be not required.