Skip to content

raintank/graphite-metrictank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphite-raintank

Circle CI

Plugin for graphite-api to use Raintank's Memory+Cassandra backend. https://github.com/raintank/metrictank

Install the plugin:

pip install git+https://github.com/raintank/graphite-metrictank.git

set the configuration in /etc/graphite-api.yaml

cache:
  CACHE_DIR: /tmp/graphite-api-cache
  CACHE_TYPE: filesystem
finders:
- graphite_metrictank.RaintankFinder
functions:
- graphite_api.functions.SeriesFunctions
- graphite_api.functions.PieFunctions
raintank:
  es:
    url: http://elasticsearch:9200/
  tank:
    url: http://metrictank:6060/
search_index: /var/lib/graphite/index
time_zone: America/New_York