You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/developer-docs/docs/monitoring-and-insights/alerts-overview.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,11 @@ Choreo supports the following types of alerts to help you monitor and manage you
11
11
12
12
-[Latency alerts](#latency-alerts)
13
13
-[Traffic alerts](#traffic-alerts)
14
-
-[Resource alerts](#resource-alerts)
14
+
-[Usage alerts](#usage-alerts)
15
15
-[Log alerts](#log-alerts)
16
16
-[Build failure alerts](#build-failure-alerts)
17
17
-[Status code alerts](#status-code-alerts)
18
+
-[System alerts](#system-alerts)
18
19
19
20
### Latency Alerts
20
21
@@ -39,16 +40,16 @@ Configurable parameters
39
40
| Threshold | Requests per minute (e.g.: 200). |
40
41
| Period | Monitoring window (e.g.: 5 minutes). |
41
42
42
-
### Resource Alerts
43
+
### Usage Alerts
43
44
44
-
Resource alerts notify you when your component’s CPUor memory usage exceeds the defined thresholds. This ensures you can fix the resources allocations early to avoid performance issues or downtimes.
45
+
Usage alerts notify you when your component’s CPU, memory or log volume exceeds the defined thresholds. This ensures you can fix the resources allocations early to avoid performance issues or downtimes.
| Threshold |**mCPU** for CPU and **MiB** for Memory(e.g.: 1000). |
51
+
| Metric | CPU, Memory or Log Volume.|
52
+
| Threshold |**mCPU** for CPU, **MiB** for Memory and **MB** for Log Volume.|
52
53
| Period | Duration the threshold must be exceeded (e.g.: 5 minutes). |
53
54
54
55
!!! Tip
@@ -86,6 +87,16 @@ Configurable parameters
86
87
!!! note
87
88
Status code alerts are only supported for API proxy component types.
88
89
90
+
### System Alerts
91
+
92
+
System alerts notify you when a system event which needs attention occurs. This is useful for monitoring the health of the system and taking corrective measures when necessary.
0 commit comments