metric.unit == 'OneMinuteRate'
To monitor cassandra write request rate, apply the following filter.
Filters: | metric.scope == 'Write' metric.unit == 'OneMinuteRate' |
apigee.googleapis.com/cassandra/clientrequest_latency
with different filters applied. To monitor cassandra read request latency, apply the following filter.
Filters: | metric.scope == 'Read' metric.unit == '99thPercentile' or '95thPercentile' or '75thPercentile' |
To monitor cassandra write request latency, apply the following filter.
Filters: | metric.scope == 'Write' metric.unit == '99thPercentile' or '95thPercentile' or '75thPercentile' |
Metric: | kubernetes.io/container/cpu/request_utilization (GKE on Google Cloud) For more information, see Kubernetes metrics. kubernetes.io/anthos/container/cpu/request_utilization (Google Distributed Cloud) |
Resource labels: | project_id , location , cluster_name , namespace_name , pod_name , container_name Use these labels to filter the specific resource or for grouping. |
Metric: | kubernetes.io/pod/volume/utilization (GKE on Google Cloud) For more information, see Kubernetes metrics. kubernetes.io/anthos/pod/volume/utilization (Google Distributed Cloud) |
Resource labels: | project_id , location , cluster_name , namespace_name , pod_name |
Metric labels: | volume_name Use these labels to filter the specific resource or for grouping. |
The following guidelines can serve as a recommended cluster for the decision to scale your Cassandra cluster. In general, if read or write requests consistently show 99th percentile latency or the latency is trending upwards continuously, and you see corresponding spikes in CPU request utilization spike and the read or write request rates, your Cassandra cluster can be considered to be under stress. You may want to consider scaling up the cluster. For more information see Scaling Cassandra
Metric | Threshold | Trigger duration |
---|---|---|
kubernetes.io/pod/volume/utilization | 85% | 5min |
kubernetes.io/container/cpu/request_utilization | 85% | 3min |
Read request Latency 99thPercentile | 5s | 3min |
Write request Latency 99thPercentile | 5s | 3min |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-24 UTC.