Skip to main content

A plugin for using graphite-web with the cassandra-based Cyanite storage backend

Project description

A plugin for using graphite-web with the cassandra-based Cyanite storage backend.

Requires at least Graphite-web 0.10.X, which is currently unreleased. You’ll need to install it from source.

Installation

pip install cyanite

Usage

In your graphite’s local_settings.py:

STORAGE_FINDERS = (
    'cyanite.CyaniteFinder',
)

CYANITE_URL = 'http://host:port'

Where host:port is the location of the Cyanite HTTP API.

See pyr/cyanite for running the Cyanite carbon daemon.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cyanite-0.1.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page