Skip to content

Commit abda943

Browse files
authored
Merge pull request #246 from asreehari-splunk/main
add new spanfilter key to support dropped large spans
2 parents dc4c064 + 9846241 commit abda943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sfxclient/spanfilter/spanfilter.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const (
3636
NilOperationName = "nilOperationName"
3737
// RequiredTagMissing means the span was missing a required tag
3838
RequiredTagMissing = "requiredTagMissing"
39+
// SpanTooLargeDropped means a span size was over limits and was dropped
40+
SpanTooLargeDropped = "spanTooLargeDropped"
3941
)
4042

4143
var errEmptySpanFilter = &Map{}

0 commit comments

Comments
 (0)