diff --git a/lib/galaxy/job_metrics/instrumenters/cgroup.py b/lib/galaxy/job_metrics/instrumenters/cgroup.py index eebd89815fd2..7f0a3b9b2493 100644 --- a/lib/galaxy/job_metrics/instrumenters/cgroup.py +++ b/lib/galaxy/job_metrics/instrumenters/cgroup.py @@ -31,12 +31,10 @@ "memory.oom_control.under_oom": "Was OOM Killer active?", "cpuacct.usage": "CPU Time", # cgroupsv2 - "memory.events.low": - "Number of times the cgroup was reclaimed due to high memory pressure even though its usage is under the low " - "boundary", - "memory.events.high": - "Number of times processes of the cgroup were throttled and routed to perform direct memory reclaim because " - "the high memory boundary was exceeded", + "memory.events.low": "Number of times the cgroup was reclaimed due to high memory pressure even though its usage is under the low " + "boundary", + "memory.events.high": "Number of times processes of the cgroup were throttled and routed to perform direct memory reclaim because " + "the high memory boundary was exceeded", "memory.events.max": "Number of times the cgroup's memory usage was about to go over the max boundary", "memory.events.oom": "Number of time the cgroup's memory usage reached the limit and allocation was about to fail", "memory.events.oom_kill": "Number of processes belonging to this cgroup killed by any kind of OOM killer",