The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Go to file
2015-01-07 12:37:24 +01:00
_vendor Macaron and sqllite 2014-11-14 17:13:33 +01:00
conf fixed oauth login redirect when using app sub url 2015-01-05 08:21:52 +01:00
data/dashboards updated 2014-10-07 13:44:20 -04:00
Godeps updated godeps file 2014-12-30 12:05:01 +01:00
grafana@37ba2511d5 Dashboard search by tag, and tag cloud now works, god dam I hate SQL 2015-01-07 12:37:24 +01:00
pkg Dashboard search by tag, and tag cloud now works, god dam I hate SQL 2015-01-07 12:37:24 +01:00
.bra.toml updated build script and readme with build instructions 2015-01-05 16:17:36 +01:00
.gitignore More work on getting grafana pro to work in sub url 2015-01-05 07:59:18 +01:00
.gitmodules search and save are 'working', barely 2014-08-08 12:35:15 +02:00
build.go updated build script and readme with build instructions 2015-01-05 16:17:36 +01:00
Dockerfile Tried postgres 2014-11-24 10:17:13 +01:00
main.go Added build script written in go that adds build symbols for version, commit and build date 2015-01-05 10:46:58 +01:00
README.md Dashboard search works better, tag cloud should be done soon 2015-01-06 18:39:26 +01:00
start_dependencies.sh Tried postgres 2014-11-24 10:17:13 +01:00
todo.txt rendering 2014-10-01 21:07:58 +02:00
wercker.yml Added build script written in go that adds build symbols for version, commit and build date 2015-01-05 10:46:58 +01:00

Work in progress Grafana 2.0 (with included Grafana backend)

wercker status

building and running

go run build.go setup (only needed once to install godep)
go run build.go build

For quicker builds:

godep restore (will pull down all golang lib dependecies in your current GOPATH)
go build -o ./bin/grafana .

To build less to css for frontend:

cd grafana
npm install
npm install -g grunt-cli
grunt

To rebuild on source change:

go get github.com/Unknwon/bra

bra run