-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[8.17](backport #42171) metricbeat/module/mongodb/collstats: Add extra collstats metrics #42358
Merged
Conversation
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
) * mongo collStats PoC * introduce waitgroup * [metricbeats][mongodb] handle extra collstats metrics * fix linter errors * fix imports * update changelog * add max and nindexes to collstats data * update copyright years in NOTICE.txt * update NOTICE.txt * impove code readability, add code comments * replace WaitGroup with errgroup * run gofumpt to fix imports * fix loop variable captured by func literal --------- Co-authored-by: subham sarkar <subham.sarkar@elastic.co> (cherry picked from commit 0b5cfa9)
stefans-elastic
approved these changes
Jan 21, 2025
/test |
5 tasks
This pull request has not been merged yet. Could you please review and merge it @stefans-elastic? 🙏 |
dliappis
added a commit
to dliappis/beats
that referenced
this pull request
Jan 27, 2025
dliappis
added a commit
to dliappis/beats
that referenced
this pull request
Jan 27, 2025
dliappis
added a commit
that referenced
this pull request
Jan 28, 2025
Update dbadger-io to v4.4.0 in branch 8.17 to match `main` and `8.x`. Relates #42358
dliappis
added a commit
to dliappis/beats
that referenced
this pull request
Jan 28, 2025
Update dbadger-io to v4.4.0 in branch 8.16 to match `main` and `8.x`. Relates elastic#42358
dliappis
added a commit
to dliappis/beats
that referenced
this pull request
Jan 28, 2025
Update dbadger-io to v4.4.0 in branch 7.17 to match `main` and `8.x`. Relates: - elastic#42358 - #43434
dliappis
added a commit
to dliappis/beats
that referenced
this pull request
Jan 28, 2025
Update dbadger-io to v4.4.0 in branch 8.16 to match `main` and `8.x`. Relates elastic#42358
@elastic/obs-infraobs-integrations could somebody approve this PR? |
nevermind. it actually doesn't require an approve - sorry |
dliappis
added a commit
that referenced
this pull request
Jan 29, 2025
Update dbadger-io to v4.4.0 in branch 8.16 to match `main` and `8.x`. Relates #42358
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.
Proposed commit message
PR adds additional collstats related metrics in collstats dataset.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs
This is an automatic backport of pull request #42171 done by [Mergify](https://mergify.com).