Skip to content

Commit

Permalink
Add span filter error for missing required tags (#214)
Browse files Browse the repository at this point in the history
This is intended to be used for RUM initially.
  • Loading branch information
benkeith-splunk authored Feb 22, 2021
1 parent 5040fd1 commit d500531
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 @@ -32,6 +32,8 @@ const (
TooManySpansInTrace = "tooManySpansInTrace"
// NilOperationName when no localendpoint.name is provided
NilOperationName = "nilOperationName"
// RequiredTagMissing means the span was missing a required tag
RequiredTagMissing = "requiredTagMissing"
)

var emptySpanFilter = &Map{}
Expand Down

0 comments on commit d500531

Please sign in to comment.