-
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 'PMM-2.0' into PMM-12151-12273-explain
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule grafana
updated
from 3507d7 to 78728b
Submodule pmm-dump
updated
14 files
+201 −0 | LICENSE | |
+1 −1 | Makefile | |
+1 −0 | README.md | |
+23 −16 | cmd/pmm-dump/main.go | |
+2 −1 | cmd/pmm-dump/util.go | |
+175 −0 | internal/test/e2e/contentlimit_test.go | |
+9 −19 | internal/test/e2e/validate_test.go | |
+11 −3 | internal/test/util/binary.go | |
+39 −10 | internal/test/util/pmm.go | |
+1 −0 | pkg/victoriametrics/config.go | |
+32 −0 | pkg/victoriametrics/metric.go | |
+127 −5 | pkg/victoriametrics/source.go | |
+137 −0 | pkg/victoriametrics/source_test.go | |
+2 −0 | support-files/run-tests |
Submodule pmm-qa
updated
3 files
+7 −3 | pmm-tests/ms_pmm_setup.yml | |
+19 −2 | pmm-tests/pmm-framework.sh | |
+9 −5 | pmm-tests/pxc_proxysql_setup.yml |
Submodule pmm-ui-tests
updated
5 files
Submodule pmm
updated
43 files
2 changes: 1 addition & 1 deletion
2
sources/postgres_exporter/src/github.com/percona/postgres_exporter
Submodule postgres_exporter
updated
4 files
+9 −8 | .github/workflows/go.yml | |
+4 −1 | .github/workflows/golangci-lint.yml | |
+4 −1 | Makefile.common | |
+0 −1 | docker-compose.yml |
Submodule rds_exporter
updated
2 files
+18 −26 | .github/workflows/go.yml | |
+14 −14 | .github/workflows/release.yml |