Managed Apache Cassandra. Supports multi-node ring configurations.
| Field | Type | Required | Constraints | Description |
|---|
name | string | Yes | | |
cpuCores | float | Yes | 0 < value ≤ 2 | |
memoryMB | integer | Yes | ≤ 4096 | |
storageGB | integer | Yes | ≤ 100 | |
keyspace | string | Yes | | Cassandra keyspace to create |
username | string | Yes | | User to create and grant access to the keyspace |
password | string | Yes | | |
nodes | integer | No | 1–9 | Number of Cassandra nodes in the ring. Defaults to 1 |
| Name | Unit | Description |
|---|
POD_CPU | % | CPU usage |
POD_MEMORY | MB | Memory usage |
PEAK_CPU | % | Peak CPU usage |
READ_LATENCY | reads/sec | Read request rate |
WRITE_LATENCY | writes/sec | Write request rate |
PENDING_COMPACTIONS | count | Pending compaction tasks |
CONNECTED_CLIENTS | count | Connected native clients |
KEYCACHE_HIT_RATE | ratio | Key cache hit rate (0–1) |
DISK_READ | MB/s | Disk read throughput |
DISK_WRITE | MB/s | Disk write throughput |
DISK_IO_UTILIZATION | % | Disk I/O utilization |