-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mongo] new query plancache and sort stage metrics (#18513)
* new query plancache and sort stage metrics * add changelog * update metadata
- Loading branch information
1 parent
75adce4
commit 32687a4
Showing
5 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Add new metrics for MongoDB query plan cache (requires MongoDB 7.0+) and sort stages (requires MongoDB 6.2+): | ||
- mongodb.metrics.query.plancache.classic.hitsps | ||
- mongodb.metrics.query.plancache.classic.missesps | ||
- mongodb.metrics.query.plancache.sbe.hitsps | ||
- mongodb.metrics.query.plancache.sbe.missesps | ||
- mongodb.metrics.query.sort.spilltodiskps | ||
- mongodb.metrics.query.sort.totalbytessortedps | ||
- mongodb.metrics.query.sort.totalkeyssortedps |
This file contains 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
This file contains 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
This file contains 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
This file contains 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