Skip to content

Commit fb4fdb4

Browse files
authored
Update issue alerts availability (#40)
1 parent d7b1b6f commit fb4fdb4

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

usage/tools/monitoring-and-alerting.mdx

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ Monitoring and alerting functionality varies by [PowerSync Cloud plan](https://w
2424
| **Usage Metrics** | Available | Available | Available |
2525
| **Instance Logs** | Available | Available | Available |
2626
| Log retention period | 24 hours | 7 days | 30 days |
27-
| **Issue Alerts** | Fatal alerts (Coming soon) | Fatal alerts (Coming soon) | Fully configurable |
28-
| **Metric Alerts** | Not available | Not available | Fully configurable |
29-
| **Alert Notifications** | - Email (Coming soon) | - Webhooks<br/>- Email (Coming soon) | - Webhooks<br/>- Email (Coming soon) |
27+
| **Issue Alerts** | Available | Available | Available |
28+
| **Metric Alerts** | Not available | Not available | Available |
29+
| **Alert Notifications** | - Email (Coming soon) | - Webhooks <br/>- Email (Coming soon) | - Webhooks <br/>- Email (Coming soon) |
3030

3131

32-
<info>
32+
<Info>
3333
**Self-hosting PowerSync**
3434

3535
Similar monitoring and alerting functionality is planned for PowerSync Open Edition users and Enterprise Self-Hosted customers.
3636

37-
We plan to publish alerting APIs for Open Edition users, and an alerting service with customization options and webhook integration for Enterprise Self-Hosted customers.
37+
For Open Edition users, alerting APIs are currently available in an early access release. For Enterprise Self-Hosted customers we are planning a full alerting service that includes customizable alerts and webhook integrations.
3838

3939
Until this is available, please chat to us on our [Discord](https://discord.gg/powersync) to discuss your use case or any questions.
40-
</info>
40+
</Info>
4141

4242
## Usage Metrics
4343

@@ -57,9 +57,9 @@ You have following options:
5757
* **Aggregates**: View and copy aggregates for each usage metric.
5858
* **CSV**: Download data as CSV for custom calculations.
5959

60-
<info>
61-
This usage data is also available programatically via APIs. Chat to us on our [Discord](https://discord.gg/powersync) if you require details.
62-
</info>
60+
<Info>
61+
This usage data is also available programatically via APIs in an early access release. Chat to us on our [Discord](https://discord.gg/powersync) if you require details.
62+
</Info>
6363

6464
## Instance Logs
6565

@@ -68,15 +68,15 @@ You can review logs for your PowerSync instance(s) to troubleshoot replication o
6868
* **Service logs**: Reflect sync activity from the PowerSync Service to clients.
6969
* **Replicator logs**: Reflect replication activity from your source database to the PowerSync Service.
7070

71-
<info>
71+
<Note>
7272
**Availability**
7373

7474
The log retention period varies by plan:
7575

7676
* **Free** plan: Logs from the last 24 hours
7777
* **Pro** plan: Logs from the last 7 days
7878
* **Team & Enterprise** plans: Logs from the last 30 days
79-
</info>
79+
</Note>
8080

8181
### View Instance Logs
8282

@@ -88,7 +88,7 @@ Access instance logs through the [Dashboard](/usage/tools/powersync-dashboard),
8888

8989
You can manage logs with the following options:
9090

91-
* **Filter Options**: Filter logs by level (`Info`, `Error`, `Warning`, `Debug`) and by date range.
91+
* **Filter Options**: Filter logs by level (`Note`, `Error`, `Warning`, `Debug`) and by date range.
9292
* **Sorting**: Sort logs by newest or oldest first.
9393
* **Service Logs Metadata**: Include metadata like `user_id` and `user_agent` in the logs if available.
9494
* **View Mode**: Tail logs in real-time or view them statically.
@@ -98,12 +98,11 @@ You can manage logs with the following options:
9898

9999
Issue alerts capture potential problems with your instance, such as connection or sync issues.
100100

101-
<info>
101+
<Note>
102102
**Availability**
103103

104-
* Coming soon: **Free** and **Pro** plan customers will be able to opt in to receive fatal issue alerts.
105-
* **Team** and **Enterprise** customers can customize the issue type and severity level for which an alert should trigger.
106-
</info>
104+
* Issue alerts are available on all Cloud plans.
105+
</Note>
107106

108107
### Configure Issue Alerts
109108

@@ -140,11 +139,11 @@ See [Webhooks](#webhooks) below to notify external systems when an alert is trig
140139

141140
Metric alerts trigger when specific usage metrics exceed a defined threshold. This helps with troubleshooting usage spikes, or unexpected usage activity.
142141

143-
<info>
142+
<Note>
144143
**Availability**
145144

146145
Metrics alerts are available on **Team** and **Enterprise** plans.
147-
</info>
146+
</Note>
148147

149148
### Configure Metric Alerts
150149

@@ -183,13 +182,12 @@ See [Webhooks](#webhooks) below to notify external systems when an alert is trig
183182

184183
Webhooks enable you to notify external systems when specific events occur in PowerSync, such as issue or metric alerts.
185184

186-
<info>
185+
<Note>
187186
**Availability**
188187

189-
* Webhooks are currently available on **Team** and **Enterprise** plans.
190-
* Coming soon: **Pro** plan customers will be able to set up webhooks for Issue alerts.
191-
* Email notifications will be available in a future release (also for **Free** plan users).
192-
</info>
188+
* Webhooks are currently available on **Pro**, **Team** and **Enterprise** plans.
189+
* Email notifications will be available in a future release (these will also be available to **Free** plan users).
190+
</Note>
193191

194192
### Set Up Webhooks
195193

0 commit comments

Comments
 (0)