Dash0 Acquires Lumigo to Expand Agentic Observability Across AWS and Serverless

Last updated: March 3, 2026

Kubernetes Metrics

The following Kubernetes metrics are used in Dash0 views. These metrics are automatically collected via the dash0-operator.

If not using the dash0-operator, these metrics can be collected via the k8sclusterreceiver.

Container Metrics

Metric NameDescription
k8s.container.readyWhether a container has passed its readiness probe (0 for no, 1 for yes)

CronJob Metrics

Metric NameDescription
k8s.cronjob.active_jobsThe number of actively running jobs for a cronjob

DaemonSet Metrics

Metric NameDescription
k8s.daemonset.current_scheduled_nodesNumber of nodes that are running at least one daemon pod and are supposed to run the daemon pod
k8s.daemonset.desired_scheduled_nodesNumber of nodes that should be running the daemon pod (including nodes currently running the daemon pod)
k8s.daemonset.misscheduled_nodesNumber of nodes that are running the daemon pod, but are not supposed to run the daemon pod
k8s.daemonset.ready_nodesNumber of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready

Deployment Metrics

Metric NameDescription
k8s.deployment.availableTotal number of available pods (ready for at least minReadySeconds) targeted by this deployment
k8s.deployment.available_podsTotal number of available pods targeted by this deployment
k8s.deployment.desiredNumber of desired pods in this deployment
k8s.deployment.desired_podsNumber of desired pods in this deployment

Job Metrics

Metric NameDescription
k8s.job.active_podsThe number of actively running pods for a job
k8s.job.desired_successful_podsThe desired number of successfully finished pods the job should be run with
k8s.job.failed_podsThe number of pods which reached phase failed for a job
k8s.job.max_parallel_podsThe max desired number of pods the job should run at any given time
k8s.job.successful_podsThe number of pods which reached phase succeeded for a job

Node Metrics

Metric NameDescription
k8s.node.condition_readyWhether the node is in a ready condition (1 for ready, 0 for not ready)
k8s.node.cpu.usageCPU usage on the node (measured in cores or millicores)
k8s.node.filesystem.availableAmount of available filesystem space on the node
k8s.node.filesystem.capacityTotal filesystem capacity on the node
k8s.node.filesystem.usageFilesystem space used on the node
k8s.node.memory.availableAmount of available memory on the node
k8s.node.memory.working_setAmount of working set memory on the node (memory actively used)

Pod Metrics

Metric NameDescription
k8s.pod.cpu.usageCPU usage by the pod
k8s.pod.cpu_limit_utilizationPod CPU utilization as a fraction of the CPU limit
k8s.pod.cpu_request_utilizationPod CPU utilization as a fraction of the CPU request
k8s.pod.memory.usageMemory usage by the pod
k8s.pod.memory_limit_utilizationPod memory usage as a fraction of the memory limit
k8s.pod.memory_request_utilizationPod memory usage as a fraction of the memory request
k8s.pod.phaseCurrent phase of the pod (Pending, Running, Succeeded, Failed, Unknown)

ReplicaSet Metrics

Metric NameDescription
k8s.replicaset.availableTotal number of available pods (ready for at least minReadySeconds) targeted by this replicaset
k8s.replicaset.available_podsTotal number of available pods targeted by this replicaset
k8s.replicaset.desiredNumber of desired pods in this replicaset
k8s.replicaset.desired_podsNumber of desired pods in this replicaset

StatefulSet Metrics

Metric NameDescription
k8s.statefulset.available_podsNumber of available pods in the StatefulSet
k8s.statefulset.desired_podsNumber of desired pods in the StatefulSet
k8s.statefulset.ready_podsNumber of ready pods in the StatefulSet
k8s.statefulset.updated_podsNumber of updated pods in the StatefulSet