graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02444
[Question #194283]: graphs that have maths calculations suddenly are broken
New question #194283 on Graphite:
https://answers.launchpad.net/graphite/+question/194283
Hello guys,
Im running into one issue with my 0.9.9 graphite installation, suddenly all the graphs that have maths on it have stopped working showing the broken graph icon, thats the error I'm getting when i copy paste the graph into a browser
I can't quite figure out what could be causing this. Anyone have any thoughts here? Thanks!
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py", line 99, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/opt/graphite/webapp/graphite/render/views.py", line 105, in renderView
seriesList = evaluateTarget(requestContext, target)
File "/opt/graphite/webapp/graphite/render/evaluator.py", line 10, in evaluateTarget
result = evaluateTokens(requestContext, tokens)
File "/opt/graphite/webapp/graphite/render/evaluator.py", line 21, in evaluateTokens
return evaluateTokens(requestContext, tokens.expression)
File "/opt/graphite/webapp/graphite/render/evaluator.py", line 29, in evaluateTokens
return func(requestContext, *args)
File "/opt/graphite/webapp/graphite/render/functions.py", line 367, in scale
series.name = '.'.join(metric_pieces[n] for n in nodes)
NameError: global name 'nodes' is not defined
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.