Skip to content

Commit b7732ed

Browse files
authored
Fix FileDescriptorsNearLimit
1 parent 53f23a6 commit b7732ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

observability/prometheus/rules/rabbitmq/file-descriptors-near-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
expr: |
1515
sum by(namespace, rabbitmq_cluster, pod, rabbitmq_node) (max_over_time(rabbitmq_process_open_fds[5m]) * on(instance) group_left(rabbitmq_cluster, rabbitmq_node, pod) rabbitmq_identity_info)
1616
/
17-
sum by(namespace, rabbitmq_cluster, pod, rabbitmq_node) (rabbitmq_process_max_tcp_sockets * on(instance) group_left(rabbitmq_cluster, rabbitmq_node, pod) rabbitmq_identity_info)
17+
sum by(namespace, rabbitmq_cluster, pod, rabbitmq_node) (rabbitmq_process_max_fds * on(instance) group_left(rabbitmq_cluster, rabbitmq_node, pod) rabbitmq_identity_info)
1818
> 0.8
1919
for: 10m
2020
annotations:

0 commit comments

Comments
 (0)