We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc4c064 + 9846241 commit abda943Copy full SHA for abda943
sfxclient/spanfilter/spanfilter.go
@@ -36,6 +36,8 @@ const (
36
NilOperationName = "nilOperationName"
37
// RequiredTagMissing means the span was missing a required tag
38
RequiredTagMissing = "requiredTagMissing"
39
+ // SpanTooLargeDropped means a span size was over limits and was dropped
40
+ SpanTooLargeDropped = "spanTooLargeDropped"
41
)
42
43
var errEmptySpanFilter = &Map{}
0 commit comments