Implement thread-pool stats.

This commit is contained in:
Orne Brocaar
2015-07-09 20:18:24 +02:00
parent 10c4ec74cc
commit ac54b7cdd1
3 changed files with 251 additions and 0 deletions

View File

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