Skip to content

Commit c8bee20

Browse files
committed
PR feedback
1 parent f68b77b commit c8bee20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/line/line.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ samples:
330330
continue samples
331331
}
332332
default:
333-
logger.Debug("Invalid sampling factor or tag section", "component", component, "line", line)
333+
logger.Debug("Invalid sampling factor, tag section, or container ID section", "component", components[2], "line", line)
334334
sampleErrors.WithLabelValues("invalid_sample_factor").Inc()
335335
continue samples
336336
}

0 commit comments

Comments
 (0)