Skip to content

fix(dashboards): cgroup memory usage

What

Stop using the rate function on container_memory_usage_bytes

Why

container_memory_usage_bytes is a gauge, so we can't use the rate function since this will give us bogus information.

Merge request reports