Implement http stats.

This commit is contained in:
Orne Brocaar
2015-07-09 20:38:51 +02:00
parent cb839d0fe8
commit 0faa1c886a
3 changed files with 16 additions and 0 deletions

View File

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