Skip to content

Cassandra

Managed Apache Cassandra. Supports multi-node ring configurations.

FieldTypeRequiredConstraintsDescription
namestringYes
cpuCoresfloatYes0 < value ≤ 2
memoryMBintegerYes≤ 4096
storageGBintegerYes≤ 100
keyspacestringYesCassandra keyspace to create
usernamestringYesUser to create and grant access to the keyspace
passwordstringYes
nodesintegerNo1–9Number of Cassandra nodes in the ring. Defaults to 1
[[cassandra]]
name = "main-db"
cpuCores = 1
memoryMB = 2048
storageGB = 20
keyspace = "myapp"
username = "app"
password = "secret"
nodes = 3
NameUnitDescription
POD_CPU%CPU usage
POD_MEMORYMBMemory usage
PEAK_CPU%Peak CPU usage
READ_LATENCYreads/secRead request rate
WRITE_LATENCYwrites/secWrite request rate
PENDING_COMPACTIONScountPending compaction tasks
CONNECTED_CLIENTScountConnected native clients
KEYCACHE_HIT_RATEratioKey cache hit rate (0–1)
DISK_READMB/sDisk read throughput
DISK_WRITEMB/sDisk write throughput
DISK_IO_UTILIZATION%Disk I/O utilization