jupyterhub/grafana-dashboards

Standardize on container metrics for memory usage

yuvipanda opened this issue · 1 comments

I see we use container_memory_working_set_bytes and container_memory_rss for memory listing. We should figure out one and consistently stick to it.

minrk commented

A quick googling found this (via SO, of course), which suggests that container_memory_working_set_bytes is what we should use if OOM is what we are interested in.