Skip to content

Commit

Permalink
fix rabbitmq cluster metrics doc (#10859)
Browse files Browse the repository at this point in the history
  • Loading branch information
innerpeacez committed May 26, 2023
1 parent 0c572b2 commit e4ec89b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/en/setup/backend/backend-rabbitmq-monitoring.md
Expand Up @@ -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

Expand Down

0 comments on commit e4ec89b

Please sign in to comment.