Skip to content

Commit

Permalink
Unit test for filtering and some filtering fixes
Browse files Browse the repository at this point in the history
Signed-off-by: John <[email protected]>
  • Loading branch information
boostchicken authored and jpkrohling committed Jan 18, 2022
1 parent 35595c8 commit a4dce31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions processor/filterprocessor/filter_processor_traces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ var nameTraces = []testTrace{
"service.name": pdata.NewAttributeValueString("dont_keep"),
},
tags: map[string]pdata.AttributeValue{
"db.type": pdata.NewAttributeValueString("redis"),
"service.name": pdata.NewAttributeValueString("dont_keep"),
"db.type": pdata.NewAttributeValueString("redis"),
},
},
{
Expand Down

0 comments on commit a4dce31

Please sign in to comment.