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-29 12:10:34 +01:00
conf More work on backend for user favorites 2015-01-29 12:10:34 +01:00
data/dashboards updated 2014-09-13 18:33:52 +02:00
docker added postgres support for db migrations 2015-01-20 09:20:44 +01:00
Godeps Updated Godeps 2015-01-27 10:11:18 +01:00
grafana@3b5c813be7 More work on backend for user favorites 2015-01-29 12:10:34 +01:00
pkg More work on backend for user favorites 2015-01-29 12:10:34 +01:00
vendor Changed name for vendor folder 2015-01-20 17:53:20 +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 file 2015-01-28 13:10:09 +01:00
LICENSE.md Worked a little on anonymous access, needs more work 2015-01-07 16:37:24 +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
model.txt Initial work on seperation between user and account 2015-01-19 16:28:45 +01:00
README.md Updated readme 2015-01-09 10:16:01 +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

Before trying to build make sure the grafana frontend git submodule is loaded.

By clone recursive

git clone --recursive <this_repo>

In case of after clone

git submodule update --init

Building

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