diff options
author | Charlie Root <root@db.2.localnet.cc> | 2015-05-03 19:59:03 +0000 |
---|---|---|
committer | Charlie Root <root@db.2.localnet.cc> | 2015-05-03 19:59:03 +0000 |
commit | bf985688beeed2958d059c99935af10f84374810 (patch) | |
tree | 8a6176c003c16dce3a26eabdfa600be649b9573e /www/grafana2/pkg-descr | |
download | freebsd-ports-grafana-bf985688beeed2958d059c99935af10f84374810.tar.gz freebsd-ports-grafana-bf985688beeed2958d059c99935af10f84374810.zip |
grafana
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 |