-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v3' into PMM-13409-fix-update-status-failure-after-upgrade
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
sources/mongodb_exporter/src/github.com/percona/mongodb_exporter
Submodule mongodb_exporter
updated
10 files
+2 −2 | .github/workflows/release.yml | |
+6 −5 | .goreleaser.yml | |
+2 −1 | Makefile | |
+0 −1 | exporter/diagnostic_data_collector_test.go | |
+7 −1 | exporter/pbm_collector.go | |
+6 −2 | exporter/server.go | |
+16 −15 | go.mod | |
+26 −26 | go.sum | |
+34 −37 | tools/go.mod | |
+75 −81 | tools/go.sum |
2 changes: 1 addition & 1 deletion
2
sources/postgres_exporter/src/github.com/percona/postgres_exporter
Submodule postgres_exporter
updated
5 files
+2 −1 | cmd/postgres_exporter/main.go | |
+4 −2 | go.mod | |
+8 −4 | go.sum | |
+35 −35 | tools/go.mod | |
+77 −79 | tools/go.sum |
2 changes: 1 addition & 1 deletion
2
sources/proxysql_exporter/src/github.com/percona/proxysql_exporter
Submodule proxysql_exporter
updated
4 files
+2 −2 | .github/workflows/go.yml | |
+1 −1 | exporter_test.go | |
+118 −129 | go.mod | |
+277 −440 | go.sum |