-
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-13315-service-account-max-length
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule grafana
updated
14 files
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 | |
+17 −16 | go.mod | |
+28 −28 | 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 | |
+6 −6 | go.mod | |
+10 −9 | go.sum |
Submodule pmm-ui-tests
updated
5 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 | |
+9 −7 | go.mod | |
+18 −14 | 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 | |
+117 −126 | go.mod | |
+275 −360 | go.sum |