Skip to content

Grafana: replace TCP sockets panel with file descriptors panel (backport #15618)#15691

Merged
michaelklishin merged 1 commit intov4.2.xfrom
mergify/bp/v4.2.x/pr-15618
Mar 11, 2026
Merged

Grafana: replace TCP sockets panel with file descriptors panel (backport #15618)#15691
michaelklishin merged 1 commit intov4.2.xfrom
mergify/bp/v4.2.x/pr-15618

Conversation

@mergify
Copy link
Copy Markdown

@mergify mergify bot commented Mar 11, 2026

The rabbitmq_process_max_tcp_sockets metric was removed in RabbitMQ 4.0, affecting the "TCP sockets available" panel on the Overview dashboard.

This commit adds a "File descriptors available" panel using two alternative metrics: rabbitmq_process_max_fds and rabbitmq_process_open_fds.

The new panel is not exactly identical but should be considered a decent alternative in practice.

Closes #12673. References #15528.


This is an automatic backport of pull request #15618 done by [Mergify](https://mergify.com).

The `rabbitmq_process_max_tcp_sockets` metric was removed
in RabbitMQ 4.0, affecting the "TCP sockets available" panel on
the Overview dashboard.

This commit adds a "File descriptors available" panel
using two alternative metrics: `rabbitmq_process_max_fds`
and `rabbitmq_process_open_fds`.

The new panel is not exactly identical but should be
considered a decent alternative in practice.

Closes #12673

(cherry picked from commit 62bbe57)
@michaelklishin michaelklishin added this to the 4.2.5 milestone Mar 11, 2026
@michaelklishin michaelklishin merged commit b453295 into v4.2.x Mar 11, 2026
292 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.2.x/pr-15618 branch March 11, 2026 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant