Skip to main content

Grafana Monitoring Dashboards

info

When accessing Grafana dashboard through the Web Console, you will be logged in automatically.

tip

If accessing through a web browser via the Grafana Domain URL, you can log in using the same Cloud ZCP account credentials.

Example URL: https://REALM_NAME-monitoring.REALM_NAME.cloudzcp.net/

Changing Organization​

Grafana organizations are distinguished by project units registered in the Web Console.

Click the icon in the bottom-left corner of Grafana to see account information and related menus.

Select the "Current Org" menu to switch organizations.

In the Switch Organization popup, the current organization is marked with Current.

Click the Switch to button for the organization you want to switch to.

Dashboard​

You can monitor collected metric data through dashboards.

Click the Dashboard icon on the left and go to the Browse tab.

The available dashboards may vary depending on permissions and organization:

Click on a dashboard, for example, the Kubernetes: Deployment dashboard:

Hover over the time range (default: Last 1 hour) to see the current search period.

Click the time field to open a popup for configuring the search period.

You can choose an Absolute time range or Relative time range.

The field to the right allows you to select the refresh interval.

Clicking the refresh icon (default: 10s) lets you set how frequently metrics refresh.

The top option, "Off", disables auto-refresh, while other options range from 5 seconds to 1 day.

Selecting a refresh interval applies the chosen setting.

Dashboard Types​

Cloud Z CP provides the following default dashboards:

  1. Kubernetes: CronJob
  2. Kubernetes: DaemonSet
  3. Kubernetes: Deployment
  4. Kubernetes: Job
  5. Kubernetes: Pod
  6. Kubernetes: Pod Overview
  7. Kubernetes: ReplicaSet
  8. Kubernetes: StatefulSet
  9. Kubernetes : Workloads

Kubernetes: CronJob​

Displays CronJob information such as schedule, active status, and age.

PanelDescription
SCHEDULENumber of scheduled CronJobs
SUSPENDNumber of suspended CronJobs
ACTIVENumber of active CronJobs
LAST SCHEDULETime of the last executed CronJob schedule
NEXT SCHEDULEScheduled time for the next CronJob execution
AGETime elapsed since the oldest CronJob was created
JobsInformation about CronJobs

Kubernetes: DaemonSet​

This is a dashboard that displays information about DaemonSets (Replicas, CPU/Memory/Network/Filesystem, etc.)

PanelDescription
DESIREDThe number of DaemonSets requested for scheduling
CURRENTThe number of DaemonSets currently scheduled
READYThe number of DaemonSets that are running and ready
UPDATEDThe number of updated DaemonSets
AVAILABLEThe number of DaemonSets currently running and in use
AGEThe duration since the oldest DaemonSet was created
Total CPUThe total CPU usage (Core) of containers created by the DaemonSet
CPU UsageThe CPU usage of containers created by the DaemonSet
Total MemoryThe total memory usage (MiB) of containers created by the DaemonSet
Memory UsageThe memory usage of containers created by the DaemonSet
Replicas StatusThe status of DaemonSet replicas (Ready / Available / Unavailable / Misscheduled / Scheduled)
Total NetworkThe total network usage (MBps) of containers created by the DaemonSet
Total Filesystem Read/WriteThe total filesystem read/write usage of containers created by the DaemonSet
Filesystem Read/WriteThe filesystem read/write usage of containers created by the DaemonSet
Total Network TX/RXThe total network TX/RX usage of containers created by the DaemonSet
Network TX/RXThe network TX/RX usage of containers created by the DaemonSet
Pod InfoInformation about DaemonSet pods. Clicking an item will navigate to "Container Dashboards / Kubernetes: Pod"

Kubernetes: Deployment​

This is a dashboard that displays information about Deployments (Replicas, CPU/Memory/Network/Filesystem, etc.)

PanelDescription
DESIREDThe number of Deployment replicas requested for scheduling
UPDATEDThe number of updated Deployment replicas
AVAILABLEThe number of Deployment replicas currently running and in use
AGEThe duration since the oldest Deployment was created
Metadata GenerationThe number of Deployments created by metadata
Observed GenerationThe number of Deployments created by observation
Total CPUThe total CPU usage (Core) of containers created by the Deployment
CPU UsageThe CPU usage of containers created by the Deployment
Total MemoryThe total memory usage (MiB) of containers created by the Deployment
Memory UsageThe memory usage of containers created by the Deployment
SpecThe number of Deployment replicas and paused replicas
Replicas StatusThe status of Deployment replicas (Ready / Available / Unavailable / Misscheduled / Scheduled)
Total NetworkThe total network usage (MBps) of containers created by the Deployment
Total Filesystem Read/WriteThe total filesystem read/write usage of containers created by the Deployment
Filesystem Read/WriteThe filesystem read/write usage of containers created by the Deployment
Total Network TX/RXThe total network TX/RX usage of containers created by the Deployment
Network TX/RXThe network TX/RX usage of containers created by the Deployment
Pod InfoInformation about pods created by the Deployment. Clicking an item will navigate to "Container Dashboards / Kubernetes: Pod"
Status ConditionThe status of pods created by the Deployment
EventsEvent information of Deployments
Pod EventsEvent information of Deployment pods

