-
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] Add resolved_views, working_millis and queues to the slow que…
…ry event payload (#18761) * ingest mongodb 8 specific slow query fields * add changelog
- Loading branch information
1 parent
af62c99
commit 1b58301
Showing
6 changed files
with
115 additions
and
5 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,4 @@ | ||
Add `resolved_views`, `working_millis`, and `queues` fields to the slow query (dbm only) event payload | ||
- resolved_views: contains view details for slow queries on views (MongoDB 5.0+) | ||
- working_millis: the amount of time that MongoDB spends working on the operation (MongoDB 8.0+) | ||
- queues: contains information about the operation's queues (MongoDB 8.0+) |
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
Oops, something went wrong.