Skip to content

Commit 8a7e302

Browse files
authored
Update rabbitmq-opentelemetry.md
1 parent 3756f37 commit 8a7e302

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/integrations/containers-orchestration/opentelemetry/rabbitmq-opentelemetry.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ RabbitMQ logs are sent to Sumo Logic through the OpenTelemetry [filelog receiver
1515

1616
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/RabbitMq-OpenTelemetry/RabbitMQ-Schematics.png' alt="Schematics" />
1717

18-
1918
:::info
20-
This app includes [built-in monitors](#rabbitmq-alerts). For details on creating custom monitors, refer to [Create monitors for RabbitMQ app](#create-monitors-for-rabbitmq-app).
19+
This app includes [built-in monitors](#rabbitmq-alerts). For details on creating custom monitors, refer to the [Create monitors for RabbitMQ app](#create-monitors-for-rabbitmq-app).
2120
:::
2221

2322
## Fields creation in Sumo Logic for RabbitMQ
@@ -244,11 +243,11 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
244243

245244
### RabbitMQ alerts
246245

247-
| Alert Name | Alert Description and conditions | Alert Condition | Recover Condition |
248-
|:---------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|:-------------------|
249-
| `RabbitMQ - High Consumer Count` | This alert is triggered when consumers are higher than given value (Default 10000) in a queue. | `>=` 10000 | `<` 10000 |
250-
| `RabbitMQ - High Message Queue Size` | This alert is triggered when the number of messages in a queue exceeds a given threshold (Default 10000), indicating potential consumer issues or message processing bottlenecks. | `>=` 10000 | `<` 10000 |
251-
| `RabbitMQ - High Messages Count` | This alert is triggered when messages are higher than given value (Default 10000) in a queue. | `>=` 10000 | `<` 10000 |
252-
| `RabbitMQ - High Unacknowledged Messages` | This alert is triggered when there are too many unacknowledged messages (Default 5000), suggesting consumer processing issues. | `>=` 5000 | `<` 5000 |
253-
| `RabbitMQ - Node Down` | This alert is triggered when a node in the RabbitMQ cluster is down. | `>=` 1 | `<` 1 |
254-
| `RabbitMQ - Zero Consumers Alert` | This alert is triggered when a queue has no consumers, indicating potential service issues. | `<=` 0 | `>` 0 |
246+
| Name | Description | Alert Condition | Recover Condition |
247+
|:--|:--|:--|:--|
248+
| `RabbitMQ - High Consumer Count` | This alert is triggered when consumers are higher than given value in a queue. | Count > = 10000 | Count < 10000 |
249+
| `RabbitMQ - High Message Queue Size` | This alert is triggered when the number of messages in a queue exceeds a given threshold, indicating potential consumer issues or message processing bottlenecks. | Count > = 10000 | Count < 10000 |
250+
| `RabbitMQ - High Messages Count` | This alert is triggered when messages are higher than given value in a queue. | Count > = 10000 | Count < 10000 |
251+
| `RabbitMQ - High Unacknowledged Messages` | This alert is triggered when there are too many unacknowledged messages, suggesting consumer processing issues. | Count > = 5000 | Count < 5000 |
252+
| `RabbitMQ - Node Down` | This alert is triggered when a node in the RabbitMQ cluster is down. | Count > = 1 | Count < 1 |
253+
| `RabbitMQ - Zero Consumers Alert` | This alert is triggered when a queue has no consumers, indicating potential service issues. | Count < = 0 | Count > 0 |

0 commit comments

Comments
 (0)