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.
make lint
1 parent 780c20f commit d6ceb1aCopy full SHA for d6ceb1a
processor/tailsamplingprocessor/internal/sampling/util_test.go
@@ -11,7 +11,7 @@ import (
11
"go.opentelemetry.io/collector/pdata/ptrace"
12
)
13
14
-func TestSetAttrOnScopeSpans_Empty(t *testing.T) {
+func TestSetAttrOnScopeSpans_Empty(_ *testing.T) {
15
traces := ptrace.NewTraces()
16
traceData := &TraceData{
17
ReceivedBatches: traces,
@@ -61,7 +61,6 @@ func TestSetAttrOnScopeSpans_Many(t *testing.T) {
61
62
func BenchmarkSetAttrOnScopeSpans(b *testing.B) {
63
for n := 0; n < b.N; n++ {
64
-
65
66
67
for i := 0; i < 5; i++ {
0 commit comments