Skip to content

Commit be4c381

Browse files
complete some definition
1 parent 67a90e8 commit be4c381

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ The Serverless infrastructure manages incoming request traffic. In scenarios lik
133133

134134
## Monitoring
135135

136+
Monitoring is the process of continuously collecting and analyzing data about your Serverless applications and infrastructure to ensure they are healthy, performing well, and available.
137+
136138
### Logging
137139

138140
Serverless Containers offers a built-in logging system based on Cockpit to track the activity of your resources. Refer to [monitoring Serverless Containers](/serverless-containers/how-to/monitor-container/) for more information.
@@ -242,6 +244,10 @@ A Serverless Container can have the following statuses:
242244

243245
## Triggers
244246

247+
For Serverless Containers, a trigger is a setting that can start events that automatically interacts your service.
248+
249+
A trigger could be an incoming scheduled HTTP request or a message being published to a queue. When the event occurs, the trigger invokes your service to run its code.
250+
245251
### CRON trigger
246252

247253
A CRON trigger is a mechanism used to automatically invoke a Serverless Container at a specific time on a recurring schedule.
@@ -286,6 +292,8 @@ gRPC is supported on Serverless Containers, as long as you have enabled http2 (`
286292

287293
## Units
288294

295+
Units are standardized measures of the computational resources, such as processing power and memory, allocated to run your service. The quantity of units you assign determines your application's performance capacity and directly influences its cost.
296+
289297
### vCPU
290298

291299
vCPU is the abbreviation for **v**irtual **C**entralized **P**rocessing **U**nit. A vCPU represents a portion or share of the underlying physical CPU assigned to a particular container.

0 commit comments

Comments
 (0)