-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent container_cpu_usage_seconds_total Shows Extremely High Values (e.g., 1.73 Billion) #3611
Comments
Encountering the same thing but with container_cpu_user_seconds_total Cadvisor version : cadvisor:v0.46.0 Cadvisor is running inside a container. The launch options are these :
The wrong display begins when my entire docker-compose stack is updated and restarted. The supervised container is using NODEJS 16. --- I tried doing a
|
Hello team,
I'm encountering an issue with the container_cpu_usage_seconds_total metric, where it occasionally spikes to very high values, such as 1.73 billion, for some containers. These values seem unusually large and only occur sporadically. After a short time, the metric returns to its expected range.
Details:
Metric: container_cpu_usage_seconds_total
Example of high value: ~1.73 Billion
Occurrence: Happens infrequently but returns to normal after some time
Frequency: Once in a while
Expected behavior: The metric should show the CPU usage in seconds, and these spikes seem abnormal.
Questions:
What might be causing these sporadic spikes in the metric?
Could this be an issue with the metric collection or reporting system?
Are there any recommended steps to debug or prevent this from happening?
Any help or insights would be greatly appreciated!
Thank you in advance for your time and assistance.
Best regards,
Roshni
The text was updated successfully, but these errors were encountered: