Code

Add rudimentary support for dynamic graphs based on a metrics query.
authorSebastian Harl <sh@tokkee.org>
Thu, 14 May 2015 10:42:51 +0000 (12:42 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 14 May 2015 10:46:13 +0000 (12:46 +0200)
commit2eacfe65f0b4dcefc65060642aa5db92403f188d
treef0c5535c7c91b22afeca6431c02d6ab9d63b7e15
parent1d4e480a14f79bd8a7ab0347645e877d62099560
Add rudimentary support for dynamic graphs based on a metrics query.

A new page now allows to query metrics using the simple query language of the
webUI. All returned metrics will be thrown into a single graph.
server/graph.go
server/query.go
server/server.go
static/style/main.css
templates/graphs.tmpl [new file with mode: 0644]
templates/main.tmpl