System metrics
From Genesys Documentation
This topic is part of the manual Operations for version Current of Genesys Multicloud CX Private Edition.
Find useful metrics provided by Kubernetes and other system resources to monitor the status and performance of the cluster and nodes.
Related documentation:
RSS:
Kubernetes and Node metrics
In addition to the service-defined metrics described in the service-level guides (see links here), standard Kubernetes and other system metrics are obviously important for monitoring the status and performance of your cluster(s), nodes, and services.
Kubernetes metrics
For full information about all the cluster metrics Kubernetes provides, see the Kubernetes documentation. Genesys recommends that you pay attention to the following cluster-related metrics in particular.
Metric | Prometheus formula | Indicator of |
---|---|---|
Pod Restarts |
increase(kube_ |
|
The cgroup's total memory |
sum(container_ |
Memory |
The cgroup's CPU usage |
sum (rate (container_ |
CPU utilization |
Bytes transmitted over the network by the container |
rate(container_ |
|
Bytes received over the network by the container |
rate(container_ |
Node metrics
Genesys recommends that you pay attention to the following node-related metrics in particular.
Metric | Prometheus formula | Indicator of |
---|---|---|
Process HEAP All |
{SERVICE_ |
Heap status |
Process CPU All |
sum(rate({SERVICE_ |
CPU utilization |
Process Memory All: resident memory |
{SERVICE_ |
Memory |
Process Memory All: virtual memory |
{SERVICE_ |
Memory |
Comments or questions about this documentation? Contact us for support!