input
stringclasses 1
value | instruction
stringlengths 3
295
| output
stringlengths 3
835
|
---|---|---|
which kubernetes metrics is used to track the percentage of disk used | kubernetes_filesystem_usage_pct |
|
which kubernetes metrics is used to track the amount of bytes read from which kubernetes metrics is used to track the disk | kubernetes_io_read_bytes |
|
which kubernetes metrics is used to track the amount of bytes written to which kubernetes metrics is used to track the disk | kubernetes_io_write_bytes |
|
which kubernetes metrics is used to track the limit of memory set | kubernetes_memory_limits |
|
which kubernetes metrics is used to track the limit of swap space set | kubernetes_memory_sw_limit |
|
which kubernetes metrics is used to track the requested memory | kubernetes_memory_requests |
|
Which kubernetes metric is use to track the current memory usage in bytes including all memory regardless of when it was accessed? | kubernetes_memory_usage |
|
which kubernetes metrics is used to track the Current working set in bytes - this is what OOM killer is watching for | kubernetes_memory_working_set |
|
which kubernetes metrics is used to track the amount of memory that is being used to cache data from disk (e.g. memory contents that can be associated precisely with a block on a block device) | kubernetes_memory_cache |
|
which kubernetes metrics is used to track the Size of RSS in bytes | kubernetes_memory_rss |
|
which kubernetes metrics is used to track the amount of swap currently used by by processes in this cgroup | kubernetes_memory_swap |
|
which kubernetes metrics is used to track the percentage of memory used | kubernetes_memory_usage_pct |
|
which kubernetes metrics is used to track the percentage of swap space used | kubernetes_memory_sw_in_use |
|
which kubernetes metrics is used to track the amount of bytes per second received | kubernetes_network_rx_bytes |
|
which kubernetes metrics is used to track the amount of rx packets dropped per second | kubernetes_network_rx_dropped |
|
which kubernetes metrics is used to track the amount of rx errors per second | kubernetes_network_rx_errors |
|
which kubernetes metrics is used to track the amount of bytes per second transmitted | kubernetes_network_tx_bytes |
|
which kubernetes metrics is used to track the amount of tx packets dropped per second | kubernetes_network_tx_dropped |
|
which kubernetes metrics is used to track the amount of tx errors per second | kubernetes_network_tx_errors |
|
which kubernetes metrics is used to track the amount of disk space container uses | kubernetes_diskio_io_service_bytes_stats_total |
|
which kubernetes metrics is used to track the count of remaining lifetime on the certificate used to authenticate a request | kubernetes_apiserver_certificate_expiration_count |
|
which kubernetes metrics is used to track the sum of remaining lifetime on certificate used to authenticate a request | kubernetes_apiserver_certificate_expiration_sum |
|
which kubernetes metrics is used to track the number of HTTP requests | kubernetes_rest_client_requests |
|
which kubernetes metrics is used to track the count of request latency in seconds broken down by verb and URL | kubernetes_rest_client_latency_count |
|
which kubernetes metrics is used to track the sum of request latency in seconds broken down by verb and URL | kubernetes_rest_client_latency_sum |
|
which kubernetes metrics is used to track the number of runtime operations | kubernetes_kubelet_runtime_operations |
|
which kubernetes metrics is used to track the number of runtime operations errors | kubernetes_kubelet_runtime_errors |
|
which kubernetes metrics is used to track the sum of latency in microseconds of network plugin operations | kubernetes_kubelet_network_plugin_latency_sum |
|
which kubernetes metrics is used to track the count of network plugin operations by latency | kubernetes_kubelet_network_plugin_latency_count |
|
which kubernetes metrics is used to track the quantiles of network plugin operations by latency | kubernetes_kubelet_network_plugin_latency_quantile |
|
which kubernetes metrics is used to track the number of available bytes to track the volume | kubernetes_kubelet_volume_stats_available_bytes |
|
which kubernetes metrics is used to track the capacity in bytes of the volume | kubernetes_kubelet_volume_stats_capacity_bytes |
|
which kubernetes metrics is used to track the number of used bytes in volume | kubernetes_kubelet_volume_stats_used_bytes |
|
which kubernetes metrics is used to track the maximum number of inodes in volume | kubernetes_kubelet_volume_stats_inodes |
|
which kubernetes metrics is used to track the number of free inodes in the volume | kubernetes_kubelet_volume_stats_inodes_free |
|
which kubernetes metrics is used to track the number of used inodes in the volume | kubernetes_kubelet_volume_stats_inodes_used |
|
which kubernetes metrics is used to track the Ephemeral storage usage of the pod? | kubernetes_ephemeral_storage_usage |
|
which kubernetes metrics is used to track the number of cores used by kubelet | kubernetes_kubelet_cpu_usage |
|
which kubernetes metrics is used to track the Size of kubelet RSS in bytes | kubernetes_kubelet_memory_rss |
|
which kubernetes metrics is used to track the number of cores used by the runtime | kubernetes_runtime_cpu_usage |
|
which kubernetes metrics is used to track the Size of runtime RSS in bytes | kubernetes_runtime_memory_rss |
|
which kubernetes metrics is used to track the Bytes used by container's logs on filesystem (requires kubernetes 1.14+) | kubernetes_kubelet_container_log_filesystem_used_bytes |
|
which kubernetes metrics is used to track the phase persistent volume claim is currently in | kubernetes_state_persistentvolumeclaim_status |
|
which kubernetes metrics is used to track the Storage space request for a given pvc | kubernetes_state_persistentvolumeclaim_request_storage |
|
which kubernetes metrics is used to track the Number of persistent volumes to sum by phase and storageclass | kubernetes_state_persistentvolumes_by_phase |
|
which kubernetes metrics is used to track the number of available bytes in the volume | kubernetes_kubelet_volume_stats_available_bytes |
|
which kubernetes metrics is used to track the capacity in bytes of the volume | kubernetes_kubelet_volume_stats_capacity_bytes |
|
which kubernetes metrics is used to track the number of used bytes in the volume | kubernetes_kubelet_volume_stats_used_bytes |
|
which kubernetes metrics is used to track the maximum number of inodes in the volume | kubernetes_kubelet_volume_stats_inodes |
|
which kubernetes metrics is used to track the number of free inodes in the volume | kubernetes_kubelet_volume_stats_inodes_free |
|
which kubernetes metrics is used to track the number of used inodes in the volume | kubernetes_kubelet_volume_stats_inodes_used |
|
In association with the `condition` tag, which kubernetes metrics is used to track the pod whihc is ready to serve requests, e.g. `condition:true` keeps the pods that are in a ready state | kubernetes_state_pod_ready |
|
Report which kubernetes metrics is used to track the status of scheduling process for 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 |
|
which kubernetes metrics is used to track number of running pods in a cluster | kubernetes_pods_running |
|
which kubernetes metrics is used to track number of expired pods in a cluster | kubernetes_pods_expired |
|
which kubernetes metrics is used to track the phase the persistent volume claim is currently in? | kubernetes_state_persistentvolumeclaim_status |
|
which kubernetes metrics is used to track the Storage space request for a given pvc | kubernetes_state_persistentvolumeclaim_request_storage |
|
which kubernetes metrics is used to track the number of replicasets | kubernetes_state_replicaset_count |
|
which kubernetes metrics is used to track the number of replicas per ReplicaSet | kubernetes_state_replicaset_replicas |
|
which kubernetes metrics is used to track the number of fully labeled replicas per ReplicaSet | kubernetes_state_replicaset_fully_labeled_replicas |
|
which kubernetes metrics is used to track the number of ready replicas per ReplicaSet | kubernetes_state_replicaset_replicas_ready |
|
which kubernetes metrics is used to track the number of desired pods for a ReplicaSet | kubernetes_state_replicaset_replicas_desired |
|
which kubernetes metrics is used to track the Sum by namespace and type to count active services | kubernetes_state_service_count |
|
which kubernetes metrics is used to track the number of replicas per statefulset | kubernetes_state_statefulset_replicas |
|
which kubernetes metrics is used to track the number of desired replicas per statefulset | kubernetes_state_statefulset_replicas_desired |
|
which kubernetes metrics is used to track the number of current replicas per StatefulSet | kubernetes_state_statefulset_replicas_current |
|
which kubernetes metrics is used to track the number of ready replicas per StatefulSet | kubernetes_state_statefulset_replicas_ready |
|
which kubernetes metrics is used to track the number of updated replicas per StatefulSet | kubernetes_state_statefulset_replicas_updated |
|
Whether the containers readiness check succeeded | kubernetes_state_container_ready |
|
Whether the container is currently in running state | kubernetes_state_container_running |
|
Whether the container is currently in terminated state | kubernetes_state_container_terminated |
|
Count of the containers currently reporting a in terminated state with the reason as a tag | kubernetes_state_container_status_report_count_terminated |
|
Whether the container is currently in waiting state | kubernetes_state_container_waiting |
|
Count of the containers currently reporting a in waiting state with the reason as a tag | kubernetes_state_container_status_report_count_waiting |
|
show me the kubernetes metric to get the number of requested gpu devices by a container | kubernetes_state_container_gpu_request |
|
show me the kubernetes metric to get the limit on gpu devices to be used by a container | kubernetes_state_container_gpu_limit |
|
show me the kubernetes metric to get the number of restarts per container | kubernetes_state_container_restarts |
|
show me the kubernetes metric to get the number of requested cpu cores by a container | kubernetes_state_container_cpu_requested |
|
show me the kubernetes metric to get the number of requested memory bytes by a container | kubernetes_state_container_memory_requested |
|
show me the kubernetes metric to get the limit on cpu cores to be used by a container | kubernetes_state_container_cpu_limit |
|
show me the kubernetes metric to get the limit on memory to be used by a container | kubernetes_state_container_memory_limit |
|
show me the kubernetes metric to get the number of containers that were previously terminated | kubernetes_containers_last_state_terminated |
|
show me the kubernetes metric to get the number of running containers | kubernetes_containers_running |
|
show me the kubernetes metric to get the number of times show me the kubernetes metric to get the container has been restarted | kubernetes_containers_restarts |
|
show me the kubernetes metric to get the number of currently terminated containers | kubernetes_containers_state_terminated |
|
show me the kubernetes metric to get the number of currently waiting containers | kubernetes_containers_state_waiting |
|
show me the kubernetes metric to get the number of nodes running at least one daemon pod and that are supposed to | kubernetes_state_daemonset_scheduled |
|
show me the kubernetes metric to get the number of nodes running a daemon pod but are not supposed to | kubernetes_state_daemonset_misscheduled |
|
show me the kubernetes metric to get the number of nodes that should be running show me the kubernetes metric to get the daemon pod | kubernetes_state_daemonset_desired |
|
show me the kubernetes metric to get the number of nodes that should be running show me the kubernetes metric to get the daemon pod and have one or more running and ready | kubernetes_state_daemonset_ready |
|
show me the kubernetes metric to get the number of nodes that run show me the kubernetes metric to get the updated daemon pod spec | kubernetes_state_daemonset_updated |
|
show me the kubernetes metric to get the number of deployments | kubernetes_state_deployment_count |
|
show me the kubernetes metric to get the number of replicas per deployment | kubernetes_state_deployment_replicas |
|
show me the kubernetes metric to get the number of available replicas per deployment | kubernetes_state_deployment_replicas_available |
|
show me the kubernetes metric to get the number of unavailable replicas per deployment | kubernetes_state_deployment_replicas_unavailable |
|
show me the kubernetes metric to get the number of updated replicas per deployment | kubernetes_state_deployment_replicas_updated |
|
show me the kubernetes metric to get the number of desired replicas per deployment | kubernetes_state_deployment_replicas_desired |
|
Wheshow me the kubernetes metric to get ther a deployment is paused | kubernetes_state_deployment_paused |
Subsets and Splits