Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/cloud/features/alerts_notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Tobiko Cloud sends an alert based on a *trigger*. There are two types of trigger

Events are tied to steps in the SQLMesh `plan` and `run` processes. For example, you could alert whenever a `plan` succeeded or a `run` failed.

Measures are [automatically calculated](../../guides/observer.md#measures) at run time.

Choose whether the alert will be triggered by a Measure or Event in the alert's Trigger Type field.

![Image showing the add Alert page trigger type field](./alerts_notifications/add_alert_trigger_type.png)
Expand Down Expand Up @@ -63,7 +61,7 @@ Finally, choose a Notification Target where the alert should be sent (described

### Measure triggers

Tobiko Cloud Alerts can be triggered when a [measure](../../guides/observer.md#measures) exceeds a threshold or meets a condition.
Tobiko Cloud Alerts can be triggered when a measure exceeds a threshold or meets a condition.

To configure a measure alert, first build the condition that triggers the measure. Choose the measure of interest, the comparison operator, and a threshold value.

Expand Down
209 changes: 0 additions & 209 deletions docs/guides/observer.md

This file was deleted.

Binary file removed docs/guides/observer/observer_chart-hover.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/guides/observer/observer_cli.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/guides/observer/observer_dashboard.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/guides/observer/observer_key-file.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/guides/observer/observer_plans-information.png
Binary file not shown.
Binary file removed docs/guides/observer/observer_plans-list.png
Binary file not shown.
Binary file removed docs/guides/observer/observer_plans-text-diff.png
Binary file not shown.
Binary file removed docs/guides/observer/observer_table-chart-toggle.png
Binary file not shown.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ nav:
- guides/tablediff.md
- guides/linter.md
- guides/ui.md
- guides/observer.md
- Advanced usage:
- guides/customizing_sqlmesh.md
- guides/signals.md
Expand Down