Skip to content

Commit 0c6ed42

Browse files
authored
Update mongodb-opentelemetry.md
1 parent 25cb810 commit 0c6ed42

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

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

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Following are the [Fields](/docs/manage/fields/) which will be created as part o
3333

3434
- **`db.cluster.name`**. User configured. Enter a name to identify this MongoDb cluster. This cluster name will be shown in the Sumo Logic dashboards.
3535
- **`db.system`**. Has fixed value of **mongodb**.
36-
- **`deployment.environment`**. User configured. This is the deployment environment where the Mongodb cluster resides. For example: dev, prod or qa.
36+
- **`deployment.environment`**. User configured. This is the deployment environment where the Mongodb cluster resides. For example: dev, prod, or qa.
3737
- **`sumo.datasource`**. has a fixed value of **mongodb**.
3838
* **`db.node.name`**. Has the value of host name of the machine which is being monitored.
3939

@@ -242,7 +242,7 @@ deployment.environment=* db.cluster.name=* sumo.datasource=mongodb  | json "log
242242
| count by component
243243
```
244244

245-
## Viewing MongoDB dashboards
245+
## Viewing the MongoDB dashboards
246246

247247
import ViewDashboards from '../../../reuse/apps/view-dashboards.md';
248248

@@ -262,11 +262,7 @@ Use this dashboard to:
262262

263263
### Errors and Warnings
264264

265-
The **MongoDB - Errors and Warnings** dashboard shows errors and warnings by the MongoDB component.
266-
267-
Use this dashboard to:
268-
269-
- Determine components producing multiple errors or warnings.
265+
The **MongoDB - Errors and Warnings** dashboard shows errors and warnings by the MongoDB component. Use this dashboard to determine the components producing multiple errors or warnings.
270266

271267
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/MongoDB-OpenTelemetry/MongoDB-Errors-and-Warnings.png' alt="Access" />
272268

@@ -356,14 +352,14 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
356352
| Name | Description | Alert Condition | Recover Condition |
357353
|:--|:--|:--|:--|
358354
| `MongoDB - Instance Down` | This alert is triggered when we detect that the MongoDB instance is down. | Missing Data | Data Found |
359-
| `MongoDB - Replication Error` | This alert is triggered when we detect errors in MongoDB replication operations. | Count `>` 0 | Count `<=` 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. | Count `>` 0 | Count `<=` 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. | Count `>` 0 | Count `<=` 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. | Count `>` 0 | Count `<=` 0 |
363-
| `MongoDB - Sharding Chunk Split Failure` | This alert is triggered when we detect that a MongoDB chunk not been split during sharding. | Count `>` 0 | Count `<=` 0 |
364-
| `MongoDB - Sharding Error` | This alert is triggered when we detect errors in MongoDB sharding operations. | Count `>` 0 | Count `<=` 0 |
365-
| `MongoDB - Sharding Warning` | This alert is triggered when we detect warnings in MongoDB sharding operations. | Count `>` 0 | Count `<=` 0 |
366-
| `MongoDB - Slow Queries` | This alert is triggered when we detect that a MongoDB cluster is executing slow queries. | Count `>` 0 | Count `<=` 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). | Count `>=` 80 | Count `<` 80 |
368-
| `MongoDB - Too Many Cursors Open` | This alert is triggered when we detect that there are too many cursors (>10K) opened by MongoDB. | Count `>=` 10000 | Count `<` 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. | Count `>=` 100 | Count `<` 100 |
355+
| `MongoDB - Replication Error` | This alert is triggered when we detect errors in MongoDB replication operations. | Count > 0 | Count < = 0 |
356+
| `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. | Count > 0 | Count < = 0 |
357+
| `MongoDB - Secondary Node Replication Failure` | This alert is triggered when we detect that a MongoDB secondary node is out of sync for replication. | Count > 0 | Count < = 0 |
358+
| `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. | Count > 0 | Count < = 0 |
359+
| `MongoDB - Sharding Chunk Split Failure` | This alert is triggered when we detect that a MongoDB chunk not been split during sharding. | Count > 0 | Count < = 0 |
360+
| `MongoDB - Sharding Error` | This alert is triggered when we detect errors in MongoDB sharding operations. | Count > 0 | Count < = 0 |
361+
| `MongoDB - Sharding Warning` | This alert is triggered when we detect warnings in MongoDB sharding operations. | Count > 0 | Count < = 0 |
362+
| `MongoDB - Slow Queries` | This alert is triggered when we detect that a MongoDB cluster is executing slow queries. | Count > 0 | Count < = 0 |
363+
| `MongoDB - Too Many Connections` | This alert is triggered when we detect a given MongoDB server has too many connections (over 80% of capacity). | Count > = 80% | Count < 80% |
364+
| `MongoDB - Too Many Cursors Open` | This alert is triggered when we detect that there are too many cursors (>10K) opened by MongoDB. | Count > = 10000 | Count < 10000 |
365+
| `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. | Count > = 100 | Count < 100 |

0 commit comments

Comments
 (0)