fix(metrics): replaces . with _ in instance name

closes #5739
This commit is contained in:
bergquist
2016-08-09 11:07:26 +02:00
parent f8f7543d4a
commit 5b57210aeb
5 changed files with 44 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ test:
# GO VET
- go vet ./pkg/...
# Go test
- godep go test -v ./pkg/...
- godep go test ./pkg/...
# js tests
- npm test
- npm run coveralls