Kubernetes: Job​

This is a dashboard that displays information about Jobs (Replicas, CPU/Memory/Network/Filesystem, etc.)

PanelDescription
PARALLELISMThe number of Jobs in the "Parallelism" state
COMPLETIONSThe number of Jobs in the "Completion" state
FAILEDThe number of failed Jobs
COMPLETEThe number of completed Jobs
DURATIONThe duration from Job start to completion
AGEThe duration since the oldest Job was created
Total CPUThe total CPU usage (Core) of containers created by the Job
CPU UsageThe CPU usage of containers created by the Job
Total MemoryThe total memory usage (MiB) of containers created by the Job
Memory UsageThe memory usage of containers created by the Job
StatusThe status of Jobs (Active / Failed / Succeeded)
Total NetworkThe total network usage (MBps) of containers created by the Job
Total Filesystem Read/WriteThe total filesystem read/write usage of containers created by the Job
Filesystem Read/WriteThe filesystem read/write usage of containers created by the Job
Total Network TX/RXThe total network TX/RX usage of containers created by the Job
Network TX/RXThe network TX/RX usage of containers created by the Job
Pod InfoInformation about pods created by the Job. Clicking an item will navigate to "Container Dashboards / Kubernetes: Pod"

Kubernetes: Pod​

This is a dashboard that displays summary information about Pods (Replicas, CPU/Memory/Network/Filesystem, etc.)

PanelDescription
READYThe number of Pods with Containers in a Ready/Normal state
STATUSThe status of the Pod
RESTARTSThe total number of restarted Pods
AGEThe duration since the oldest Pod was created
Start timeThe creation date and time of the oldest Pod
KindThe type of Pod
Total CPUThe total CPU usage (Core) of containers created by the Pod
CPU UsageThe CPU usage of containers created by the Pod
Total MemoryThe total memory usage (MiB) of containers created by the Pod
Memory UsageThe memory usage of containers created by the Pod
StatusThe status of the Pod (Failed / Pending / Running / Succeeded)
ReadyThe number of Containers in a Ready state in the Pod
RestartsThe number of Containers in a Restart state in the Pod
Last Terminated ReasonThe reason for the last termination of the Pod
Waiting ReasonThe reason why the Pod is in a Waiting state
Terminated ReasonThe reason for Pod termination
Total VolumeThe total volume size of Persistent Volume Claims (PVC) attached to the Pod
VolumeThe volume size of PVCs attached to the Pod
Total Network TX/RXThe total network TX/RX usage of containers created by the Pod
Network TX/RXThe network TX/RX usage of containers created by the Pod
Total Filesystem Read/WriteThe total filesystem read/write usage of containers created by the Pod
Filesystem Read/WriteThe filesystem read/write usage of containers created by the Pod
Pod InfoInformation about Pods
Container InfoInformation about Containers

Kubernetes: Pod Overview​

This is a dashboard that displays summary information about Pods (Pod status, restart count, CPU/Memory/Network/Volume/Filesystem usage, etc.)

PanelDescription
Not running podThe total number of non-running Pods
Abnormally waiting container during last selected rangeInformation about Containers that were abnormally in a "waiting" state, including the number of occurrences and reasons. Clicking an item navigates to "Container Dashboards / Kubernetes: Pod"
Abnormally terminated container during last selected rangeInformation about Containers that were abnormally in a "terminated" state, including the number of occurrences and reasons. Clicking an item navigates to "Container Dashboards / Kubernetes: Pod"
Last abnormally terminated containerInformation about the last Container that was in a "terminated" state, including the reason. Clicking an item navigates to "Container Dashboards / Kubernetes: Pod"
CPU UsageThe CPU usage of Containers created by the Pod. Clicking an item navigates to "Container Dashboards / Kubernetes: Pod"
Memory UsageThe memory usage of Containers created by the Pod. Clicking an item navigates to "Container Dashboards / Kubernetes: Pod"
Volume UsageThe PVC (Persistent Volume Claim) usage of Containers created by the Pod

