Graphite Plugin
Installation
$ git clone http://github.com/circonus-labs/graphite-irondb
$ cd graphite-irondb$ sudo python setup.py install --with-flatcc=PREFIX$ sudo python setup.py install --pure-pythonUsing with graphite-web
STORAGE_FINDERS = (
'irondb.IRONdbFinder',
)
TAGDB = 'irondb.IRONdbTagFetcher'
IRONDB_URLS = (
'http://<irondb-host>:<port>/graphite/<account>/<optional_query_prefix>',
)
# Optional. You need CIRCONUS_TOKEN if you are using this with Circonus SaaS.
# If you are not using Circonus SaaS you can omit this setting
CIRCONUS_TOKEN = '0005cc1f-5b27-4b60-937b-7c73a25dfef7'
IRONDB_BATCH_SIZE = 250
IRONDB_USE_DATABASE_ROLLUPS = True
IRONDB_USE_ACTIVITY_TRACKING = True
IRONDB_TIMEOUT_MS = 10000
IRONDB_CONNECTION_TIMEOUT_MS = 3005
IRONDB_MAX_RETRIES = 2
IRONDB_QUERY_LOG = False
Changelog
Last updated
Was this helpful?