Skip to content

Grafana: replace TCP sockets panel with file descriptors panel#15618

Merged
michaelklishin merged 1 commit intomainfrom
rabbitmq-server-12673
Mar 11, 2026
Merged

Grafana: replace TCP sockets panel with file descriptors panel#15618
michaelklishin merged 1 commit intomainfrom
rabbitmq-server-12673

Conversation

@michaelklishin
Copy link
Copy Markdown
Collaborator

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.

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
@michaelklishin michaelklishin added this to the 4.3.0 milestone Mar 11, 2026
@michaelklishin michaelklishin merged commit 6266fa4 into main Mar 11, 2026
180 of 182 checks passed
@michaelklishin michaelklishin deleted the rabbitmq-server-12673 branch March 11, 2026 01:26
michaelklishin added a commit that referenced this pull request Mar 11, 2026
Grafana: replace TCP sockets panel with file descriptors panel (backport #15618)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grafana dashboards: needs an update for 4.x because rabbitmq_process_max_tcp_sockets is no longer available

2 participants