README.md in cloudstats-0.5.0 vs README.md in cloudstats-0.6.0
- old
+ new
@@ -1,13 +1,15 @@
# Cloudstats
Cloudstats pulls project and account statistics from the CloudStack API and feeds them into a Influxdb database.
-Whit the help of Grafana this let's you craft beautiful usage dashboards.
+Using [Grafana](https://grafana.com/) you will be able to craft beautiful dashboards.
+![Grafana Dashboard](examples/dashboard.png)
+
## Installation
-Install the gem as:
+Install the gem:
$ gem install cloudstats
## Usage
@@ -20,9 +22,12 @@
See the help for more options:
$ bin/cloudstats help
+## Grafana dashboard
+
+You'll find a example [Grafana](https://grafana.com/) dashboard export in the [examples](examples/dashboard.json) folder.
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.