You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User wants to know if metricbeat rabbitmq module would be able to collect the client-provided name for a collection. I was able to create a new connection in rabbitmq with a connection name and run metricbeat to collect the metrics. Turned out we don't support collecting this client-provided name right now. But this is a very simple change to make and potentially useful in my mind.
RabbitMQ 3.6.5 added the facility for the connecting client to report a friendly name string value to identify a connection for management purposes. This is strictly an identifier and, as it is client-reported, it cannot be relied upon for anything other than weak identification of connections.
The text was updated successfully, but these errors were encountered:
This feature request came from discuss forum: https://discuss.elastic.co/t/metricbeat-rabbitmq-problem/189443
User wants to know if metricbeat rabbitmq module would be able to collect the
client-provided name
for a collection. I was able to create a new connection in rabbitmq with a connection name and run metricbeat to collect the metrics. Turned out we don't support collecting thisclient-provided name
right now. But this is a very simple change to make and potentially useful in my mind.RabbitMQ 3.6.5 added the facility for the connecting client to report a friendly name string value to identify a connection for management purposes. This is strictly an identifier and, as it is client-reported, it cannot be relied upon for anything other than weak identification of connections.
The text was updated successfully, but these errors were encountered: