Skip to content

Commit 3f64f5a

Browse files
committed
updated readme and version bump
1 parent 7b036cb commit 3f64f5a

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ A beautiful, easy to use and feature rich Graphite dashboard replacement and gra
44

55
![](http://grafana.org/assets/img/edit_dashboards.png)
66

7-
# Features
8-
## Graphite Target Editor
7+
## Features
8+
### Graphite Target Editor
99
- Graphite target expression parser
1010
- Quickly add / edit / remove function
1111
- Function parameters can be easily changed
1212
- Quickly navigate graphite metric structure
1313
- Templating
14-
- Integrated function documentation (TODO)
15-
- Click & drag functions to rearrange order (TODO)
14+
- Integrated links to function documentation
15+
- Rearrange function order
1616
- Native Graphite PNG render support
1717

18-
## Graphing
18+
### Graphing
1919
- Fast rendering, even over large timespans.
2020
- Click and drag to zoom.
2121
- Multiple Y-axis.
@@ -26,7 +26,7 @@ A beautiful, easy to use and feature rich Graphite dashboard replacement and gra
2626
- Grid thresholds, axis labels
2727
- [Annotations] (https://github.com/torkelo/grafana/wiki/Annotations)
2828

29-
## Dashboards
29+
### Dashboards
3030
- Create and edit dashboards
3131
- Drag and drop graphs to rearrange
3232
- Set column spans and row heights
@@ -36,6 +36,10 @@ A beautiful, easy to use and feature rich Graphite dashboard replacement and gra
3636
- Templating
3737
- [Scripted dashboards](https://github.com/torkelo/grafana/wiki/Scripted-dashboards) (generate from js script and url parameters)
3838
- Flexible [time range controls](https://github.com/torkelo/grafana/wiki/Time-range-controls)
39+
- [Dashboard playlists](https://github.com/torkelo/grafana/wiki/Dashboard-playlist)
40+
41+
### InfluxDB
42+
- [Use InfluxDB](https://github.com/torkelo/grafana/wiki/InfluxDB) as metric datasource
3943

4044
# Requirements
4145
Grafana is very easy to install. It is a client side web app with no backend. Any webserver will do. Optionally you will need ElasticSearch if you want to be able to save and load dashboards quickly instead of json files or local storage.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"company": "Coding Instinct AB"
55
},
66
"name": "grafana",
7-
"version": "1.4.0",
7+
"version": "1.5.0",
88
"repository": {
99
"type": "git",
1010
"url": "http://github.com/torkelo/grafana.git"

0 commit comments

Comments
 (0)