Closed willzgli closed 1 year ago
idelta interval(2m) is not matched with prometheus scrape_interval(default is 1m), this will make the related series have break point frequently
(container_memory_usage_bytes - container_memory_cache) is not container's real memory use container_memory_working_set_bytes to replace it
What type of PR is this?
/kind bug
What this PR does / why we need it: fix bug in prometheus rule
idelta interval(2m) is not matched with prometheus scrape_interval(default is 1m), this will make the related series have break point frequently
(container_memory_usage_bytes - container_memory_cache) is not container's real memory use container_memory_working_set_bytes to replace it
What type of PR is this?
What this PR does / why we need it: fix bug in prometheus rule