-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mongodb): resolve collection name for
getMore
command (#3919)
- Loading branch information
1 parent
41c8dcf
commit 990442a
Showing
4 changed files
with
150 additions
and
27 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 |
---|---|---|
|
@@ -46,6 +46,7 @@ See the <<upgrade-to-v4>> guide. | |
[float] | ||
===== Bug fixes | ||
* Fix span names for `getMore` command of mongodb. ({pull}3919[#3919]) | ||
* Fix instrumentation of mongodb to not break [email protected]. Mongodb v6.4.0 | ||
included changes that resulted in the APM agent's instrumentation breaking it. | ||
({pull}3897[#3897]) | ||
|
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