Skip to content

Commit

Permalink
Merge pull request #212 from signalfx/operationnamespanfilter
Browse files Browse the repository at this point in the history
Add a new spanfilter for no operation name
  • Loading branch information
mdubbyap authored Jan 29, 2021
2 parents e0f3859 + ba0bcdd commit ae4f640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sfxclient/spanfilter/spanfilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const (
ZeroStartTime = "zeroStartTime"
// TooManySpansInTrace when we find an abusive number of spans for a given traceID
TooManySpansInTrace = "tooManySpansInTrace"
// NilOperationName when no localendpoint.name is provided
NilOperationName = "nilServiceName"
)

var emptySpanFilter = &Map{}
Expand Down

0 comments on commit ae4f640

Please sign in to comment.