Skip to content

Commit 794725b

Browse files
committed
fix after rebase
Signed-off-by: odubajDT <[email protected]>
1 parent 41865fd commit 794725b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

processor/k8sattributesprocessor/processor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ func (kp *kubernetesprocessor) processResource(ctx context.Context, resource pco
184184
}
185185
kp.addContainerAttributes(resource.Attributes(), pod)
186186
} else {
187-
kp.logger.Debug("unable to find pod based on identifier", zap.Any("value", podIdentifierValue))
188187
// Record failed pod association
189188
kp.logger.Debug("pod not found", zap.Any("podIdentifier", podIdentifierValue))
190189
if kp.telemetry != nil {

0 commit comments

Comments
 (0)