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.1 (2014-03-07): Prevent breaking graphite rendering when no data is returned from cyanite.
0.2.0 (2014-03-06): Graphite-API compatibility.
0.1.0 (2013-12-08): initial version.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cyanite-0.2.1.tar.gz
.
File metadata
- Download URL: cyanite-0.2.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d19ed2c4232dcb71d72f7f304aa1999f473132feadbf446ebe9985b956113cce |
|
MD5 | bc417dc3b704e7bbb181a3b3abd8ec18 |
|
BLAKE2b-256 | 1f3454082d4d14409ae8cdf6dae481c6019a50344fb20e9eed92ae37e407aca2 |
File details
Details for the file cyanite-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: cyanite-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b436b470e42bbeb27c4396988d52c27ceabc5937ef1ba7ddb9eb6f1a231e338 |
|
MD5 | 769cd25ab7fce3fb6702e43bc4dbd94b |
|
BLAKE2b-256 | a5f6823d7e0c2a102a0c3c833a9a1f4810deb4eaf0da9ae70d4c6610b97ff084 |