Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

luceracloud/KairosdbGraphiteFinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

No packages published