clean up some test cases
This commit is contained in:
@@ -17,5 +17,4 @@ func TestGrokParse(t *testing.T) {
|
||||
metrics, err := parser.Parse([]byte(`127.0.0.1 user-identifier frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326`))
|
||||
log.Printf("metric_tags: %v, metric_fields: %v", metrics[0].Tags(), metrics[0].Fields())
|
||||
assert.NoError(t, err)
|
||||
//t.Error()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user