Skip to content

Lastik/KairosdbGraphiteFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Graphite KairosDB Finder

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.

Using with graphite-web

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,

e.g. http://localhost:8080/api/v1

About

Custom finder for Kairosdb <-> Graphite integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages