Commit d8f6e6b
fix: downgrade matchContainerID error log to debug level
The getKubernetesPodMetadata function iterates all containers on a
node to find the one matching a profiled PID. Non-matching containers
are expected - logging each at Error level produces N_processes *
M_containers error logs per profiling cycle.
Downgrade to Debugf to match the level already used in
addPodContainerLabels for the same matchContainerID error.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent cf11981 commit d8f6e6b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
| 654 | + | |
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
| 674 | + | |
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
| |||
0 commit comments