Namespaces_Instances_Stats

Namespaces_Instances_Stats
Namespaces_Instances_Stats

The Instances.Stats structure contains the basic runtime statistics about the namespace.

JSON Example
{
    "cpu_used": 0,
    "memory_used": 0,
    "storage_used": 0
}
integer As int64
cpu_used
Required

Overall CPU usage of the namespace, in MHz. This is the sum of CPU usage across all pods in the Kubernetes namespace.

integer As int64
memory_used
Required

Overall memory usage of the namespace (in mebibytes). This is the sum of memory usage across all pods.

integer As int64
storage_used
Required

Overall storage used by the namespace (in mebibytes). This is the sum of storage used by pods across all datastores in the cluster associated with storage policies configured for the namespace.