Health Checker Metrics

Health Checker Metrics describes the metrics available to Prometheus from the inter-engine communication health check of the sub-domain health checker in a Topology Operator-based deployment.

Table 1. Health Checker Metrics
Metric Description
connection_attempt_count The total number of connection attempts.
connection_success_count The total number of successful connections.
connection_failure_count The total number of failed connections.
connection_success_duration_seconds A summary of successful connection attempt durations in seconds.
request_attempt_count The total number of request attempts.
request_success_count The total number of successful requests.
request_failure_count The total number of failed requests.
request_success_duration_seconds A summary of successful request attempt durations in seconds.