Skip to content

Releases: digitalocean/ceph_exporter

4.2.3

23 Nov 16:51
545836d
Compare
Choose a tag to compare

What's Changed

  • Fail to start if any rados connection fails on startup by @baergj in #245

Full Changelog: 4.2.2...4.2.3

4.2.2

30 Aug 15:06
e858f2e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.2.2

4.2.1

13 May 13:09
76ec6f8
Compare
Choose a tag to compare

What's Changed

  • osd: Internally poll PG dump for oldest active PG tracking by @baergj in #241

Full Changelog: 4.2.0...4.2.1

4.2.0

05 Apr 17:22
e6a0a46
Compare
Choose a tag to compare
  • 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

16 Jun 17:27
Compare
Choose a tag to compare
  • Added hostname label to ceph_crash_reports

v4.1.0

15 Jun 21:11
Compare
Choose a tag to compare
  • New metric: ceph_crash_reports, which reports the number of crashes as reported by ceph crash ls. The metrics are labeled by entity name and report status (new or archived).

v4.0.1

12 Apr 17:28
43df70b
Compare
Choose a tag to compare
  • Support the Octopus+ mgrmap format.

v4.0.0

30 Mar 01:55
602a178
Compare
Choose a tag to compare
  • 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