Implement breakers stats.

This commit is contained in:
Orne Brocaar
2015-07-09 20:43:52 +02:00
parent 0faa1c886a
commit d799011039
3 changed files with 48 additions and 0 deletions

View File

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