diff --git a/docs/en/setup/backend/backend-rabbitmq-monitoring.md b/docs/en/setup/backend/backend-rabbitmq-monitoring.md index db0805e82bdd..d9c6016eeb13 100644 --- a/docs/en/setup/backend/backend-rabbitmq-monitoring.md +++ b/docs/en/setup/backend/backend-rabbitmq-monitoring.md @@ -44,16 +44,16 @@ the OAP. In each cluster, the nodes are represented as `Instance`. | Messages Routed To Queues | meter_rabbitmq_messages_routed | The rate of messages received from publishers and successfully routed to the master queue replicas. | rabbitmq_prometheus plugin | | Unroutable Messages Returned To Publishers | meter_rabbitmq_messages_unroutable_returned | The rate of messages that cannot be routed and are returned back to publishers. | rabbitmq_prometheus plugin | | Unroutable Messages Dropped | meter_rabbitmq_messages_unroutable_dropped | The rate of messages that cannot be routed and are dropped. | rabbitmq_prometheus plugin | -| Queues Total | meter_rabbitmq_cluster_relocating_shards_total | Total number of queue masters per node. | rabbitmq_prometheus plugin | -| Queues Declared | meter_rabbitmq_cluster_unassigned_shards_total | The rate of queue declarations performed by clients. | rabbitmq_prometheus plugin | -| Queues Created | meter_rabbitmq_cluster_unassigned_shards_total | The rate of new queues created (as opposed to redeclarations). | rabbitmq_prometheus plugin | -| Queues Deleted | meter_rabbitmq_cluster_unassigned_shards_total | The rate of queues deleted. | rabbitmq_prometheus plugin | -| Channels Total | meter_rabbitmq_cluster_unassigned_shards_total | Total number of channels on all currently opened connections. | rabbitmq_prometheus plugin | -| Channels Opened | meter_rabbitmq_cluster_unassigned_shards_total | The rate of new channels opened by applications across all connections. Channels are expected to be long-lived. | rabbitmq_prometheus plugin | -| Channels Closed | meter_rabbitmq_cluster_unassigned_shards_total | The rate of channels closed by applications across all connections. Channels are expected to be long-lived. | rabbitmq_prometheus plugin | -| Connections Total | meter_rabbitmq_cluster_unassigned_shards_total | Total number of client connections. | rabbitmq_prometheus plugin | -| Connections Opened | meter_rabbitmq_cluster_unassigned_shards_total | The rate of new connections opened by clients. Connections are expected to be long-lived. | rabbitmq_prometheus plugin | -| Connections Closed | meter_rabbitmq_cluster_unassigned_shards_total | The rate of connections closed. Connections are expected to be long-lived. | rabbitmq_prometheus plugin | +| Queues Total | meter_rabbitmq_queues | Total number of queue masters per node. | rabbitmq_prometheus plugin | +| Queues Declared | meter_rabbitmq_queues_declared_total | The rate of queue declarations performed by clients. | rabbitmq_prometheus plugin | +| Queues Created | meter_rabbitmq_queues_created_total | The rate of new queues created (as opposed to redeclarations). | rabbitmq_prometheus plugin | +| Queues Deleted | meter_rabbitmq_queues_deleted_total | The rate of queues deleted. | rabbitmq_prometheus plugin | +| Channels Total | meter_rabbitmq_channels | Total number of channels on all currently opened connections. | rabbitmq_prometheus plugin | +| Channels Opened | meter_rabbitmq_channels_opened_total | The rate of new channels opened by applications across all connections. Channels are expected to be long-lived. | rabbitmq_prometheus plugin | +| Channels Closed | meter_rabbitmq_channels_closed_total | The rate of channels closed by applications across all connections. Channels are expected to be long-lived. | rabbitmq_prometheus plugin | +| Connections Total | meter_rabbitmq_connections | Total number of client connections. | rabbitmq_prometheus plugin | +| Connections Opened | meter_rabbitmq_connections_opened_total | The rate of new connections opened by clients. Connections are expected to be long-lived. | rabbitmq_prometheus plugin | +| Connections Closed | meter_rabbitmq_connections_closed_total | The rate of connections closed. Connections are expected to be long-lived. | rabbitmq_prometheus plugin | ### RabbitMQ Node Supported Metrics