Cluster Availability Monitoring Using Health Metrics to Reduce False Alerts

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Centralized monitoring of large numbers of computing service instances in cloud environments leads to an undesirable number of false positive alerts due to timeouts and resource consumption, especially when service instances are heavily loaded or connection limits are reached.

Innovation Solution

Assign a ping agent to applications to ping external ports and obtain health status metrics from internal ports, using service metadata to determine whether to generate alerts, thereby reducing false positives by considering application status and health metrics.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If periodic ping transmission is used to monitor service instances, then service availability can be detected, but false positive alerts increase due to timeouts when services are heavily loaded

Engineering Contradiction:
Improveservice availability detectionVSAvoidalert accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The monitoring system is segmented into multiple independent components: ping agents deployed at service instances, collection agents that gather metrics, and a central server that processes data. This segmentation allows each component to perform its specific function efficiently, with ping agents generating minimal overhead and the central server making intelligent alerting decisions based on combined ping results and health metrics.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Health check mechanisms serve as intermediaries between the ping monitoring system and the actual service status. These mechanisms provide additional verification by checking service health through internal ports and metadata, acting as a mediator that confirms whether a timeout represents a real service issue or merely a load condition.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If ping timeout alerts are generated for all failed pings, then service outages are detected, but resource consumption increases due to processing unnecessary false positives

Engineering Contradiction:
Improveservice outage detectionVSAvoidprocessing resources
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The system implements feedback loops where health metrics and service metadata are continuously collected and fed back to the alerting logic. This feedback mechanism allows the system to learn from current service conditions and adjust alerting behavior accordingly, suppressing alerts when feedback indicates the service is healthy despite ping failures, and generating alerts only when feedback confirms actual service issues.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

Health metrics and service metadata are collected in advance before alerting decisions are made. This preliminary action of gathering comprehensive service state information allows the system to pre-evaluate whether a ping failure warrants an alert, avoiding unnecessary processing of false positives and enabling faster decision-making when real issues occur.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If comprehensive health metrics are collected from internal ports, then alert accuracy improves, but system complexity increases

Engineering Contradiction:
Improvealert accuracyVSAvoidmonitoring system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The health check mechanism is designed as a universal component that serves multiple functions: it collects health metrics from internal ports, gathers service metadata, validates service status, and provides feedback to the alerting system. This multi-functionality reduces overall system complexity by consolidating multiple monitoring tasks into a single integrated mechanism.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

Service instances perform self-health checks by exposing internal health check mechanisms that automatically report their status. This self-service approach eliminates the need for external complex monitoring infrastructure at each service instance, with services autonomously providing their own health information to the collection agents.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12388734B2Cluster availability monitoring and alerting
Publication Date: 2025.08.12 SAP SE
  • US12388734B2 patent drawing
  • US12388734B2 patent drawing
  • US12388734B2 patent drawing

AI summary

Systems and methods include execution of a first instance of a first service in an execution environment, transmission of a ping to an external port of the first instance, determination of a ping result corresponding to the transmitted ping, storage of metadata indicating a status of the first instance of the first service, determination of a health status metric of the first instance and providing the health status metric via an internal port of the execution environment, and determination of whether to generate an alert associated with the first instance based on the ping result, the status, and the health status metric.