We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd3f7fb + c1ef8d5 commit 6c813ffCopy full SHA for 6c813ff
services/monitoring/prometheus/prometheus.rules.yml
@@ -42,3 +42,8 @@ groups:
42
rules:
43
- record: osparc_autoscaling_machines_buffer
44
expr: sum(swarm_node_info{instance=~"^ip-.*$"}) - ( sum(count_values("instance",node_boot_time_seconds{instance=~"^ip-.*$"})) OR clamp_max(absent(node_boot_time_seconds{instance=~"^ip-.*$"}),0) )
45
+ - name: osparc_ops_cpu_throttling_seconds
46
+ interval: 120s
47
+ rules:
48
+ - record: osparc_ops_cpu_throttling_seconds
49
+ expr: sum by (name) (rate(container_cpu_cfs_throttled_seconds_total[5m])) > 0.2
0 commit comments