Created
August 10, 2011 20:55
-
-
Save kevinclark/1138233 to your computer and use it in GitHub Desktop.
storage-schema.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/opt/graphite/bin/carbon-cache.py", line 30, in <module> | |
run_twistd_plugin(__file__) | |
File "/opt/graphite/lib/carbon/util.py", line 84, in run_twistd_plugin | |
runApp(config) | |
File "/usr/local/lib/python2.6/dist-packages/twisted/scripts/twistd.py", line 23, in runApp | |
_SomeApplicationRunner(config).run() | |
File "/usr/local/lib/python2.6/dist-packages/twisted/application/app.py", line 374, in run | |
self.application = self.createOrGetApplication() | |
File "/usr/local/lib/python2.6/dist-packages/twisted/application/app.py", line 434, in createOrGetApplication | |
ser = plg.makeService(self.config.subOptions) | |
File "/opt/graphite/lib/twisted/plugins/carbon_cache_plugin.py", line 21, in makeService | |
return service.createCacheService(options) | |
File "/opt/graphite/lib/carbon/service.py", line 106, in createCacheService | |
from carbon.writer import WriterService | |
File "/opt/graphite/lib/carbon/writer.py", line 40, in <module> | |
schemas = loadStorageSchemas() | |
File "/opt/graphite/lib/carbon/storage.py", line 127, in loadStorageSchemas | |
archives = [ Archive.fromString(s) for s in retentions ] | |
File "/opt/graphite/lib/carbon/storage.py", line 110, in fromString | |
(secondsPerPoint, points) = whisper.parseRetentionDef(retentionDef) | |
File "/usr/local/lib/python2.6/dist-packages/whisper.py", line 82, in parseRetentionDef | |
precision = int( precision[:-1] ) | |
ValueError: invalid literal for int() with base 10: '1mi' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[widmore_cache] | |
pattern = widmore\.ArrowClient\.cache\.(access|misses|size).* | |
retentions = 1min:7d,5min:21d,15m:2y | |
[widmore_rate] | |
pattern = widmore\.Governor\.processed | |
retentions = 15s:1d,1min:5d,5min:21d,15m:2y | |
[everything_else] | |
pattern = .* | |
retentions = 5min:30d,15m:2y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment