Implement JVM stats.

This commit is contained in:
Orne Brocaar
2015-07-09 20:11:46 +02:00
parent d90026646f
commit 10c4ec74cc
3 changed files with 103 additions and 0 deletions

View File

@@ -62,4 +62,8 @@ func TestElasticsearch(t *testing.T) {
for key, val := range processExpected {
assert.NoError(t, acc.ValidateTaggedValue(key, val, tags))
}
for key, val := range jvmExpected {
assert.NoError(t, acc.ValidateTaggedValue(key, val, tags))
}
}