Skip to content

Connection Name not available when deprecated feature management_metrics_collection is disabled #12833

Closed Answered by michaelklishin
EmperorRXF asked this question in Questions
Discussion options

You must be logged in to vote

User-provided connection name is emitted together with other connection metrics to be displayed in the management UI.

If you disable metrics in the management plugin, a whole bunch of data will not be available. The ability to disable metrics in that plugin was added with a specific set of users in mind: those who will use a Prometheus format-based monitoring, standard CLI tools, and other options for monitoring.

rabbitmqctl list_connections and the Prometheus plugin use completely different code paths, and will display user-provided connection names regardless of the management plugin configuration.

So, you get what you asked for: a very minimalistic set of data about connections, queues…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants