Implement transport stats.

This commit is contained in:
Orne Brocaar
2015-07-09 20:36:22 +02:00
parent ec4079733e
commit cb839d0fe8
3 changed files with 23 additions and 0 deletions

View File

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