Skip to content

Commit

Permalink
Merge pull request #213 from signalfx/fidnil
Browse files Browse the repository at this point in the history
Fix nil operation name spanfilter message
  • Loading branch information
mdubbyap authored Feb 2, 2021
2 parents ae4f640 + f10e565 commit 5040fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfxclient/spanfilter/spanfilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
// TooManySpansInTrace when we find an abusive number of spans for a given traceID
TooManySpansInTrace = "tooManySpansInTrace"
// NilOperationName when no localendpoint.name is provided
NilOperationName = "nilServiceName"
NilOperationName = "nilOperationName"
)

var emptySpanFilter = &Map{}
Expand Down

0 comments on commit 5040fd1

Please sign in to comment.