bookingcom / carbonapi

High-performance Graphite frontend in Go
Other
81 stars 23 forks source link

check for empty interval string #500

Closed deniszh closed 10 months ago

deniszh commented 10 months ago

What issue is this change attempting to solve?

Panic in interval.go when interval is empty

How does this change solve the problem? Why is this the best approach?

Backporting fix from carbonapi

How can we be sure this works as expected?

Tests are also ported.