Fix/mongodb metrics supplier (6.3)#25445
Draft
graylog-internal-actions-access[bot] wants to merge 3 commits into6.3from
Draft
Fix/mongodb metrics supplier (6.3)#25445graylog-internal-actions-access[bot] wants to merge 3 commits into6.3from
6.3)#25445graylog-internal-actions-access[bot] wants to merge 3 commits into6.3from
Conversation
* Revert datanode jvm.options * Added changelog * fix MongoDBMetricsSupplier, inject mongo connection, not client * Added changelog * better unit test (cherry picked from commit a5a46d3)
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.
Note: This is a backport of #25424 to
6.3.This PR fixes the mongodb metrics supplier by injecting correctly initialized mongdb connection instead of the default non-initialized client.
TODO: this needs backports!
Motivation and Context
Fixes #25410
How Has This Been Tested?
Adapted unit test to use actual mongodb connection
Types of changes
Checklist: