diff --git a/src/docs/guides/observability.md b/src/docs/guides/observability.md index a6c8b72f9..bd1716cd7 100644 --- a/src/docs/guides/observability.md +++ b/src/docs/guides/observability.md @@ -94,3 +94,36 @@ _Note for Small Screens: On smaller screens, items stack vertically and respect Under Edit mode, each widget will have a three dot menu at the upper right corner at the bounding box of the widget. Clicking into this menu will allow you to edit the data source or delete the widget. To persist your changes, make sure you press Save at the top right corner. + +## Monitors + +The Observability Dashboard includes configurable monitoring alerts that send email notifications when thresholds are reached. + +Monitors requires a [Pro plan](/reference/pricing/plans#plans). + + +Alerting thresholds can be configured to trigger above or below specified limits for: + +- CPU +- RAM +- Disk usage +- Network egress + +### Creating Monitors + + +To create a monitor, navigate to any widget in the Observability Dashboard and click the three dot menu at the upper right corner of the widget. Select "Add monitor" from the dropdown menu to configure alerting for that specific widget. + +