Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/database_monitoring/data_collected.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The metrics used for Database Monitoring views are, primarily:
- **Postgres**: `postgresql.queries.*`
- **SQL Server**: `sqlserver.queries.*`
- **Oracle**: `oracle.queries.*`
- **MongoDB**: `mongodb.queries.*` (requires Agent v7.78 or later)

## Normalized queries

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ Refer to the [MongoDB integration documentation][4] for a comprehensive list of

{{% dbm-mongodb-agent-data-collected %}}

### Query Metrics

**Note**: Query metrics for MongoDB require Datadog Agent v7.78 or later.

To collect query metrics, ensure you have granted the required permissions as described in the [Grant the Agent access](#grant-the-agent-access-to-your-mongodb-atlas-cluster) section. The Agent automatically collects query metrics once properly configured.

Query metrics provide insights into the performance of your MongoDB operations. For more information, see [Query Metrics][5].

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}
Expand All @@ -253,3 +261,4 @@ Refer to the [MongoDB integration documentation][4] for a comprehensive list of
[2]: /account_management/api-app-keys/
[3]: /integrations/mongodb_atlas/
[4]: /integrations/mongodb_atlas/#metrics
[5]: /database_monitoring/query_metrics/
10 changes: 10 additions & 0 deletions content/en/database_monitoring/setup_mongodb/selfhosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,15 @@ Refer to the [MongoDB integration documentation][2] for a comprehensive list of

{{% dbm-mongodb-agent-data-collected %}}

### Query Metrics

**Note**: Query metrics for MongoDB require Datadog Agent v7.78 or later.

To collect query metrics, ensure you have granted the required permissions as described in the [Grant the Agent access](#grant-the-agent-access-to-your-mongodb-instances) section. The Agent automatically collects query metrics once properly configured.

Query metrics provide insights into the performance of your MongoDB operations. For more information, see [Query Metrics][3].

[3]: /database_monitoring/query_metrics/

[1]: /account_management/api-app-keys/
[2]: /integrations/mongo/?tab=standalone#metrics
Loading