-
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-13129-encryption
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule grafana
updated
17 files
2 changes: 1 addition & 1 deletion
2
sources/mongodb_exporter/src/github.com/percona/mongodb_exporter
Submodule mongodb_exporter
updated
11 files
+2 −2 | .github/workflows/release.yml | |
+6 −5 | .goreleaser.yml | |
+2 −1 | Makefile | |
+4 −0 | exporter/collstats_collector.go | |
+0 −1 | exporter/diagnostic_data_collector_test.go | |
+7 −1 | exporter/pbm_collector.go | |
+6 −2 | exporter/server.go | |
+19 −18 | go.mod | |
+34 −34 | go.sum | |
+34 −37 | tools/go.mod | |
+75 −81 | tools/go.sum |
Submodule node_exporter
updated
3 files
+1 −1 | .github/workflows/golangci-lint.yml | |
+8 −8 | go.mod | |
+14 −13 | go.sum |
Submodule pmm-qa
updated
3 files
+1 −1 | .github/workflows/fb-integration-suite.yml | |
+1 −1 | pmm-tests/check_upgrade.py | |
+2 −2 | pmm-tests/check_upgrade.sh |
Submodule pmm-ui-tests
updated
7 files
2 changes: 1 addition & 1 deletion
2
sources/postgres_exporter/src/github.com/percona/postgres_exporter
Submodule postgres_exporter
updated
6 files
+1 −1 | .github/workflows/golangci-lint.yml | |
+2 −1 | cmd/postgres_exporter/main.go | |
+10 −8 | go.mod | |
+20 −16 | 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 |