Kubernetes Monitoring Alerts

You can configure Kubernetes monitoring alerts so that you can be notified of issues based on the metrics and threshold values you set.

The following procedure allows you to set alerts for Kubernetes Monitoring.

  1. Login to the SixthSense Observability portal.

  2. Click the Alerts    icon on the left pane.

  3. Select Kubernetes monitoring from the Search capability drop-down list.

  4. Select a service from the Search service drop-down list.

  5. Click Add alert to add a new alert. The following Add alert window appears.

    Add Alert
  6. In the Add alert window fill in the following details:

FieldDescription
Alert nameName of the alert. Note that only alphanumeric and a single space between words are allowed.
ServiceList of available services.
MetricThe metric for which you want to trigger an alert. The threshold is matched with the metric's real-time value. For more information about the supported metrics for each capability, see Supported metrics for alerts. Note: The following fields are displayed based on the metrics you have selected.
Aggregation typeThe options available for this drop-down are based on the metric you select in the Metric drop-down list. For the available options, see Aggregation type options.
OperatorSelect greater or lesser than, equal to, greater than or equal to, or lesser than or equal to.
Threshold valueSelect a threshold value. Alerts are triggered if the value over the given period is greater than or equal to the threshold you select.
Number of breachesAn alert is triggered if the threshod breaches the set value.
Time periodThe length of time for which the alert is evaluated. Note: When there is a latency between the agent and backend communications, alerts configured for one minute may have some accuracy issues.
Recovery periodAn open alert is marked as closed if there are no new breaches after it reaches the specified period
Silence periodThe time during which alerts are not triggered.
Notification channelsThe list of configured notification channels. You can select multiple notification channels that are available. If you haven't added a notification channel yet, click Create new channel. For more informaiton about adding notification channels, see step 4 for adding an email notification channel, or see step 4 for adding a slack channel, or see step 4 for adding a webhook notification channel.
Alert tagsEnter a key and value for an alert tag. The best practice for naming a key would be the capability name followed by the application name at the backend. For example, KM-K8-1 where KM is the capability name and K8-1 is the service name. The value would be the name of the metrics followed by the capability. For example Node-storage-KM, where Node-storage is the metrics and KM is the capability name.

The alert is added successfully.