Description
After updating to 1.7.5 I've noticed many errors in our logs
containerd[2127]: {"error":null,"level":"error","msg":"invalid metric type for e646b2bb6855a8dabc5222391dd2268aa05222945b107bc2bb527368b4130a0e","time":"2023-09-04T05:42:01.879183672Z"}
containerd[2127]: {"error":null,"level":"error","msg":"invalid metric type for 73e0516be9dea5aadc4f3565c4903e3f716036b8a92be9ee66ed20063d2acf79","time":"2023-09-04T05:42:01.879186982Z"}
containerd[2127]: {"error":null,"level":"error","msg":"invalid metric type for f3decb697ddd3afe34d44f16340b34846de98c13027e29b932977a16e87258ce","time":"2023-09-04T05:42:01.879217209Z"}
containerd[2127]: {"error":null,"level":"error","msg":"invalid metric type for 3d1ed054d240d5c8ca60697ea61f2737d76ec68dcf4d2d9db0465c967438a4a3","time":"2023-09-04T05:42:01.879191262Z"}
They appear to be benign, but I am confused as to why they are occurring. Would like some confirmation on this.
https://github.com/containerd/containerd/blob/v1.7.5/metrics/cgroups/v2/metrics.go#L149-L151
Steps to reproduce the issue
Unsure
Describe the results you received and expected
We don't expect such a large number of errors in our logs.
What version of containerd are you using?
containerd github.com/containerd/containerd v1.7.5 fe457eb
Any other relevant information
$ runc --version
runc version 1.1.8
commit: v1.1.8-0-g82f18fe0
spec: 1.0.2-dev
go: go1.20.3
libseccomp: 2.5.4
$ uname -a # truncated
5.15.0-1043-aws #48~20.04.1-Ubuntu SMP
Let me know if you'd like crictl info and I can remove some info + send.
Show configuration if it is related to CRI plugin.
No response
Description
After updating to
1.7.5I've noticed many errors in our logsThey appear to be benign, but I am confused as to why they are occurring. Would like some confirmation on this.
https://github.com/containerd/containerd/blob/v1.7.5/metrics/cgroups/v2/metrics.go#L149-L151
Steps to reproduce the issue
Unsure
Describe the results you received and expected
We don't expect such a large number of errors in our logs.
What version of containerd are you using?
containerd github.com/containerd/containerd v1.7.5 fe457eb
Any other relevant information
Let me know if you'd like crictl info and I can remove some info + send.
Show configuration if it is related to CRI plugin.
No response