KeyError: u'sumSeriesWithWildcard'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Graphite |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Since we upgraded graphite from 0.9.8 to 0.9.9 we started to get this exception with any graph that uses sumSeriesWithWi
File "/usr/lib/
response = callback(request, *callback_args, **callback_kwargs)
File "/opt/graphite/
seriesList = evaluateTarget(
File "/opt/graphite/
result = evaluateTokens(
File "/opt/graphite/
return evaluateTokens(
File "/opt/graphite/
func = SeriesFunctions
KeyError: u'sumSeriesWith
Thanks
Changed in graphite: | |
status: | Fix Committed → Fix Released |
As mentioned in the bug report, worked perfectly on 0.9.8 and borked in 0.9.9, turns out stuff was removed.
Please find attached that fixes this, tested on our live graphite 0.9.9 install.
Steph