-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update latest commit ID's for v3.0.0 release
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule dss-ansible
updated
233 files
Submodule dss-ecosystem
updated
13 files
+14 −2 | .gitlab-ci.yml | |
+5 −1 | buildspec/dss-client.yml | |
+6 −3 | buildspec/sonar-scanner.yml | |
+5 −2 | dss_metrics/README.md | |
+1 −1 | dss_metrics/config/config.json | |
+76 −102 | dss_metrics/metrics.py | |
+8 −0 | dss_metrics/metrics_scope.json | |
+79 −79 | dss_metrics/minio_rest_collector.py | |
+57 −34 | dss_metrics/minio_ustat_collector.py | |
+57 −34 | dss_metrics/nvmftarget_ustat_collector.py | |
+78 −1 | dss_metrics/utils.py | |
+3 −1 | dss_metrics/whitelist.txt | |
+ − | dss_s3benchmark/s3-benchmark |
Submodule dss-minio
updated
4 files
+16 −0 | cmd/globals.go | |
+54 −2 | cmd/metrics.go | |
+29 −0 | cmd/object-handlers.go | |
+35 −0 | cmd/xl-sets.go |