Kubernetes: ReplicaSet​

This is a dashboard that displays information about ReplicaSets (Replicas, CPU/Memory/Network/Filesystem, etc.)

PanelDescription
DESIREDThe number of ReplicaSets requested for scheduling
UPDATEDThe number of updated ReplicaSets
AVAILABLEThe number of ReplicaSets currently running and in use
AGEThe duration since the oldest ReplicaSet was created
Metadata GenerationThe number of ReplicaSets created by metadata
Observed GenerationThe number of ReplicaSets created by observation
Total CPUThe total CPU usage (Core) of containers created by the ReplicaSet
CPU UsageThe CPU usage of containers created by the ReplicaSet
Total MemoryThe total memory usage (MiB) of containers created by the ReplicaSet
Memory UsageThe memory usage of containers created by the ReplicaSet
Replicas StatusThe status of ReplicaSet replicas (Ready / Fully_labeled / Unavailable)
Total NetworkThe total network usage (MBps) of containers created by the ReplicaSet
Total Filesystem Read/WriteThe total filesystem read/write usage of containers created by the ReplicaSet
Filesystem Read/WriteThe filesystem read/write usage of containers created by the ReplicaSet
Total Network TX/RXThe total network TX/RX usage of containers created by the ReplicaSet
Network TX/RXThe network TX/RX usage of containers created by the ReplicaSet
Pod InfoInformation about Pods created by the ReplicaSet. Clicking an item navigates to "Container Dashboards / Kubernetes: Pod"
EventsEvent information of ReplicaSets
Pod EventsEvent information of Pods created by the ReplicaSet

Kubernetes: StatefulSet​

This is a dashboard that displays information about StatefulSets (Replicas, CPU/Memory/Network/Filesystem, etc.)

PanelDescription
DESIREDThe number of StatefulSet replicas requested for scheduling
REPLICASThe number of StatefulSet replicas
CURRENTThe current number of StatefulSet replicas
READYThe number of ready StatefulSet replicas
UPDATEDThe number of updated StatefulSet replicas
AGEThe duration since the oldest StatefulSet replica was created
Total CPUThe total CPU usage (Core) of containers created by the StatefulSet replicas
CPU UsageThe CPU usage of containers created by the StatefulSet replicas
Total MemoryThe total memory usage (MiB) of containers created by the StatefulSet replicas
Memory UsageThe memory usage of containers created by the StatefulSet replicas
Replicas StatusThe status of StatefulSet replicas (Total / Current / Ready / Updated)
Total NetworkThe total network usage (MBps) of containers created by the StatefulSet replicas
Total Filesystem Read/WriteThe total filesystem read/write usage of containers created by the StatefulSet replicas
Filesystem Read/WriteThe filesystem read/write usage of containers created by the StatefulSet replicas
Total Network TX/RXThe total network TX/RX usage of containers created by the StatefulSet replicas
Network TX/RXThe network TX/RX usage of containers created by the StatefulSet replicas
Pod InfoInformation about Pods created by the StatefulSet. Clicking an item navigates to "Container Dashboards / Kubernetes: Pod"

Kubernetes: Workloads​

This is a dashboard that displays information about Workloads (Deployments, ReplicaSets, StatefulSets, DaemonSets, Jobs, CronJobs).

PanelDescription
DeploymentThe number of Deployments in Available / Unavailable state
ReplicaSetsThe number of ReplicaSets in Ready / NotReady state
StatefulSetsThe number of StatefulSets in Ready / NotReady state
DaemonSetsThe number of DaemonSets in Available / Unavailable state
JobsThe number of Jobs in Succeeded / Active / Failed state
CronJobsThe number of CronJobs in Suspend True / False state
DeploymentsInformation about Deployments. Clicking an item navigates to "Container Dashboards / Kubernetes: Deployment"
ReplicaSetsInformation about ReplicaSets. Clicking an item navigates to "Container Dashboards / Kubernetes: ReplicaSet"
StatefulSetsInformation about StatefulSets. Clicking an item navigates to "Container Dashboards / Kubernetes: StatefulSet"
DaemonSetsInformation about DaemonSets. Clicking an item navigates to "Container Dashboards / Kubernetes: DaemonSet"
CronJobsInformation about CronJobs. Clicking an item navigates to "Container Dashboards / Kubernetes: CronJob"
JobsInformation about Jobs. Clicking an item navigates to "Container Dashboards / Kubernetes: Job"