Releases: digitalocean/ceph_exporter
Releases · digitalocean/ceph_exporter
4.2.4
What's Changed
- monitors: Remove stats that have been dead since Luminous by @baergj in #246
- Bump google.golang.org/protobuf from 1.26.0 to 1.33.0 by @dependabot in #248
- rados: Handle commands that return 'inf' as a float value by @jbaergen-do in #252
Full Changelog: 4.2.3...4.2.4
4.2.3
4.2.2
What's Changed
- ceph/osd: fix root/rack labels by @alram in #242
- osd: Add new collector for osd metadata by @concubidated in #243
- Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #244
New Contributors
- @dependabot made their first contribution in #244
Full Changelog: 4.2.1...4.2.2
4.2.1
4.2.0
- Update go to 1.20
- Add metrics documentation
- Add versioning to metrics
- Add rbd mirror metrics
Generated notes below!
What's Changed
- Add rbd-mirror health status by @concubidated in #222
- Add user to exporter for use with rbd/rgw commands by @concubidated in #223
- Replaces gauges with constmetrics by @DanWritesCode in #224
- Update Github Actions to use ubuntu 20.04 by @DanWritesCode in #227
- Split cluster health state by plus sign by @DanWritesCode in #226
- github-actions/license: make license year future-proof by @neurodrone in #230
- doc: add metrics list and desc by @alram in #233
- Collector init fix and version refactor by @alram in #232
- Fix timeouts and use goroutines for collectors/commands by @DanWritesCode in #234
- rados: establish only 1 rados connection by @DanWritesCode in #235
- gha: add build/push on tag update by @Matt1360 in #237
- go: update envs to use go 1.20 by @Matt1360 in #238
New Contributors
- @concubidated made their first contribution in #222
- @DanWritesCode made their first contribution in #224
Full Changelog: 4.1.1...4.2.0
v4.1.1
- Added
hostname
label toceph_crash_reports
v4.1.0
- New metric:
ceph_crash_reports
, which reports the number of crashes as reported byceph crash ls
. The metrics are labeled by entity name and report status (new or archived).
v4.0.1
v4.0.0
- Updated Go and all dependencies
- Improved tests and refactored to allow tests to be run without CGO dependencies
- Support for Nautilus, Octopus, and Pacific using a single artifact
- Added DAEMON_OLD_VERSION flag to health check #194
- Added TLS support #205
- Added misplaced_ratio metric #213
- Other miscellaneous improvements 😄
Contributors: @xvillaneau, @Rethan, @sosodev