go-graphite / carbonzipper

proxy to transparently merge graphite carbon backends
Other
104 stars 29 forks source link

Fetching metrics with different start- and end-times is broken in protocol v2 #63

Closed gunnihinn closed 6 years ago

gunnihinn commented 6 years ago

Render requests like

sum(timeShift(metric,'60sec'), metric)

are broken in version 2 of the fetch protocol, due to this overeager bit of code.