Add system uptime metric, string formatted AND in float64

closes #150
This commit is contained in:
Cameron Sparr
2015-08-31 14:03:38 -06:00
parent e2bc5d80c9
commit 9969c4e810
36 changed files with 3200 additions and 41 deletions

View File

@@ -21,7 +21,7 @@ test: prepare docker-compose
$(GOPATH)/bin/godep go test -v ./...
test-short: prepare
$(GOPATH)/bin/godep go test -v -short ./...
$(GOPATH)/bin/godep go test -short ./...
test-cleanup:
docker-compose kill