input
stringclasses 1
value | instruction
stringlengths 3
295
| output
stringlengths 3
835
|
---|---|---|
show me the kubernetes metric to get the number of available bytes in show me the kubernetes metric to get the volume | kubernetes_kubelet_volume_stats_available_bytes |
|
show me the kubernetes metric to get the capacity in bytes of show me the kubernetes metric to get the volume | kubernetes_kubelet_volume_stats_capacity_bytes |
|
show me the kubernetes metric to get the number of used bytes in show me the kubernetes metric to get the volume | kubernetes_kubelet_volume_stats_used_bytes |
|
show me the kubernetes metric to get the maximum number of inodes in show me the kubernetes metric to get the volume | kubernetes_kubelet_volume_stats_inodes |
|
show me the kubernetes metric to get the number of free inodes in show me the kubernetes metric to get the volume | kubernetes_kubelet_volume_stats_inodes_free |
|
show me the kubernetes metric to get the number of used inodes in show me the kubernetes metric to get the volume | kubernetes_kubelet_volume_stats_inodes_used |
|
In association with show me the kubernetes metric to get the `condition` tag, wheshow me the kubernetes metric to get ther show me the kubernetes metric to get the pod is ready to serve requests, e.g. `condition:true` keeps show me the kubernetes metric to get the pods that are in a ready state | kubernetes_state_pod_ready |
|
Reports show me the kubernetes metric to get the status of show me the kubernetes metric to get the scheduling process for show me the kubernetes metric to get the pod with its tags | kubernetes_state_pod_scheduled |
|
which kubernetes metrics is used to report PODs that Kube scheduler cannot schedule on any node | kubernetes_state_pod_unschedulable |
|
To sum by `phase` to get number of pods in a given phase, and `namespace` to break this down by namespace | kubernetes_state_pod_status_phase |
|
show me the kubernetes metric to get the number of running pods in a cluster | kubernetes_pods_running |
|
show me the kubernetes metric to get show me the kubernetes metric to get the number of expired pods in a cluster | kubernetes_pods_expired |
|
show me the kubernetes metric to get show me the kubernetes metric to get the phase show me the kubernetes metric to get the persistent volume claim is currently in? | kubernetes_state_persistentvolumeclaim_status |
|
show me the kubernetes metric to get the Storage space request for a given pvc | kubernetes_state_persistentvolumeclaim_request_storage |
|
show me the kubernetes metric to get the number of replicasets | kubernetes_state_replicaset_count |
|
show me the kubernetes metric to get the number of replicas per ReplicaSet | kubernetes_state_replicaset_replicas |
|
show me the kubernetes metric to get the number of fully labeled replicas per ReplicaSet | kubernetes_state_replicaset_fully_labeled_replicas |
|
show me the kubernetes metric to get the number of ready replicas per ReplicaSet | kubernetes_state_replicaset_replicas_ready |
|
show me the kubernetes metric to get the number of desired pods for a ReplicaSet | kubernetes_state_replicaset_replicas_desired |
|
show me the kubernetes metric to get the Sum by namespace and type to count active services | kubernetes_state_service_count |
|
show me the kubernetes metric to get the number of replicas per statefulset | kubernetes_state_statefulset_replicas |
|
show me the kubernetes metric to get the number of desired replicas per statefulset | kubernetes_state_statefulset_replicas_desired |
|
show me the kubernetes metric to get the number of current replicas per StatefulSet | kubernetes_state_statefulset_replicas_current |
|
show me the kubernetes metric to get the number of ready replicas per StatefulSet | kubernetes_state_statefulset_replicas_ready |
|
show me the kubernetes metric to get the number of updated replicas per StatefulSet | kubernetes_state_statefulset_replicas_updated |
|
Which Kubernetes metric indicates whether the container is in a ready state? | kubernetes_state_container_ready |
|
Which Kubernetes metric shows the current running state of the container? | kubernetes_state_container_running |
|
Which Kubernetes metric tracks whether the container is in a terminated state? | kubernetes_state_container_terminated |
|
Which Kubernetes metric counts the number of containers reporting in a terminated state with the reason as a tag? | kubernetes_state_container_status_report_count_terminated |
|
Which Kubernetes metric indicates whether the container is currently in a waiting state? | kubernetes_state_container_waiting |
|
Which Kubernetes metric counts the number of containers currently in a waiting state with the reason as a tag? | kubernetes_state_container_status_report_count_waiting |
|
Which Kubernetes metric is used to track the number of GPU devices requested by a container? | kubernetes_state_container_gpu_request |
|
Which Kubernetes metric is used to track the limit on the number of GPU devices to be used by a container? | kubernetes_state_container_gpu_limit |
|
Which Kubernetes metric is used to track the number of restarts per container? | kubernetes_state_container_restarts |
|
Which Kubernetes metric is used to track the number of CPU cores requested by a container? | kubernetes_state_container_cpu_requested |
|
Which Kubernetes metric is used to track the number of memory bytes requested by a container? | kubernetes_state_container_memory_requested |
|
Which Kubernetes metric is used to track the limit on CPU cores to be used by a container? | kubernetes_state_container_cpu_limit |
|
Which Kubernetes metric is used to track the limit on memory to be used by a container? | kubernetes_state_container_memory_limit |
|
Which Kubernetes metric is used to track the number of containers that were previously terminated? | kubernetes_containers_last_state_terminated |
|
Which Kubernetes metric is used to track the number of currently running containers? | kubernetes_containers_running |
|
Which Kubernetes metric is used to track the number of times the container has been restarted? | kubernetes_containers_restarts |
|
Which Kubernetes metric is used to track the number of currently terminated containers? | kubernetes_containers_state_terminated |
|
Which Kubernetes metric is used to track the number of currently waiting containers? | kubernetes_containers_state_waiting |
|
Which Kubernetes metric is used to track the number of nodes running at least one daemon pod that is supposed to run? | kubernetes_state_daemonset_scheduled |
|
Which Kubernetes metric is used to track the number of nodes running a daemon pod that they are not supposed to run? | kubernetes_state_daemonset_misscheduled |
|
Which Kubernetes metric is used to track the number of nodes that should be running the daemon pod? | kubernetes_state_daemonset_desired |
|
Which Kubernetes metric is used to track the number of nodes that should be running a daemon pod and have one or more running and ready? | kubernetes_state_daemonset_ready |
|
Which Kubernetes metric is used to track the number of nodes that have the updated daemon pod spec? | kubernetes_state_daemonset_updated |
|
Which Kubernetes metric is used to track the number of deployments? | kubernetes_state_deployment_count |
|
Which Kubernetes metric is used to track the number of replicas per deployment? | kubernetes_state_deployment_replicas |
|
Which Kubernetes metric is used to track the number of available replicas per deployment? | kubernetes_state_deployment_replicas_available |
|
Which Kubernetes metric is used to track the number of unavailable replicas per deployment? | kubernetes_state_deployment_replicas_unavailable |
|
Which Kubernetes metric is used to track the number of updated replicas per deployment? | kubernetes_state_deployment_replicas_updated |
|
Which Kubernetes metric is used to track the number of desired replicas per deployment? | kubernetes_state_deployment_replicas_desired |
|
Which Kubernetes metric is used to track the number of deployments that are paused? | kubernetes_state_deployment_paused |
|
Which Kubernetes metric is used to find the maximum number of unavailable replicas during a rolling update? | kubernetes_state_deployment_rollingupdate_max_unavailable |
|
Which Kubernetes metric is used to track the response size in bytes? | kubedns_response_size_bytes_sum |
|
Which Kubernetes metric is used to count the number of responses evaluated by the kubedns.response_size.bytes.sum metric? | kubedns_response_size_bytes_count |
|
Which Kubernetes metric is used to track the request duration in seconds? | kubedns_request_duration_seconds_sum |
|
Which Kubernetes metric is used to count the number of requests evaluated by the kubedns.request_duration.seconds.sum metric? | kubedns_request_duration_seconds_count |
|
Which Kubernetes metric is used to track the total number of DNS requests made? | kubedns_request_count |
|
Which Kubernetes metric is used to track the instant number of DNS requests made? | kubedns_request_count_count |
|
Which Kubernetes metric is used to track the number of DNS requests resulting in an error? | kubedns_error_count |
|
Which Kubernetes metric is used to track the instant number of DNS requests resulting in an error? | kubedns_error_count_count |
|
Which Kubernetes metric is used to track the number of DNS requests resulting in a cache miss? | kubedns_cachemiss_count |
|
Which Kubernetes metric is used to track the instant number of DNS requests resulting in a cache miss? | kubedns_cachemiss_count_count |
|
Which Kubernetes metric is used to track the number of available addresses in an endpoint? | kubernetes_state_endpoint_address_available |
|
Which Kubernetes metric is used to track the number of addresses not ready in an endpoint? | kubernetes_state_endpoint_address_not_ready |
|
Which Kubernetes metric is used to track the Unix creation timestamp? | kubernetes_state_endpoint_created |
|
Which Kubernetes metric is used to track the number of jobs? | kubernetes_state_job_count |
|
Which Kubernetes metric is used to track the number of failed pods in a job? | kubernetes_state_job_failed |
|
Which Kubernetes metric is used to track the number of succeeded pods in a job? | kubernetes_state_job_succeeded |
|
Which Kubernetes metric is used to track the number of namespaces? | kubernetes_state_namespace_count |
|
Which Kubernetes metric is used to track the number of nodes? | kubernetes_state_node_count |
|
Which Kubernetes metric is used to track the total CPU resources of a node? | kubernetes_state_node_cpu_capacity |
|
Which Kubernetes metric is used to track the total memory resources of a node? | kubernetes_state_node_memory_capacity |
|
Which Kubernetes metric is used to track the total pod resources of a node? | kubernetes_state_node_pods_capacity |
|
Which Kubernetes metric is used to track the available GPU resources of a node for scheduling? | kubernetes_state_node_gpu_cards_allocatable |
|
Which Kubernetes metric is used to track the total GPU resources of a node? | kubernetes_state_node_gpu_cards_capacity |
|
Which Kubernetes metric is used to track the available CPU resources of a node for scheduling? | kubernetes_state_node_cpu_allocatable |
|
Which Kubernetes metric is used to track the available memory resources of a node for scheduling | kubernetes_state_node_memory_allocatable |
|
Which Kubernetes metric is used to monitor the available pod resources for scheduling on a node? | kubernetes_state_node_pods_allocatable |
|
Which Kubernetes metric indicates whether a node can schedule new pods? | kubernetes_state_node_status |
|
Which Kubernetes metric, when summed by condition and status, provides the count of nodes in a specific condition? | kubernetes_state_nodes_by_condition |
|
Which Kubernetes metric tracks the container's CPU load average over the past 10 seconds? | kubernetes_cpu_load_10s_avg |
|
Which Kubernetes metric measures the number of cores utilized for system time? | kubernetes_cpu_system_total |
|
Which Kubernetes metric measures the number of cores utilized for user time? | kubernetes_cpu_user_total |
|
Which Kubernetes metric counts the elapsed enforcement period intervals? | kubernetes_cpu_cfs_periods |
|
Which Kubernetes metric counts the throttled period intervals? | kubernetes_cpu_cfs_throttled_periods |
|
Which Kubernetes metric measures the total duration for which the container has been throttled? | kubernetes_cpu_cfs_throttled_seconds |
|
Which Kubernetes metric tracks the number of cores used? | kubernetes_cpu_usage_total |
|
Which Kubernetes metric indicates the limit set for CPU cores? | kubernetes_cpu_limits |
|
Which Kubernetes metric tracks the requested CPU cores? | kubernetes_cpu_requests |
|
Which Kubernetes metric measures the amount of disk storage used? | kubernetes_filesystem_usage |
|
Which Kubernetes metric measures the percentage of disk storage used? | kubernetes_filesystem_usage_pct |
|
Which Kubernetes metric tracks the amount of bytes read from a specific disk? | kubernetes_io_read_bytes |
|
Which Kubernetes metric tracks the amount of bytes written to a specific disk? | kubernetes_io_write_bytes |
|
Which Kubernetes metric indicates the limit set for memory usage? | kubernetes_memory_limits |
|
Which Kubernetes metric indicates the limit set for swap space usage? | kubernetes_memory_sw_limit |
|
Which Kubernetes metric tracks the requested memory by a container? | kubernetes_memory_requests |
Subsets and Splits