Alerting
The Alerting app in Tessell Observability app family lets you define the conditions under which alerts are triggered, and where notifications are sent when those conditions are met. Alerting is organized into three layers that work together: Notification Channels, Notification Policies, and Alert Policies.
Prerequisites
Ensure that you have registered your cloud subscription and added your network details in the Subscriptions application under Governance. For more information on cloud subscriptions, see Subscriptions.
Overview
How alerting works
Tessell alerting uses a three-tier model:
Notification Channels define individual destinations — such as a Slack workspace, a webhook endpoint, or an email address — where alert notifications are delivered.
Notification Policies group one or more Notification Channels under a single named policy, making it easy to reuse a set of destinations across multiple alerts.
Alert Policies define the monitoring rules — which metrics to watch, at what thresholds, and with what severity — and associate those rules with one or more subscriptions and a Notification Policy.
When a metric breaches a configured threshold in the customer environment, Tessell evaluates the alert condition, generates an alert, and routes the notification to all channels defined in the associated Notification Policy.
Alert severity levels
Each metric rule can be configured with up to three severity levels:
Critical
Highest priority. Indicates a serious condition requiring immediate attention.
High
Elevated priority. Indicates a condition that may escalate if not addressed.
Warning
Informational. Indicates a condition approaching a threshold of concern.
Metric types
Alert Policies are scoped to one of two metric types:
DB Metrics — Database-level metrics such as primary instance count, connections, and query performance. Metrics are organized by unit type (count, percent, seconds, state).
OS Metrics — Operating system metrics for DB compute nodes, such as CPU usage, memory, and node availability. Metrics are organized by unit type (boolean, count, percent, state).
Figure 1 - Alerting dashboard

Notification Channels
A Notification Channel represents a single destination for alert notifications. Tessell supports three channel types: Slack, Webhook, and Email.
Add a Slack channel
Before you begin: Obtain the Slack API URL (incoming webhook URL) for the target Slack channel.
In the left navigation, select the Alerting icon.
On the Alerting page, select the Notification Channels tab.
On the Slack card, select Add New.
In the Add Channel – Slack dialog, complete the following fields:
FieldDescriptionDisplay Name
A friendly name to identify this channel within Tessell.
Slack Channel Name
The name or identifier of the target Slack channel.
Slack API URL
The incoming webhook URL for the Slack channel.
Optionally, select Send Test Notification to verify the configuration.
Select Add Channel.
Figure 2 - Add Slack channel dialog

Add a Webhook channel
Before you begin: Obtain the endpoint URL and authentication credentials for the target service.
In the left navigation, select the Alerting icon.
On the Alerting page, select the Notification Channels tab.
On the Web-hooks card, select Add New.
In the Add Channel – Webhook dialog, complete the following fields:
FieldDescriptionDisplay Name
A friendly name to identify this channel within Tessell.
Endpoint URL
The HTTPS endpoint URL that will receive alert payloads.
Under Headers, select the authentication method:
HTTP Basic Auth — Enter the authorization value and token.
API Keys — Enter the API key credentials.
Optionally, select Send Test Notification to verify the configuration.
Select Add Channel.
Figure 3 - Add Webhook channel dialog

Add an Email channel
In the left navigation, select the Alerting icon.
On the Alerting page, select the Notification Channels tab.
On the Email card, select Add New.
In the Add Email dialog, complete the following fields:
FieldDescriptionDisplay Name
A friendly name to identify this channel within Tessell.
Email id
The email address to which alert notifications will be sent.
Select Add Channel.
Figure 4 - Add Email channel dialog

Notification Policies
A Notification Policy is a named group of one or more Notification Channels. By associating an Alert Policy with a Notification Policy rather than individual channels, you can manage notification destinations centrally and reuse them across multiple alert configurations.
Each Notification Policy registered with Tessell has policy name, total number of channels, channel details, last modified details, and the policy creator.
Create a Notification Policy
In the left navigation, select the Alerting icon.
On the Alerting page, select the Notification Policies tab.
Select Create Policy.
On the Create Notification Policy page, under Policy Configuration, specify a Policy Name.
Under Notification Configuration, in the Select Notification Channels picker:
a. Browse or search for channels by name. b. Select a channel type (Slack or Email) to expand the list of available channels. c. Select the checkbox next to each channel to include. d. Select Add to confirm your selection.
Select Create Policy.
Figure 5 - Create Notification Policy page

