ceph_exporter/collectors
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
..
cluster_usage.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
cluster_usage_test.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
conn.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
doc.go Add doc comments, clarify error log messages, use collectors package name 2016-01-10 15:36:54 -05:00
health.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
health_test.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
monitors.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
monitors_test.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
osd.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
osd_test.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
pool.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
pool_test.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
pool_usage.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
pool_usage_test.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
rgw.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00
rgw_test.go Refactoring for nautilus branch (#183) 2020-10-28 14:42:52 -04:00