Skip to content

Creates a local instance of a metrics collection system based on cyanite / graphite-api / grafana

Notifications You must be signed in to change notification settings

nick4eva/docker-cyanite-grafana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyanite / Graphite-API / Grafana

Sets up various containers to provide a means of storing metrics via graphite into a cassandra instance via cyanite.

This uses cyanite, developed by Pierre-Yves Ritschard and graphite-cyanite/graphite-api developed by Bruno Renié

To use this, you will need the following on your host:

This has been tested on Ubuntu and RedHat variants. For getting Boot2Docker running on MacOSX, see How to use Docker on MacOSX

Description Of The Components

  • cyanite - cassandra backed carbon daemon and metric web service
  • graphite-cyanite - A plugin for using graphite-web with the cassandra-based Cyanite storage backend
  • graphite-api - Graphite-web, without the interface. Just the rendering HTTP API
  • grafana - An open source, feature rich metrics dashboard and graph editor
  • cassandra - open source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Used by cyanite to store the graphite data instead of the traditional graphite whisper files.

Building The Docker Containers

To build out the project, run the following

sudo -s
./build.sh

Alternatively, there is a Vagrantfile in the directory to build out the servers via vagrant

Usage

The grafana dashboard is available at http://localhost

Write metrics via graphite at localhost:2003

Run ./test.sh to generate some test metrics - 1, 5 and 15 minute load averages

About

Creates a local instance of a metrics collection system based on cyanite / graphite-api / grafana

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 66.1%
  • JavaScript 32.9%
  • Python 1.0%