Managed Temporal. Requires a [[postgres]] component as its backing store.
| Field | Type | Required | Constraints | Description |
|---|
name | string | Yes | | |
cpuCores | float | Yes | 0 < value ≤ 2 | |
memoryMB | integer | Yes | ≤ 4096 | |
storageGB | integer | Yes | ≤ 100 | |
storageName | string | Yes | | Name of a [[postgres]] component to use as Temporal’s backing store |
replicas | integer | No | | Defaults to 1 |
storageName = "temporal-db"
| Name | Unit | Description |
|---|
POD_CPU | % | Server CPU usage |
POD_MEMORY | MB | Server memory usage |
SERVICE_REQUEST_RATE | requests/sec | Frontend request throughput |
WORKFLOW_COMPLETION_RATE | completions/sec | Workflow completion throughput |
SERVICE_LATENCY_P99 | ms | P99 frontend request latency |
WORKFLOW_TASK_SCHEDULE_TO_START_P99 | ms | P99 workflow task schedule-to-start latency |
ACTIVITY_SCHEDULE_TO_START_P99 | ms | P99 activity schedule-to-start latency |
PERSISTENCE_LATENCY_P99 | ms | P99 persistence layer latency |
SERVICE_ERROR_RATE | errors/sec | Frontend error rate |
WORKFLOW_FAILURE_RATE | failures/sec | Workflow failure and timeout rate |