graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00154
[Question #93644]: any version of graphite working?
New question #93644 on Graphite:
https://answers.launchpad.net/graphite/+question/93644
I'm attempting to use graphite and am unable to get any version working.
python 2.5, standard installation followed.
2009-12-11_00:42:24.19142 11/12/2009 00:42:24 :: [console] Unhandled Error
2009-12-11_00:42:24.19142 Traceback (most recent call last):
2009-12-11_00:42:24.19143 File "/usr/lib/python2.5/threading.py", line 446, in run
2009-12-11_00:42:24.19143 self.__target(*self.__args, **self.__kwargs)
2009-12-11_00:42:24.19144 File "/usr/lib/python2.5/site-packages/twisted/python/threadpool.py", line 161, in _worker
2009-12-11_00:42:24.19144 context.call(ctx, function, *args, **kwargs)
2009-12-11_00:42:24.19145 File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext
2009-12-11_00:42:24.19145 return self.currentContext().callWithContext(ctx, func, *args, **kw)
2009-12-11_00:42:24.19146 File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext
2009-12-11_00:42:24.19146 return func(*args,**kw)
2009-12-11_00:42:24.19147 --- <exception caught here> ---
2009-12-11_00:42:24.19147 File "/opt/graphite/lib/carbon/writer.py", line 141, in writeForever
2009-12-11_00:42:24.19147 writeCachedDataPoints()
2009-12-11_00:42:24.19148 File "/opt/graphite/lib/carbon/writer.py", line 80, in writeCachedDataPoints
2009-12-11_00:42:24.19148 for (metric, datapoints, dbFilePath, dbFileExists) in optimalWriteOrder():
2009-12-11_00:42:24.19149 File "/opt/graphite/lib/carbon/writer.py", line 60, in optimalWriteOrder
2009-12-11_00:42:24.19150 elif createCount >= settings.MAX_CREATES_PER_MINUTE:
2009-12-11_00:42:24.19150 exceptions.KeyError: 'MAX_CREATES_PER_MINUTE'
2009-12-11_00:42:24.19151
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.