Skip to content

Commit 3756f37

Browse files
updating mongodb instance down recovery condition
1 parent fcd35a0 commit 3756f37

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/integrations/databases/opentelemetry/mongodb-opentelemetry.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -354,16 +354,16 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
354354
### MongoDB alerts
355355

356356
| Alert Name | Alert Description and conditions | Alert Condition | Recover Condition |
357-
|:---------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|:-------------------|
358-
| `MongoDB - Instance Down` | This alert is triggered when we detect that the MongoDB instance is down. | Missing Data | Missing Data |
359-
| `MongoDB - Replication Error` | This alert is triggered when we detect errors in MongoDB replication operations. | `>` 0 | `<=` 0 |
360-
| `MongoDB - Replication Heartbeat Error` | This alert is triggered when we detect that the MongoDB Replication Heartbeat request has errors, which indicates replication is not working as expected. | `>` 0 | `<=` 0 |
361-
| `MongoDB - Secondary Node Replication Failure` | This alert is triggered when we detect that a MongoDB secondary node is out of sync for replication. | `>` 0 | `<=` 0 |
362-
| `MongoDB - Sharding Balancer Failure` | This alert is triggered when we detect that data balancing failed on a MongoDB Cluster with 1 mongos instance and 3 mongod instances. | `>` 0 | `<=` 0 |
363-
| `MongoDB - Sharding Chunk Split Failure` | This alert is triggered when we detect that a MongoDB chunk not been split during sharding. | `>` 0 | `<=` 0 |
364-
| `MongoDB - Sharding Error` | This alert is triggered when we detect errors in MongoDB sharding operations. | `>` 0 | `<=` 0 |
365-
| `MongoDB - Sharding Warning` | This alert is triggered when we detect warnings in MongoDB sharding operations. | `>` 0 | `<=` 0 |
366-
| `MongoDB - Slow Queries` | This alert is triggered when we detect that a MongoDB cluster is executing slow queries. | `>` 0 | `<=` 0 |
367-
| `MongoDB - Too Many Connections` | This alert is triggered when we detect a given MongoDB server has too many connections (over 80% of capacity). | `>=` 80 | `<` 80 |
368-
| `MongoDB - Too Many Cursors Open` | This alert is triggered when we detect that there are too many cursors (>10K) opened by MongoDB. | `>=` 10000 | `<` 10000 |
369-
| `MongoDB - Too Many Cursors Timeouts` | This alert is triggered when we detect that there are too many cursors (100) timing out on a MongoDB server within a 5 minute time interval. | `>=` 100 | `<` 100 |
357+
|:--|:--|:--|:--|
358+
| `MongoDB - Instance Down` | This alert gets triggered when we detect that the MongoDB instance is down. | Missing Data | Data Found |
359+
| `MongoDB - Replication Error` | This alert gets triggered when we detect errors in MongoDB replication operations. | `>` 0 | `<=` 0 |
360+
| `MongoDB - Replication Heartbeat Error` | This alert gets triggered when we detect that the MongoDB Replication Heartbeat request has errors, which indicates replication is not working as expected. | `>` 0 | `<=` 0 |
361+
| `MongoDB - Secondary Node Replication Failure` | This alert gets triggered when we detect that a MongoDB secondary node is out of sync for replication. | `>` 0 | `<=` 0 |
362+
| `MongoDB - Sharding Balancer Failure` | This alert gets triggered when we detect that data balancing failed on a MongoDB Cluster with 1 mongos instance and 3 mongod instances. | `>` 0 | `<=` 0 |
363+
| `MongoDB - Sharding Chunk Split Failure` | This alert gets triggered when we detect that a MongoDB chunk not been split during sharding. | `>` 0 | `<=` 0 |
364+
| `MongoDB - Sharding Error` | This alert gets triggered when we detect errors in MongoDB sharding operations. | `>` 0 | `<=` 0 |
365+
| `MongoDB - Sharding Warning` | This alert gets triggered when we detect warnings in MongoDB sharding operations. | `>` 0 | `<=` 0 |
366+
| `MongoDB - Slow Queries` | This alert gets triggered when we detect that a MongoDB cluster is executing slow queries. | `>` 0 | `<=` 0 |
367+
| `MongoDB - Too Many Connections` | This alert gets triggered when we detect a given MongoDB server has too many connections (over 80% of capacity). | `>=` 80 | `<` 80 |
368+
| `MongoDB - Too Many Cursors Open` | This alert gets triggered when we detect that there are too many cursors (>10K) opened by MongoDB. | `>=` 10000 | `<` 10000 |
369+
| `MongoDB - Too Many Cursors Timeouts` | This alert gets triggered when we detect that there are too many cursors (100) timing out on a MongoDB server within a 5 minute time interval. | `>=` 100 | `<` 100 |

0 commit comments

Comments
 (0)