[DBM Doc] Add MongoDB 8.0.16 WiredTiger cache eviction metrics#38215
Draft
pierreln-dd wants to merge 2 commits into
Draft
[DBM Doc] Add MongoDB 8.0.16 WiredTiger cache eviction metrics#38215pierreln-dd wants to merge 2 commits into
pierreln-dd wants to merge 2 commits into
Conversation
Contributor
Preview links (active after the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Confidence: AUTO
This PR updates the MongoDB Database Monitoring documentation to reflect new WiredTiger cache eviction metrics introduced in MongoDB 8.0.16.
Source
Based on integrations-core PR: DataDog/integrations-core#24541
What changed
The MongoDB integration now collects additional WiredTiger cache eviction metrics that provide more granular visibility into page eviction behavior. These new metrics track eviction attempts and failures by application threads, the eviction server, and eviction worker threads, plus application thread time spent evicting.
Why
These metrics are standard integration metrics that auto-publish via metadata.csv to the integration's Data Collected page. They do not require explicit enumeration in DBM docs. However, the query metrics feature requirements have been updated to note MongoDB 8.0+ support for self-hosted deployments, reflecting that these new metrics are available starting in MongoDB 8.0.16.