Git Product home page Git Product logo

graphite-stack's Introduction

graphite-stack

Docker container running carbon-cache, graphite-web, statsite and grafana

This docker image is based on the synthesize.

Like synthesize this image provices a complete installation of Graphite.

Provides

Usage

To get started, just start a container.

docker run -d --name graphite -p3000:3000 -p2003:2003 -p443:443 -p8125:8125 raintank/graphite-stack

The stack will listen on the following ports:

  • 2003 tcp (metrictank's carbon input)
  • 8125 udp (statsd endpoint)
  • 3000 tcp (grafana's http port)
  • 443 tcp (graphite-web and the graphite query api.)

carbon

Start sending metrics directly using the carbon protocol. For details see the graphite documentation

statsd

Start sending metrics dirctly using the statsD protocol. refer to the statsite documentation

Graphite

The original Graphite UI is available at https://localhost/. If you are using Docker Toolbox on MacOS, then change localhost to the IP of the Virtualbox VM running docker. This IP can be retreived with docker-machine ip

There is a superuser (Django) account that grants access to the administrative features in the backend Django database. The default credentials are:

  • username admin
  • password graphite_me_synthesize

Grafana

The grafana UI is available at http://localhost:3000/. If you are using Docker Toolbox on MacOS, then change localhost to the IP of the Virtualbox VM running docker. This IP can be retreived with docker-machine ip

The default user credentials are:

  • username: admin
  • password: admin

Once logged into grafana you will need to add the datasource. Navigate to http://localhost:3000/datasources/new Then enter the following information

Then click "Add"

graphite-stack's People

Contributors

woodsaj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.