Best practices for managing alerts :: Kloudfuse Docs

Best practices for managing alerts

Follow these recommendations when designing alerts in Kloudfuse to ensure they fire reliably, remain actionable, and provide useful context for troubleshooting.

Configure Alerts with Min and Max Conditions

When creating alerts in Kloudfuse, use the Min, Max, and Last conditions carefully. Improper setup may cause alerts to miss critical events or trigger inconsistently.

Steps

Use Min when you want the alert to fire only if the minimum of all data points in the evaluation window crosses the threshold — i.e., use Min for "is above" (>). This guarantees the condition is true for every point in the range (no intermittent breaches).

  1. In the Set Condition section:

    • Select Min as the Trigger when option (use this for is above / > semantics).
    • Choose the query (for example, Query (a)).
    • Set the comparison rule, such as is above threshold over 5 minutes.
  2. Enter the Alert threshold value.

  3. Expand Configure Warning and Recovery Thresholds if needed.

  4. Under No data and error handling, select:

    • Evaluate as Zero → if data is missing.
    • Keep Last State → if there is an execution error or timeout.

Use Max when you want the alert to fire only if the maximum of all data points in the evaluation window crosses the threshold — i.e., use Max for "is below" (<). This guarantees the condition is true for every point in the range (the metric stayed below the threshold).

  1. In the Set Condition section:

    • Select Max as the Trigger when option (use this for is below / < semantics).
    • Choose the query (for example, Query (a)).
    • Set the comparison rule, such as is below threshold over 10 minutes.
  2. Enter the Alert threshold value.

  3. Expand Configure Warning and Recovery Thresholds if needed.

  4. Under No data and error handling, select options based on your monitoring needs.

Use Last when you only want to evaluate the most recent data point (point-in-time checks or spike detection). Last applies the comparison directly to the latest sample and is useful when brief, recent changes should immediately trigger an alert.

  1. In the Set Condition section:

    • Select Last as the Trigger when option.
    • Choose the query (for example, Query (a)).
    • Set the comparison rule, such as is above threshold or is below threshold.
  2. Enter the Alert threshold value.

  3. Configure warning/recovery thresholds if needed.

  4. Under No data and error handling, select options based on your monitoring needs.

Notes

Ensure Alerts Are Meaningful and Actionable

Set up alerts that are meaningful and actionable.

Consider the impact of having an alert configuration in your system with the following characteristics:

  1. Alerts are being constantly triggered.
  2. Alerts resolve themselves before someone can take action.
  3. Alerts don’t provide information on what the problem is.
  4. Alerts are a result of a problem that cannot be addressed by the team.

These situations inevitably result in your team ignoring ALL the alerts. Therefore, exercise good judgement in designing and implementing your alerting framework.

Add links to the Alert

You can add links to an Alert to associate it with documentation that helps to troubleshoot the issue. Kloudfuse provides several options: