-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
2,267 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 |
---|---|---|
@@ -1,12 +1,15 @@ | ||
[PMM-XXXX](https://jira.percona.com/browse/PMM-XXXX) (optional, if ticket reported) | ||
|
||
- [ ] Links to other linked pull requests (optional). | ||
- [ ] Links to related pull requests (optional). | ||
|
||
--- | ||
|
||
- [ ] Tests passed. | ||
- [ ] Fix conflicts with target branch. | ||
- [ ] Update jira ticket description if needed. | ||
- [ ] Attach screenshots/console output to confirm new behavior to jira ticket, if applicable. | ||
Below we provide a basic checklist of things that would make it a good PR: | ||
- Make sure to sign the CLA (Contributor License Agreement). | ||
- Make sure all tests pass. | ||
- Keep current with the target branch and fix conflicts if necessary. | ||
- Update jira ticket description if necessary. | ||
- Attach screenshots and/or console output to the jira ticket to confirm new behavior, if applicable. | ||
- Leave notes to the reviewers if you need to focus their attention on something specific. | ||
|
||
Once all checks pass and the code is ready for review, please add `pmm-review-exporters` team as the reviewer. That would assign people from the review team automatically. Report any issues on our [Forum](https://forums.percona.com). |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/percona/mongodb_exporter | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/AlekSi/pointer v1.1.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
Oops, something went wrong.