ceph_exporter/ceph
Xavier Villaneau 74c89af225 Implement new gauge counting crash reports
New metric: `ceph_crash_reports` which counts the entries returned by
`ceph crash ls` by daemon name and archival status.

This is not the same as `ceph_new_crash_reports` which is the value of
the `RECENT_CRASH` health check, and that only counts the non-archived
errors of the past two weeks. The new metric counts errors as long as
they are not purged (which is done after 1 year by defaults).
2022-06-15 17:04:04 -04:00
..
cluster_usage.go update license headers 2022-03-23 14:02:21 -07:00
cluster_usage_test.go update license headers 2022-03-23 14:02:21 -07:00
conn.go update license headers 2022-03-23 14:02:21 -07:00
crashes.go Implement new gauge counting crash reports 2022-06-15 17:04:04 -04:00
crashes_test.go Implement new gauge counting crash reports 2022-06-15 17:04:04 -04:00
exporter.go Implement new gauge counting crash reports 2022-06-15 17:04:04 -04:00
health.go ceph: Support the Octopus+ mgrmap format. 2022-04-12 08:52:04 -06:00
health_test.go ceph: Support the Octopus+ mgrmap format. 2022-04-12 08:52:04 -06:00
mocks_test.go Restructure so that tests do not depend on go-ceph 2022-02-24 15:57:00 -05:00
monitors.go update license headers 2022-03-23 14:02:21 -07:00
monitors_test.go update license headers 2022-03-23 14:02:21 -07:00
osd.go update license headers 2022-03-23 14:02:21 -07:00
osd_test.go update license headers 2022-03-23 14:02:21 -07:00
pool.go update deps and reduce a warn to debug 2022-03-29 17:44:50 -07:00
pool_test.go update license headers 2022-03-23 14:02:21 -07:00
pool_usage.go update license headers 2022-03-23 14:02:21 -07:00
pool_usage_test.go update license headers 2022-03-23 14:02:21 -07:00
rgw.go update license headers 2022-03-23 14:02:21 -07:00
rgw_test.go update license headers 2022-03-23 14:02:21 -07:00
version.go Normalize ceph-ansible version format 2022-05-25 11:49:04 +03:00
version_test.go Normalize ceph-ansible version format 2022-05-25 11:49:04 +03:00