From 691a8c97b2a6cdad384415f3454b7ae6808def1a Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 9 Jul 2016 00:29:36 +0200 Subject: [PATCH] Re-emphasize --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bf9fac4..110790a 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ supported functions Every component exposes several APIs that are used by other components. All of -them are written in `Python`. +them are written in Python. Two more components are often used together with `Graphite`: -* [StatsD](https://github.com/etsy/statsd) — a `Node.js` app that accepts metrics +* [StatsD](https://github.com/etsy/statsd) — a Node.js app that accepts metrics and aggregates them before submitting to `carbon`; * [Grafana](https://github.com/grafana/grafana) — web dashboard for `Graphite` (and other backends) @@ -27,10 +27,10 @@ Grafana 3 is also included. ### Included images | Component | Version | | |-----------|---------|---| -| [go-carbon](https://github.com/lomik/go-carbon/tree/v0.7.2) | `v0.7.2` | Drop-in replacement for original `carbon` daemon, written in `Go` | -| [Brubeck](https://github.com/github/brubeck/tree/5d139a4) | `5d139a4` | Easy replacement for `StatsD`, written in `C` | -| [Graphite API](https://github.com/brutasse/graphite-api) | `latest` | Piece of original `web` component with less features | -| [Grafana](https://github.com/grafana/grafana/tree/v3.1.0-beta1) | `v3.1.0-beta1` | Web dashboard | +| [go-carbon](https://github.com/lomik/go-carbon/tree/v0.7.2) | `v0.7.2` | Drop-in replacement for original `carbon` daemon, written in Go | +| [Brubeck](https://github.com/github/brubeck/tree/5d139a4) | `5d139a4` | Easy replacement for `StatsD`, written in C | +| [Graphite API](https://github.com/brutasse/graphite-api) | `latest` | A piece of original `Graphite Web` component with less features | +| [Grafana](https://github.com/grafana/grafana/tree/v3.1.0-beta1) | `v3.1.0-beta1` | Beautiful dashboard for all of that | ## Building @@ -55,11 +55,11 @@ $ make run ## Using -* Open Grafana dashboard at `http://[docker-host]:3000/`, sign in as `admin`/`admin` +* Open `Grafana` dashboard at `http://[docker-host]:3000/`, sign in as `admin`/`admin` * Create new data source of type `Graphite` that points to `http://graphite-api:8000` * Create a new chart with a test metric (`test.ping` in this example) * Start sending metrics to `StatsD`-compatible endpoint -* Metrics should show up on Grafana dashboard +* Metrics should show up on `Grafana` dashboard You can send metrics right from terminal: