Bug 2146728

Summary: [RFE] RBD mirror daemon health metric
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Juan Miguel Olmo <jolmomar>
Component: Ceph-MetricsAssignee: Juan Miguel Olmo <jolmomar>
Status: VERIFIED --- QA Contact: Sayalee <saraut>
Severity: high Docs Contact: Rivka Pollack <rpollack>
Priority: high    
Version: 6.0CC: ceph-eng-bugs, cephqe-warriors, idryomov, jdurgin, kdeb, rpollack, sangadi, sostapov, tserlin
Target Milestone: ---Keywords: FutureFeature, RFE
Target Release: 8.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ceph-19.2.1-122.el9cp Doc Type: Enhancement
Doc Text:
.New metric allows quick detection of Ceph daemon problems This enhancement provides the new `ceph_daemon_socket_up` metric for each Ceph daemon running in the same host as the ceph exporter. The `ceph_daemon_socket_up` metric provides the health status of a Ceph daemon based on its ability to respond through the admin socket, where a value of `1` indicates a healthy state and `0` indicates an unhealthy state. The metric serves as a tool for quickly detecting problems in any of the main Ceph daemon. Note: This metric does not provide indicators for the ceph mgr and ceph exporter daemons.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2351689    

Description Juan Miguel Olmo 2022-11-23 17:57:18 UTC
As monitoring user i need a new performance counter in RBD mirror daemon and the associated metric in Ceph exporter for providing information about the RBD mirror daemon health.

Example:
ceph_rbd_mirror_health

{ "instance_id":"", }
= 0=OK, 1=ERROR.

Comment 7 Scott Ostapovicz 2024-04-17 12:39:27 UTC
Of course