diff options
Diffstat (limited to 'www/grafana2/pkg-descr')
-rw-r--r-- | www/grafana2/pkg-descr | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/grafana2/pkg-descr b/www/grafana2/pkg-descr new file mode 100644 index 0000000..51399ef --- /dev/null +++ b/www/grafana2/pkg-descr @@ -0,0 +1,26 @@ +Grafana is an open source, feature rich metrics dashboard and graph editor for +Graphite, InfluxDB & OpenTSDB. + +Grafana is a leading open source applications for visualizing large-scale +measurement data. + +It provides a powerful and elegant way to create, share, and explore data and +dashboards from your disparate metric databases, either with your team or the +world. + +Grafana features pluggable panels and data sources allowing easy extensibility. +There is currently rich support for Graphite, InfluxDB and OpenTSDB. There is +also experimental support for KairosDB, and SQL is on the roadmap. Grafana has +a variety of panels, including a fully featured graph panel with rich +visualization options. + +Version 2.0 was released in April 2015: Grafana now ships with its own backend +server that brings many changes and features. + +-- + +This port is a bit unclean because it doesn't manage the go/npm dependencies. +In case of go they are at least fixed using 'godeps' utility. +For npm it's unfortunetaly completely unstable. + +WWW: https://github.com/grafana/grafana |