Alert Policies
An Alert Policy defines the conditions under which alerts are triggered for resources within a subscription. Each policy is scoped to either DB Metrics or OS Metrics, and is linked to a Notification Policy that determines where alerts are sent.
Each Alert Policy registered with Tessell has policy name, policy status, total number of metrics, metric details, creation date, and the policy creator.
Create an Alert Policy
In the left navigation, select the Alerting icon.
On the Alerting page, select the Alert Policies tab.
Select Create Policy.
On the Create Alert Policy page, under Policy Details, complete the following:
FieldDescriptionPolicy Name
A unique name for this alert policy.
Metric Type
Select DB Metrics to monitor database metrics, or OS Metrics to monitor operating system metrics on compute nodes.
Under the metrics section (Database (DB) Metrics or Operating System (OS) Metrics, depending on your selection), configure at least one metric rule:
a. In the Add New Metric dropdown, select a metric. Metrics are organized by unit type. A description of the selected metric is shown on the right.
b. When you select a metric, the metric configuration panel appears. Set the following in the metric configuration panel:
FieldDescriptionSeverity
Select one or more severity levels (Critical, High, Warning) and set a threshold value for each.
Trigger Condition
Define when the alert fires — for example, when the metric equals the threshold, or when a status persists for a period of time within an evaluation interval.
Evaluation Window (in mins)
The time window over which the metric is evaluated. Default is 5 minutes.
c. Select Add to save the metric rule.
d. Repeat for additional metrics as needed.
Under Alert Annotations, configure the metadata to include in each alert notification. Annotations provide contextual information that helps recipients quickly identify and triage the alert. For more information, see Alert Annotations.
Under Target Subscription, select the subscription to which this policy applies.
Under Notification Configuration, select Select Notification Policy and choose the policy that defines where alerts are sent. Expand any policy to preview its included channels.
Select Create Alert Policy.
Note: Each subscription can be associated with only one Alert Policy per metric type (DB or OS) at a time.
Alert Annotations
Alert Annotations let you enrich alert notifications with structured metadata, so that every notification carries the context needed for rapid triage and seamless integration with incident management systems. You configure annotations as part of the Alert Policy creation flow.
Default Annotations
Tessell automatically includes a set of default annotations with every alert. These are system-defined and cannot be removed. Default annotations include:
tenant_name
The name of the tenant that owns the monitored resource.
service_instance_role
The role of the service instance (for example, primary or replica).
threshold
The threshold value that was breached.
alert_profile_name
The name of the alert policy that triggered the alert.
tenant_id
The unique identifier of the tenant.
service_name
The name of the database service associated with the alert.
alertname
The name of the specific alert that was triggered.
service_instance_id
The unique identifier of the service instance.
severity
The severity level of the triggered alert (Critical, High, or Warning).
Custom Annotations
In addition to the default annotations, you can define custom annotations to embed additional metadata into alert notifications. Custom annotations are useful for adding environment tags, identifying impacted services, or including any other information relevant to your operational workflows.
Each custom annotation consists of the following:
Display Name
A label for the annotation (maximum 40 characters). This appears as the metadata key in alert notifications.
Type
Select Dynamic to use a system variable that resolves at alert time, or Static to set a fixed value.
Value
For Dynamic annotations, select a variable from the dropdown. Variables are organized by category (Tenant, Database Services, Metrics, and Alert Profiles). For Static annotations, enter a fixed text value.
To add a custom annotation:
In the Alert Annotations section of the Create Alert Policy page, under Custom Annotations, locate the Add Annotation row.
Enter a Display Name for the annotation.
Select the annotation type: Dynamic or Static.
Specify the value:
For Dynamic, select a variable from the dropdown (for example,
$server.idfrom the Tenant category, or$dbservice.impacted.namesfrom Database Services).For Static, enter a fixed text value (for example,
PROD).
Select + Add to save the annotation.
Repeat for additional annotations as needed.
Added custom annotations appear in a table showing the Display Name, Value, and Category. You can remove an annotation by selecting the delete icon next to it.
Example custom annotations:
impacted_services
$server.id
Tenant
environment
PROD
Static
numeric_tenant_id
$numeric_tenant_id
Tenant
impacted_service_names
$dbservice.impacted.names
Database Services
Preview Annotations
To verify how your annotations will appear in alert notifications before saving the policy, select the Preview link in the upper-right corner of the Alert Annotations section. The preview renders a sample alert notification with both default and custom annotations populated.
Figure 6 - Create Alert Policy page

Last updated
Was this helpful?