input stringclasses 1
value | instruction stringlengths 3 295 | output stringlengths 3 835 |
|---|---|---|
which promql function is used to calculate the population standard deviation of the values in the specified interval. | stddev_over_time(range-vector) | |
which promql function is used to calculate the population standard variance of the values in the specified interval. | stdvar_over_time(range-vector) | |
which promql function is used to calculate the most recent point value in the specified interval. | last_over_time(range-vector) | |
which promql function is used to calculate the value 1 for any series in the specified interval. | present_over_time(range-vector) | |
list of labels used with system_mem_used | availability_zone, host, kube_cluster_name, kfuse, org_id, project, region, instance_type | |
list all filters used with the metric system_mem_used | availability_zone, host, kube_cluster_name, kfuse, org_id, project, region, instance_type | |
list of labels used with system_disk_read_time | availability_zone, host, kube_cluster_name, kfuse, org_id, project, region, instance_type, device, device_name | |
list all filters used with the metric system_disk_read_time | availability_zone, host, kube_cluster_name, kfuse, org_id, project, region, instance_type, device, device_name | |
list all labels used with kubernetes_kubelet_volume_stats_used_bytes | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, | |
list all filters used with the metric kubernetes_kubelet_volume_stats_used_bytes | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, | |
list all labels used with container_memory_usage | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, app_kubernetes_io_name, app_kubernetes_io_part_of, app_kubernetes_io_version, availability_zone, component, container_id, container_name, controller_revision_hash, display_container_name, docker_image, git_commit_sha, git_reposi... | |
list out all the filters used with container_memory_usage | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, app_kubernetes_io_name, app_kubernetes_io_part_of, app_kubernetes_io_version, availability_zone, component, container_id, container_name, controller_revision_hash, display_container_name, docker_image, git_commit_sha, git_reposi... | |
list all labels used with container_cpu_usage | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, app_kubernetes_io_name, app_kubernetes_io_part_of, app_kubernetes_io_version, availability_zone, component, container_id, container_name, controller_revision_hash, display_container_name, docker_image, git_commit_sha, git_reposi... | |
list all filters used with container_cpu_usage | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, app_kubernetes_io_name, app_kubernetes_io_part_of, app_kubernetes_io_version, availability_zone, component, container_id, container_name, controller_revision_hash, display_container_name, docker_image, git_commit_sha, git_reposi... | |
list all labels used with container_io_read_operations | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, app_kubernetes_io_part_of, container_name, controller_revision_hash, device, device_name, display_container_name, docker_image, git_commit_sha, helm_sh_chart, host, image_name, image_tag, instance_type, kfuse, kube_app_component... | |
list all filters used with container_io_read_operations | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, app_kubernetes_io_part_of, container_name, controller_revision_hash, device, device_name, display_container_name, docker_image, git_commit_sha, helm_sh_chart, host, image_name, image_tag, instance_type, kfuse, kube_app_component... | |
list all labels used with container_io_write_operations | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, app_kubernetes_io_part_of, container_name, controller_revision_hash, device, device_name, display_container_name, docker_image, git_commit_sha, helm_sh_chart, host, image_name, image_tag, instance_type, kfuse, kube_app_componen... | |
list all filters used with container_io_write_operations | app, app_kubernetes_io_component, app_kubernetes_io_instance, app_kubernetes_io_managed_by, app_kubernetes_io_part_of, container_name, controller_revision_hash, device, device_name, display_container_name, docker_image, git_commit_sha, helm_sh_chart, host, image_name, image_tag, instance_type, kfuse, kube_app_componen... | |
which kubernetes metric tracks the amount of RAM in use. | system_mem_used | |
which metric is used to track the amount of memory being used in bytes | system_mem_used | |
which metric can be used to track the time used for reading each device in milliseconds | system_disk_read_time | |
which kubernetes metric tracks the time in ms spent reading per device. | system_disk_read_time | |
which kubernetes metric tracks the container total CPU Usage | container_cpu_usage | |
which metric can be used to get the total usage of CPU for a container | container_cpu_usage | |
which metric is used to track the total memory used by the container | container_memory_usage | |
which kubernetes metric tracks the container total memory usage | container_memory_usage | |
which kubernetes metric tracks the number of read operations done by this container | container_io_read_operations | |
which metric can be used for getting the number of read operations by this container | container_io_read_operations | |
which metric can be used for getting the number of write operations by this container | container_io_write_operations | |
which kubernetes metric tracks the number of write operations done by this container | container_io_write_operations | |
which kubernetes metric shows whether the containers readiness check succeeded? | kubernetes_state_container_ready | |
which kubernetes metric shows whether the container is in the ready state or not? | kubernetes_state_container_ready | |
which kubernetes metric shows whether the container is currently in running state? | kubernetes_state_container_running | |
which kubernetes metric tracks whether the container is currently in terminated state? | kubernetes_state_container_terminated | |
which kubernetes metric count the containers currently reporting in terminated state with the reason as a tag? | kubernetes_state_container_status_report_count_terminated | |
which kubernetes metric shows whether the container is currently in waiting state? | kubernetes_state_container_waiting | |
which kubernetes metric counts the number of containers currently reporting in the waiting state with the reason as a tag? | kubernetes_state_container_status_report_count_waiting | |
which kubernetes metrics is used to track the number of requested gpu devices by a container | kubernetes_state_container_gpu_request | |
which kubernetes metrics 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 metrics is used to track the number of restarts per container? | kubernetes_state_container_restarts | |
which kubernetes metrics is used to track the number of requested cpu cores by a container | kubernetes_state_container_cpu_requested | |
which kubernetes metrics is used to track the number of requested memory bytes by a container | kubernetes_state_container_memory_requested | |
which kubernetes metrics is used to track the limit on cpu cores to be used by a container | kubernetes_state_container_cpu_limit | |
which kubernetes metrics is used to track the limit on memory to be used by a container? | kubernetes_state_container_memory_limit | |
which kubernetes metrics is used to track the number of containers that were previously terminated | kubernetes_containers_last_state_terminated | |
which kubernetes metrics is used to track the number of running containers | kubernetes_containers_running | |
which kubernetes metrics is used to track the number of times the container has been restarted | kubernetes_containers_restarts | |
which kubernetes metrics is used to track the number of currently terminated containers | kubernetes_containers_state_terminated | |
which kubernetes metrics is used to track the number of currently waiting containers | kubernetes_containers_state_waiting | |
which kubernetes metrics is used to track the number of nodes running at least one daemon pod which are supposed to run it? | kubernetes_state_daemonset_scheduled | |
which kubernetes metrics is used to track the number of nodes running a daemon pod but are not supposed to run it? | kubernetes_state_daemonset_misscheduled | |
which kubernetes metrics is used to track the number of nodes that should be running the daemon pod | kubernetes_state_daemonset_desired | |
which kubernetes metrics is used to track the number of nodes that should be running daemon pod and have one or more running and ready ? | kubernetes_state_daemonset_ready | |
which kubernetes metrics is used to track the number of nodes that run updated daemon pod spec? | kubernetes_state_daemonset_updated | |
which kubernetes metrics is used to track the number of deployments | kubernetes_state_deployment_count | |
which kubernetes metrics is used to track the number of replicas per deployment | kubernetes_state_deployment_replicas | |
which kubernetes metrics is used to track the number of available replicas per deployment | kubernetes_state_deployment_replicas_available | |
which kubernetes metrics is used to track the number of unavailable replicas per deployment | kubernetes_state_deployment_replicas_unavailable | |
which kubernetes metrics is used to track the number of updated replicas per deployment | kubernetes_state_deployment_replicas_updated | |
which kubernetes metrics is used to track the number of desired replicas per deployment | kubernetes_state_deployment_replicas_desired | |
which kubernetes metrics is used to track the number of deployments that are paused? | kubernetes_state_deployment_paused | |
which kubernetes metrics is used to find the maximum number of unavailable replicas during a rolling update? | kubernetes_state_deployment_rollingupdate_max_unavailable | |
which kubernetes metrics is used to track the returns response in bytes. | kubedns_response_size_bytes_sum | |
which kubernetes metrics is used to get the number of responses on which kubedns.response_size.bytes.sum metric is evaluated? | kubedns_response_size_bytes_count | |
which kubernetes metrics is used to track the Time (in seconds) each request took to resolve. | kubedns_request_duration_seconds_sum | |
which kubernetes metrics is used to get the number of requests on which kubedns.request_duration.seconds.sum metric is evaluated? | kubedns_request_duration_seconds_count | |
which kubernetes metrics is used to track the Total number of DNS requests made. | kubedns_request_count | |
which kubernetes metrics is used to track the Instant number of DNS requests made. | kubedns_request_count_count | |
which kubernetes metrics is used to track the Number of DNS requests resulting in an error. | kubedns_error_count | |
which kubernetes metrics is used to track the Instant number of DNS requests made resulting in an error. | kubedns_error_count_count | |
which kubernetes metrics is used to track the Number of DNS requests resulting in a cache miss. | kubedns_cachemiss_count | |
Instant number of DNS requests made resulting in a cache miss. | kubedns_cachemiss_count_count | |
which kubernetes metrics is used to track the Number of addresses available in endpoint | kubernetes_state_endpoint_address_available | |
which kubernetes metrics is used to track the Number of addresses not ready in endpoint | kubernetes_state_endpoint_address_not_ready | |
which kubernetes metrics is used to track the Unix creation timestamp | kubernetes_state_endpoint_created | |
which kubernetes metrics is used to track the number of jobs | kubernetes_state_job_count | |
which kubernetes metrics is used to track the Observed number of failed pods in a job | kubernetes_state_job_failed | |
which kubernetes metrics is used to track the Observed number of succeeded pods in a job | kubernetes_state_job_succeeded | |
which kubernetes metrics is used to track the number of namespaces | kubernetes_state_namespace_count | |
which kubernetes metrics is used to track the number of nodes | kubernetes_state_node_count | |
which kubernetes metrics is used to track the total CPU resources of node | kubernetes_state_node_cpu_capacity | |
which kubernetes metrics is used to track the total memory resources of the node | kubernetes_state_node_memory_capacity | |
which kubernetes metrics is used to track the total pod resources of the node | kubernetes_state_node_pods_capacity | |
which kubernetes metrics is used to track the GPU resources of a node that are available for scheduling | kubernetes_state_node_gpu_cards_allocatable | |
which kubernetes metrics is used to track the total GPU resources of the node | kubernetes_state_node_gpu_cards_capacity | |
which kubernetes metrics is used to track the CPU resources of a node that are available for scheduling | kubernetes_state_node_cpu_allocatable | |
which kubernetes metrics is used to track the memory resources of a node that are available for scheduling | kubernetes_state_node_memory_allocatable | |
which kubernetes metrics is used to track the pod resources of a node that are available for scheduling | kubernetes_state_node_pods_allocatable | |
Which kubernetes metric is use to track whether the node can schedule new pods? | kubernetes_state_node_status | |
Which kubernetes metric is use to sum by `condition` and `status` to get number of nodes in a given condition? | kubernetes_state_nodes_by_condition | |
which kubernetes metrics is used to track the Container cpu load average over the last 10 seconds? | kubernetes_cpu_load_10s_avg | |
which kubernetes metrics is used to track the number of cores used for system time | kubernetes_cpu_system_total | |
which kubernetes metrics is used to track the number of cores used for user time | kubernetes_cpu_user_total | |
which kubernetes metrics is used to track the Number of elapsed enforcement period intervals | kubernetes_cpu_cfs_periods | |
which kubernetes metrics is used to track the Number of throttled period intervals | kubernetes_cpu_cfs_throttled_periods | |
Total time duration which kubernetes metrics is used to track the container has been throttled | kubernetes_cpu_cfs_throttled_seconds | |
which kubernetes metrics is used to track the number of cores used | kubernetes_cpu_usage_total | |
which kubernetes metrics is used to track the limit of cpu cores set | kubernetes_cpu_limits | |
which kubernetes metrics is used to track the requested cpu cores | kubernetes_cpu_requests | |
which kubernetes metrics is used to track the amount of disk used | kubernetes_filesystem_usage |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.