-
Notifications
You must be signed in to change notification settings - Fork 2k
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
missing memory metrics #10697
Comments
I've updated to 1.1.2 today. |
In our environment everything seems to be working fine: Centos7 + docker 20.10 + nomad 1.1.2. |
@pznamensky thanks for your feedback. I've checked my logs again and i think it has something todo with the docker and cgroupv2. I've checked the docker release logs and there they mentioned:
So maybe it's still an problem with nomad on capturing the mem data but it isn't related to the version bump to 1.1.0. |
Docker 20.10.5. |
Ok, thanks. |
I believe this is a duplicate of: #10251 |
Yes, that's right. Thanks for pointing this out. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Nomad v1.1.0 (2678c36)
Operating system and Environment details
Arch Linux
Issue
A few days ago i upgrade my home cluster from 1.0.4 to 1.1.0.
Today i realized that since then some metrics are missing.
Especially the
nomad.client.allocs.memory.rss
isn't present anymore.It doesn't matter if i try to get it via the "nomad" format or "prometheus":
This could also be seen in the UI, there the memory graph only shows
0 Bytes
:But the task definitely needs mem 😄:
1af5d0839d2e minidlna-task-76395c6b-64f0-8abf-efec-dacbf98f070f 0.01% 21.84MiB / 128MiB 17.07% 0B / 0B 19.8MB / 8.19kB 1
Reproduction steps
Upgrade to nomad 1.1.0 and query metrics.
Expected Result
The memory stats are displayed.
Actual Result
Minimal the memory rss stats aren't displayed.
I've restarted the whole cluster in an rolling manner but the behavior didn't change.
Also there is nothing in the logs.
The text was updated successfully, but these errors were encountered: