You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was creating some dashboards to monitor an instance of frontend running on a pod when I found this bizarre value for the virtual memory
# HELP frontend_process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE frontend_process_virtual_memory_bytes gauge
frontend_process_virtual_memory_bytes 33012293632
In other words, despite running on a pod, the virtual memory is pointing the virtual memory of the WHOLE NAMESPACE
Link to the page
private site
Steps to reproduce
We are running it on a cloud using helm charts. I believe that you can simply run the pod on a namespace meant for multiple pods and the error should happen.
App version
v1.36.0
Browser
Doesn't matter in this case.
Operating system
Ubuntu docker image
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hi @human-77. We use the standard prom-client library to obtain this metric. I believe a bug lies on their side, specifically in the area where the metrics are collected. In our app, we simply call the collectDefaultMetrics method from the library.
Description
I was creating some dashboards to monitor an instance of frontend running on a pod when I found this bizarre value for the virtual memory
Using
kubectl describe ns my-namespace
I got:In other words, despite running on a pod, the virtual memory is pointing the virtual memory of the WHOLE NAMESPACE
Link to the page
private site
Steps to reproduce
We are running it on a cloud using helm charts. I believe that you can simply run the pod on a namespace meant for multiple pods and the error should happen.
App version
v1.36.0
Browser
Doesn't matter in this case.
Operating system
Ubuntu docker image
Additional information
No response
The text was updated successfully, but these errors were encountered: