Implement process stats.
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user