Implement process stats.

This commit is contained in:
Orne Brocaar
2015-07-09 20:06:30 +02:00
parent 9cd1344740
commit d90026646f
3 changed files with 35 additions and 0 deletions

View File

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