Commit Graph

3 Commits

Author SHA1 Message Date
Yue Zhu 238f39a71b
Refactoring for nautilus branch (#183)
* Run -race for go test

* Upgrade go 1.15.3

* Extract a function to create rados connection

* Convert to go module; update dependencies

* Use environment variables to pass in parameters

* Make rados connection short lived

* Use float64 for JSON number in cluster_usage.go

* Use mocks to replace the NoopConn

* Add "-tags nautilus" for "go test" and "go build"

* Update readme

* Update go mod
2020-10-28 14:42:52 -04:00
ssobolewski 415d296c31
Ssobolewski/run rgw stats in background (#97)
* RGW GC stat collection can take a long time if there is a very large backlog

* Use a const for background interval

* Minor change per code review
2018-08-10 13:43:02 -06:00
ssobolewski dc6ab9c636
Optionally collect RGW GC task stats (#94)
* Optionally collect RGW GC task stats

* Minor changes per code-review, add some additional tests to squeeze out extra coverage
2018-08-01 07:37:07 -06:00