A plugin for using graphite with the cassandra-based Kairosdb storage backend.
Requires Graphite-web 0.10.X.
Graphite-web 0.10.X is currently unreleased. You'll need to install from source.
In your graphite's local_settings.py
::
STORAGE_FINDERS = (
‘kairosdb.KairosdbFinder',
)
KAIROSDB_URL = 'http://host:port'
Where host:port
is the location of the Kairosdb HTTP API,