Managed MySQL. Supports standard MySQL and MariaDB variants.
| Field | Type | Required | Constraints | Description |
|---|
name | string | Yes | | |
cpuCores | float | Yes | 0 < value ≤ 2 | |
memoryMB | integer | Yes | ≤ 4096 | |
storageGB | integer | Yes | ≤ 100 | |
dbName | string | Yes | | |
user | string | Yes | | |
password | string | Yes | | |
type | string | No | standard, mariadb | Defaults to standard |
| Name | Unit | Description |
|---|
POD_CPU | % | CPU usage |
POD_MEMORY | MB | Memory usage |
PEAK_CPU | % | Peak CPU usage |
QUERY_RATE | queries/sec | Query throughput |
SLOW_QUERY_RATE | queries/sec | Slow query rate |
CONNECTION_USAGE | % | Connection pool utilization |
INNODB_BUFFER_POOL_HIT_RATIO | % | InnoDB buffer pool hit ratio |