Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Refer to the [MongoDB integration documentation][4] for a comprehensive list of
### Query Metrics

<div class="alert alert-info">
This requires Datadog Agent v7.78 or later and MongoDB 7.0+ for Atlas Deployments.
This requires Datadog Agent v7.78 or later and MongoDB 7.0+ for Atlas Deployments. MongoDB 8.0.16+ provides additional WiredTiger cache eviction metrics.
</div>

Query metrics provide insights into the performance of your MongoDB operations. For more information, see [Query Metrics][5].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Refer to the [MongoDB integration documentation][2] for a comprehensive list of
### Query Metrics

<div class="alert alert-info">
This requires Datadog Agent v7.78 or later and MongoDB 8.0+ for self hosted.
This requires Datadog Agent v7.78 or later and MongoDB 8.0+ for self hosted. MongoDB 8.0.16+ provides additional WiredTiger cache eviction metrics.
</div>

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