Replies: 2 comments 3 replies
-
@rstrlcpy your definition of "incorrect" assumes we use See This metric has a chance of following its socket count counterparts that were completely removed because this is a kernel-level metric and should be monitored as such, that is, not by RabbitMQ itself. |
Beta Was this translation helpful? Give feedback.
-
The bug arises because RabbitMQ 4.0.4 now reports fallback pollset metrics (with a low max_fds of 1024) in the HTTP API and WebUI, instead of using the hot-path pollset values. This causes file descriptor usage to appear red/confusing even when the actual FD capacity is high. Earlier versions (4.0.2, 4.0.3) used a different build that exposed the correct values. This mismatch was noted in docker-library/rabbitmq#749 and is misleading for users monitoring FD usage. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
WebUI:
File descriptors
onOverview
is red. That confuses.Reproduction steps
Deploy a test server using
rabbitmq:4.0.4-management-alpine
(official docker-image).Run test using
rabbitmq-perf-test
:Expected behavior
It would be better to show the numbers from the hot-path pollset not from fallback.
Additional context
4.0.3 and 4.0.2 are not affected because they were build somehow differently:
docker-library/rabbitmq#749
Beta Was this translation helpful? Give feedback.
All reactions