Skip to main content

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

Project description

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

Requires Graphite-API or Graphite-web 0.10.X, which are currently both unreleased. You’ll need to install from source.

Installation

pip install cyanite

Using with graphite-api

In your graphite-api config file:

cyanite:
  url: http://cyanite-host
finders:
  - cyanite.CyaniteFinder

Using with graphite-web

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.

Changelog

  • 0.2.0 (2014-03-06): Graphite-API compatibility.

  • 0.1.0 (2013-12-08): initial version.

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.2.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

cyanite-0.2.0-py2.py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 2 Python 3

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