-
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.
- Loading branch information
PMM Jenkins
committed
Jan 22, 2024
1 parent
7c14bff
commit d62a2cd
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
12 files
+1 −1 | .github/workflows/go.yml | |
+1 −1 | .github/workflows/lint.yml | |
+1 −1 | .github/workflows/release.yml | |
+1 −6 | exporter/exporter.go | |
+5 −16 | exporter/topology_info.go | |
+38 −29 | exporter/v1_compatibility.go | |
+2 −2 | exporter/v1_compatibility_test.go | |
+3 −3 | go.mod | |
+6 −6 | go.sum | |
+4 −3 | internal/proto/proto.go | |
+47 −40 | tools/go.mod | |
+109 −103 | tools/go.sum |
Submodule mysqld_exporter
updated
5 files
+1 −1 | .promu.yml | |
+7 −7 | go.mod | |
+14 −33 | go.sum | |
+161 −117 | tools/go.mod | |
+366 −2,047 | tools/go.sum |
Submodule pmm-qa
updated
2 files
+1 −0 | .github/workflows/pmm2-integration-tests.yml | |
+8 −3 | pmm-tests/psmdb_setup.sh |
Submodule pmm
updated
12 files
+4 −4 | .github/workflows/admin.yml | |
+2 −2 | .github/workflows/agent.yml | |
+2 −2 | .github/workflows/clean.yml | |
+2 −2 | .github/workflows/main.yml | |
+2 −2 | .github/workflows/managed.yml | |
+2 −2 | .github/workflows/qan-api2.yml | |
+2 −2 | .github/workflows/vmproxy.yml | |
+4 −4 | cli-tests/package-lock.json | |
+1 −1 | cli-tests/package.json | |
+7 −7 | go.mod | |
+14 −15 | go.sum | |
+36 −2 | update/ansible/playbook/tasks/roles/nginx/files/ssl/generate-ssl-certificate |
2 changes: 1 addition & 1 deletion
2
sources/postgres_exporter/src/github.com/percona/postgres_exporter
Submodule postgres_exporter
updated
3 files
+2 −7 | .github/workflows/go.yml | |
+1 −1 | go.mod | |
+3 −2 | go.sum |