Skip to content

Instantly share code, notes, and snippets.

@oke-py
Created September 18, 2021 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oke-py/208a2250f4be0e6c3d497098c7399281 to your computer and use it in GitHub Desktop.
Save oke-py/208a2250f4be0e6c3d497098c7399281 to your computer and use it in GitHub Desktop.
kubectl get --raw /api/v1/nodes/kind-worker/proxy/metrics
# HELP apiserver_audit_event_total [ALPHA] Counter of audit events generated and sent to the audit backend.
# TYPE apiserver_audit_event_total counter
apiserver_audit_event_total 0
# HELP apiserver_audit_requests_rejected_total [ALPHA] Counter of apiserver requests rejected due to an error in audit logging backend.
# TYPE apiserver_audit_requests_rejected_total counter
apiserver_audit_requests_rejected_total 0
# HELP apiserver_client_certificate_expiration_seconds [ALPHA] Distribution of the remaining lifetime on the certificate used to authenticate a request.
# TYPE apiserver_client_certificate_expiration_seconds histogram
apiserver_client_certificate_expiration_seconds_bucket{le="0"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="1800"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="3600"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="7200"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="21600"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="43200"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="86400"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="172800"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="345600"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="604800"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="2.592e+06"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="7.776e+06"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="1.5552e+07"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="3.1104e+07"} 0
apiserver_client_certificate_expiration_seconds_bucket{le="+Inf"} 8
apiserver_client_certificate_expiration_seconds_sum 2.5207378173404995e+08
apiserver_client_certificate_expiration_seconds_count 8
# HELP apiserver_envelope_encryption_dek_cache_fill_percent [ALPHA] Percent of the cache slots currently occupied by cached DEKs.
# TYPE apiserver_envelope_encryption_dek_cache_fill_percent gauge
apiserver_envelope_encryption_dek_cache_fill_percent 0
# HELP apiserver_storage_data_key_generation_duration_seconds [ALPHA] Latencies in seconds of data encryption key(DEK) generation operations.
# TYPE apiserver_storage_data_key_generation_duration_seconds histogram
apiserver_storage_data_key_generation_duration_seconds_bucket{le="5e-06"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="1e-05"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="2e-05"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="4e-05"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="8e-05"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="0.00016"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="0.00032"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="0.00064"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="0.00128"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="0.00256"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="0.00512"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="0.01024"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="0.02048"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="0.04096"} 0
apiserver_storage_data_key_generation_duration_seconds_bucket{le="+Inf"} 0
apiserver_storage_data_key_generation_duration_seconds_sum 0
apiserver_storage_data_key_generation_duration_seconds_count 0
# HELP apiserver_storage_data_key_generation_failures_total [ALPHA] Total number of failed data encryption key(DEK) generation operations.
# TYPE apiserver_storage_data_key_generation_failures_total counter
apiserver_storage_data_key_generation_failures_total 0
# HELP apiserver_storage_envelope_transformation_cache_misses_total [ALPHA] Total number of cache misses while accessing key decryption key(KEK).
# TYPE apiserver_storage_envelope_transformation_cache_misses_total counter
apiserver_storage_envelope_transformation_cache_misses_total 0
# HELP authentication_token_cache_active_fetch_count [ALPHA]
# TYPE authentication_token_cache_active_fetch_count gauge
authentication_token_cache_active_fetch_count{status="blocked"} 0
authentication_token_cache_active_fetch_count{status="in_flight"} 0
# HELP authentication_token_cache_fetch_total [ALPHA]
# TYPE authentication_token_cache_fetch_total counter
authentication_token_cache_fetch_total{status="ok"} 63
# HELP authentication_token_cache_request_duration_seconds [ALPHA]
# TYPE authentication_token_cache_request_duration_seconds histogram
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="0.005"} 352
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="0.01"} 354
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="0.025"} 357
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="0.05"} 359
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="0.1"} 359
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="0.25"} 360
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="0.5"} 360
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="1"} 360
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="2.5"} 360
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="5"} 360
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="10"} 360
authentication_token_cache_request_duration_seconds_bucket{status="hit",le="+Inf"} 360
authentication_token_cache_request_duration_seconds_sum{status="hit"} 0.33699999999999997
authentication_token_cache_request_duration_seconds_count{status="hit"} 360
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="0.005"} 8
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="0.01"} 20
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="0.025"} 44
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="0.05"} 46
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="0.1"} 50
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="0.25"} 58
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="0.5"} 59
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="1"} 59
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="2.5"} 61
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="5"} 63
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="10"} 63
authentication_token_cache_request_duration_seconds_bucket{status="miss",le="+Inf"} 63
authentication_token_cache_request_duration_seconds_sum{status="miss"} 13.363999999999997
authentication_token_cache_request_duration_seconds_count{status="miss"} 63
# HELP authentication_token_cache_request_total [ALPHA]
# TYPE authentication_token_cache_request_total counter
authentication_token_cache_request_total{status="hit"} 360
authentication_token_cache_request_total{status="miss"} 63
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 0.000811417
go_gc_duration_seconds{quantile="0.25"} 0.001332084
go_gc_duration_seconds{quantile="0.5"} 0.001844125
go_gc_duration_seconds{quantile="0.75"} 0.004669083
go_gc_duration_seconds{quantile="1"} 0.063311166
go_gc_duration_seconds_sum 101.296306048
go_gc_duration_seconds_count 4884
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 373
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.16.5"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 2.6311616e+07
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 7.67314102e+10
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 3.726864e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 4.89725549e+08
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 0.022368163784748728
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 6.620512e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 2.6311616e+07
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 2.4510464e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 3.5946496e+07
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 156129
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 1.6490496e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.045696e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.6319259032141378e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 4.89881678e+08
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 4800
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 16384
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 559368
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 819200
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 3.5282112e+07
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 958616
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 6.651904e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 6.651904e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 7.925044e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 100
# HELP kubelet_certificate_manager_client_expiration_renew_errors [ALPHA] Counter of certificate renewal errors.
# TYPE kubelet_certificate_manager_client_expiration_renew_errors counter
kubelet_certificate_manager_client_expiration_renew_errors 0
# HELP kubelet_certificate_manager_client_ttl_seconds [ALPHA] Gauge of the TTL (time-to-live) of the Kubelet's client certificate. The value is in seconds until certificate expiry (negative if already expired). If client certificate is invalid or unused, the value will be +INF.
# TYPE kubelet_certificate_manager_client_ttl_seconds gauge
kubelet_certificate_manager_client_ttl_seconds 3.1492597e+07
# HELP kubelet_cgroup_manager_duration_seconds [ALPHA] Duration in seconds for cgroup manager operations. Broken down by method.
# TYPE kubelet_cgroup_manager_duration_seconds histogram
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="0.005"} 2
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="0.01"} 4
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="0.025"} 9
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="0.05"} 16
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="0.1"} 22
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="0.25"} 31
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="0.5"} 32
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="1"} 32
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="2.5"} 32
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="5"} 32
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="10"} 32
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="create",le="+Inf"} 32
kubelet_cgroup_manager_duration_seconds_sum{operation_type="create"} 2.593206376
kubelet_cgroup_manager_duration_seconds_count{operation_type="create"} 32
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="0.005"} 4
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="0.01"} 5
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="0.025"} 5
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="0.05"} 5
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="0.1"} 6
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="0.25"} 6
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="0.5"} 6
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="1"} 6
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="2.5"} 6
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="5"} 6
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="10"} 6
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="destroy",le="+Inf"} 6
kubelet_cgroup_manager_duration_seconds_sum{operation_type="destroy"} 0.085988417
kubelet_cgroup_manager_duration_seconds_count{operation_type="destroy"} 6
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="0.005"} 687
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="0.01"} 718
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="0.025"} 751
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="0.05"} 764
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="0.1"} 777
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="0.25"} 808
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="0.5"} 820
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="1"} 829
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="2.5"} 833
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="5"} 833
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="10"} 833
kubelet_cgroup_manager_duration_seconds_bucket{operation_type="update",le="+Inf"} 833
kubelet_cgroup_manager_duration_seconds_sum{operation_type="update"} 24.098691207
kubelet_cgroup_manager_duration_seconds_count{operation_type="update"} 833
# HELP kubelet_container_log_filesystem_used_bytes [ALPHA] Bytes used by the container's logs on the filesystem.
# TYPE kubelet_container_log_filesystem_used_bytes gauge
kubelet_container_log_filesystem_used_bytes{container="argocd-application-controller",namespace="argocd",pod="argocd-application-controller-0",uid="3255aa02-f4d5-40cb-896d-2d9d5ce5b2d7"} 2.27328e+06
kubelet_container_log_filesystem_used_bytes{container="argocd-repo-server",namespace="argocd",pod="argocd-repo-server-754588ff8c-wfdxh",uid="c9c219a4-1cf6-409f-bf7f-773c9865770f"} 2.88768e+06
kubelet_container_log_filesystem_used_bytes{container="cert-manager",namespace="cert-manager",pod="cert-manager-66b6d6bf59-7lj6m",uid="32a8c9d3-0f68-480b-9e20-f0fba8bbb124"} 40960
kubelet_container_log_filesystem_used_bytes{container="cert-manager",namespace="cert-manager",pod="cert-manager-webhook-5fd7d458f7-cl2bk",uid="402e7b78-4144-4030-95ba-71ef2fbc5adf"} 4096
kubelet_container_log_filesystem_used_bytes{container="config-reloader",namespace="monitoring",pod="prometheus-k8s-1",uid="fac9306d-53fb-4551-98cd-23c8942a7bee"} 4096
kubelet_container_log_filesystem_used_bytes{container="contour",namespace="projectcontour",pod="contour-f6856f464-59r4h",uid="ca9ca8cf-bee9-46ee-bbb4-0cb59ca62ee4"} 24576
kubelet_container_log_filesystem_used_bytes{container="envoy",namespace="projectcontour",pod="envoy-f6rq5",uid="4a688466-0a6c-4d05-83d3-45ace3f0bbe7"} 720896
kubelet_container_log_filesystem_used_bytes{container="kindnet-cni",namespace="kube-system",pod="kindnet-8k76k",uid="0eba5aea-f7c2-4641-b97a-56934f1a4d3d"} 1.445888e+06
kubelet_container_log_filesystem_used_bytes{container="kube-proxy",namespace="kube-system",pod="kube-proxy-k5b6v",uid="02507ed1-a5f3-4a60-b3e5-89a4393bf131"} 32768
kubelet_container_log_filesystem_used_bytes{container="kube-rbac-proxy",namespace="monitoring",pod="node-exporter-7djfm",uid="5d216ee6-dd24-4299-b47e-51a95f920aba"} 102400
kubelet_container_log_filesystem_used_bytes{container="loki",namespace="monitoring",pod="loki-0",uid="f60f68e8-c923-4c7d-b18e-aa5d25b6b911"} 9.654272e+06
kubelet_container_log_filesystem_used_bytes{container="node-exporter",namespace="monitoring",pod="node-exporter-7djfm",uid="5d216ee6-dd24-4299-b47e-51a95f920aba"} 8192
kubelet_container_log_filesystem_used_bytes{container="prometheus",namespace="monitoring",pod="prometheus-k8s-1",uid="fac9306d-53fb-4551-98cd-23c8942a7bee"} 28672
kubelet_container_log_filesystem_used_bytes{container="prometheus-operator",namespace="monitoring",pod="prometheus-operator-585f487768-ndm47",uid="d817a2a0-3753-4dea-a693-e68ed275767b"} 8192
kubelet_container_log_filesystem_used_bytes{container="promtail",namespace="monitoring",pod="loki-promtail-kjxkb",uid="13fd5de5-342b-4242-a033-359c90546e53"} 1.363968e+06
kubelet_container_log_filesystem_used_bytes{container="redis",namespace="argocd",pod="argocd-redis-9567956cd-kg2t4",uid="70ef01dc-4190-4ec2-ba16-6d02d1de2663"} 4096
kubelet_container_log_filesystem_used_bytes{container="redis",namespace="dreamkast-staging",pod="dreamkast-redis-7b8fbdf9cc-s26mx",uid="fb1b4233-394d-49d9-821a-723652444b51"} 4096
kubelet_container_log_filesystem_used_bytes{container="shutdown-manager",namespace="projectcontour",pod="envoy-f6rq5",uid="4a688466-0a6c-4d05-83d3-45ace3f0bbe7"} 4096
# HELP kubelet_containers_per_pod_count [ALPHA] The number of containers per pod.
# TYPE kubelet_containers_per_pod_count histogram
kubelet_containers_per_pod_count_bucket{le="1"} 26
kubelet_containers_per_pod_count_bucket{le="2"} 29
kubelet_containers_per_pod_count_bucket{le="4"} 29
kubelet_containers_per_pod_count_bucket{le="8"} 29
kubelet_containers_per_pod_count_bucket{le="16"} 29
kubelet_containers_per_pod_count_bucket{le="+Inf"} 29
kubelet_containers_per_pod_count_sum 32
kubelet_containers_per_pod_count_count 29
# HELP kubelet_http_inflight_requests [ALPHA] Number of the inflight http requests
# TYPE kubelet_http_inflight_requests gauge
kubelet_http_inflight_requests{long_running="false",method="GET",path="containerLogs",server_type="readwrite"} 0
kubelet_http_inflight_requests{long_running="false",method="GET",path="metrics",server_type="readwrite"} 1
kubelet_http_inflight_requests{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite"} 0
kubelet_http_inflight_requests{long_running="false",method="GET",path="other",server_type="readwrite"} 0
# HELP kubelet_http_requests_duration_seconds [ALPHA] Duration in seconds to serve http requests
# TYPE kubelet_http_requests_duration_seconds histogram
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="0.005"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="0.01"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="0.025"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="0.05"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="0.1"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="0.25"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="0.5"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="1"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="2.5"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="5"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="10"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="containerLogs",server_type="readwrite",le="+Inf"} 3
kubelet_http_requests_duration_seconds_sum{long_running="false",method="GET",path="containerLogs",server_type="readwrite"} 0.0007205000000000001
kubelet_http_requests_duration_seconds_count{long_running="false",method="GET",path="containerLogs",server_type="readwrite"} 3
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="0.005"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="0.01"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="0.025"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="0.05"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="0.1"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="0.25"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="0.5"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="1"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="2.5"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="5"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="10"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics",server_type="readwrite",le="+Inf"} 275
kubelet_http_requests_duration_seconds_sum{long_running="false",method="GET",path="metrics",server_type="readwrite"} 0.0022172040000000004
kubelet_http_requests_duration_seconds_count{long_running="false",method="GET",path="metrics",server_type="readwrite"} 275
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="0.005"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="0.01"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="0.025"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="0.05"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="0.1"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="0.25"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="0.5"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="1"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="2.5"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="5"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="10"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite",le="+Inf"} 152
kubelet_http_requests_duration_seconds_sum{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite"} 0.0021034529999999995
kubelet_http_requests_duration_seconds_count{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite"} 152
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="0.005"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="0.01"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="0.025"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="0.05"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="0.1"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="0.25"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="0.5"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="1"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="2.5"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="5"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="10"} 1
kubelet_http_requests_duration_seconds_bucket{long_running="false",method="GET",path="other",server_type="readwrite",le="+Inf"} 1
kubelet_http_requests_duration_seconds_sum{long_running="false",method="GET",path="other",server_type="readwrite"} 2.6541e-05
kubelet_http_requests_duration_seconds_count{long_running="false",method="GET",path="other",server_type="readwrite"} 1
# HELP kubelet_http_requests_total [ALPHA] Number of the http requests received since the server started
# TYPE kubelet_http_requests_total counter
kubelet_http_requests_total{long_running="false",method="GET",path="containerLogs",server_type="readwrite"} 3
kubelet_http_requests_total{long_running="false",method="GET",path="metrics",server_type="readwrite"} 276
kubelet_http_requests_total{long_running="false",method="GET",path="metrics/cadvisor",server_type="readwrite"} 152
kubelet_http_requests_total{long_running="false",method="GET",path="other",server_type="readwrite"} 1
# HELP kubelet_node_config_error [ALPHA] This metric is true (1) if the node is experiencing a configuration-related error, false (0) otherwise.
# TYPE kubelet_node_config_error gauge
kubelet_node_config_error 0
# HELP kubelet_node_name [ALPHA] The node's name. The count is always 1.
# TYPE kubelet_node_name gauge
kubelet_node_name{node="kind-worker"} 1
# HELP kubelet_pleg_discard_events [ALPHA] The number of discard events in PLEG.
# TYPE kubelet_pleg_discard_events counter
kubelet_pleg_discard_events 0
# HELP kubelet_pleg_last_seen_seconds [ALPHA] Timestamp in seconds when PLEG was last seen active.
# TYPE kubelet_pleg_last_seen_seconds gauge
kubelet_pleg_last_seen_seconds 1.631925904e+09
# HELP kubelet_pleg_relist_duration_seconds [ALPHA] Duration in seconds for relisting pods in PLEG.
# TYPE kubelet_pleg_relist_duration_seconds histogram
kubelet_pleg_relist_duration_seconds_bucket{le="0.005"} 5293
kubelet_pleg_relist_duration_seconds_bucket{le="0.01"} 8324
kubelet_pleg_relist_duration_seconds_bucket{le="0.025"} 11652
kubelet_pleg_relist_duration_seconds_bucket{le="0.05"} 13728
kubelet_pleg_relist_duration_seconds_bucket{le="0.1"} 15759
kubelet_pleg_relist_duration_seconds_bucket{le="0.25"} 18173
kubelet_pleg_relist_duration_seconds_bucket{le="0.5"} 19396
kubelet_pleg_relist_duration_seconds_bucket{le="1"} 19786
kubelet_pleg_relist_duration_seconds_bucket{le="2.5"} 19865
kubelet_pleg_relist_duration_seconds_bucket{le="5"} 19870
kubelet_pleg_relist_duration_seconds_bucket{le="10"} 19876
kubelet_pleg_relist_duration_seconds_bucket{le="+Inf"} 19879
kubelet_pleg_relist_duration_seconds_sum 1568.1527755539942
kubelet_pleg_relist_duration_seconds_count 19879
# HELP kubelet_pleg_relist_interval_seconds [ALPHA] Interval in seconds between relisting in PLEG.
# TYPE kubelet_pleg_relist_interval_seconds histogram
kubelet_pleg_relist_interval_seconds_bucket{le="0.005"} 0
kubelet_pleg_relist_interval_seconds_bucket{le="0.01"} 0
kubelet_pleg_relist_interval_seconds_bucket{le="0.025"} 0
kubelet_pleg_relist_interval_seconds_bucket{le="0.05"} 0
kubelet_pleg_relist_interval_seconds_bucket{le="0.1"} 0
kubelet_pleg_relist_interval_seconds_bucket{le="0.25"} 0
kubelet_pleg_relist_interval_seconds_bucket{le="0.5"} 0
kubelet_pleg_relist_interval_seconds_bucket{le="1"} 0
kubelet_pleg_relist_interval_seconds_bucket{le="2.5"} 19843
kubelet_pleg_relist_interval_seconds_bucket{le="5"} 19868
kubelet_pleg_relist_interval_seconds_bucket{le="10"} 19874
kubelet_pleg_relist_interval_seconds_bucket{le="+Inf"} 19878
kubelet_pleg_relist_interval_seconds_sum 21664.516774175954
kubelet_pleg_relist_interval_seconds_count 19878
# HELP kubelet_pod_start_duration_seconds [ALPHA] Duration in seconds for a single pod to go from pending to running.
# TYPE kubelet_pod_start_duration_seconds histogram
kubelet_pod_start_duration_seconds_bucket{le="0.005"} 11
kubelet_pod_start_duration_seconds_bucket{le="0.01"} 16
kubelet_pod_start_duration_seconds_bucket{le="0.025"} 24
kubelet_pod_start_duration_seconds_bucket{le="0.05"} 28
kubelet_pod_start_duration_seconds_bucket{le="0.1"} 29
kubelet_pod_start_duration_seconds_bucket{le="0.25"} 29
kubelet_pod_start_duration_seconds_bucket{le="0.5"} 29
kubelet_pod_start_duration_seconds_bucket{le="1"} 29
kubelet_pod_start_duration_seconds_bucket{le="2.5"} 30
kubelet_pod_start_duration_seconds_bucket{le="5"} 32
kubelet_pod_start_duration_seconds_bucket{le="10"} 34
kubelet_pod_start_duration_seconds_bucket{le="+Inf"} 48
kubelet_pod_start_duration_seconds_sum 429.75471779599997
kubelet_pod_start_duration_seconds_count 48
# HELP kubelet_pod_worker_duration_seconds [ALPHA] Duration in seconds to sync a single pod. Broken down by operation type: create, update, or sync
# TYPE kubelet_pod_worker_duration_seconds histogram
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="0.005"} 0
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="0.01"} 0
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="0.025"} 0
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="0.05"} 0
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="0.1"} 0
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="0.25"} 0
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="0.5"} 0
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="1"} 3
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="2.5"} 8
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="5"} 8
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="10"} 10
kubelet_pod_worker_duration_seconds_bucket{operation_type="create",le="+Inf"} 10
kubelet_pod_worker_duration_seconds_sum{operation_type="create"} 23.525237679999996
kubelet_pod_worker_duration_seconds_count{operation_type="create"} 10
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="0.005"} 2592
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="0.01"} 4463
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="0.025"} 6613
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="0.05"} 8201
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="0.1"} 9683
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="0.25"} 11462
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="0.5"} 12448
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="1"} 12994
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="2.5"} 13251
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="5"} 13380
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="10"} 13470
kubelet_pod_worker_duration_seconds_bucket{operation_type="sync",le="+Inf"} 13510
kubelet_pod_worker_duration_seconds_sum{operation_type="sync"} 3390.2688797089877
kubelet_pod_worker_duration_seconds_count{operation_type="sync"} 13510
# HELP kubelet_pod_worker_start_duration_seconds [ALPHA] Duration in seconds from seeing a pod to starting a worker.
# TYPE kubelet_pod_worker_start_duration_seconds histogram
kubelet_pod_worker_start_duration_seconds_bucket{le="0.005"} 13
kubelet_pod_worker_start_duration_seconds_bucket{le="0.01"} 16
kubelet_pod_worker_start_duration_seconds_bucket{le="0.025"} 24
kubelet_pod_worker_start_duration_seconds_bucket{le="0.05"} 28
kubelet_pod_worker_start_duration_seconds_bucket{le="0.1"} 29
kubelet_pod_worker_start_duration_seconds_bucket{le="0.25"} 29
kubelet_pod_worker_start_duration_seconds_bucket{le="0.5"} 29
kubelet_pod_worker_start_duration_seconds_bucket{le="1"} 29
kubelet_pod_worker_start_duration_seconds_bucket{le="2.5"} 29
kubelet_pod_worker_start_duration_seconds_bucket{le="5"} 29
kubelet_pod_worker_start_duration_seconds_bucket{le="10"} 29
kubelet_pod_worker_start_duration_seconds_bucket{le="+Inf"} 29
kubelet_pod_worker_start_duration_seconds_sum 0.34362741700000005
kubelet_pod_worker_start_duration_seconds_count 29
# HELP kubelet_run_podsandbox_duration_seconds [ALPHA] Duration in seconds of the run_podsandbox operations. Broken down by RuntimeClass.Handler.
# TYPE kubelet_run_podsandbox_duration_seconds histogram
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="0.005"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="0.01"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="0.025"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="0.05"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="0.1"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="0.25"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="0.5"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="1"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="2.5"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="5"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="10"} 29
kubelet_run_podsandbox_duration_seconds_bucket{runtime_handler="",le="+Inf"} 29
kubelet_run_podsandbox_duration_seconds_sum{runtime_handler=""} 0.0007364159999999999
kubelet_run_podsandbox_duration_seconds_count{runtime_handler=""} 29
# HELP kubelet_running_containers [ALPHA] Number of containers currently running
# TYPE kubelet_running_containers gauge
kubelet_running_containers{container_state="created"} 1
kubelet_running_containers{container_state="exited"} 7
kubelet_running_containers{container_state="running"} 18
# HELP kubelet_running_pods [ALPHA] Number of pods currently running
# TYPE kubelet_running_pods gauge
kubelet_running_pods 23
# HELP kubelet_runtime_operations_duration_seconds [ALPHA] Duration in seconds of runtime operations. Broken down by operation type.
# TYPE kubelet_runtime_operations_duration_seconds histogram
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="0.005"} 1039
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="0.0125"} 1303
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="0.03125"} 1533
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="0.078125"} 1680
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="0.1953125"} 1736
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="0.48828125"} 1744
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="1.220703125"} 1747
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="3.0517578125"} 1747
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="7.62939453125"} 1747
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="19.073486328125"} 1747
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="47.6837158203125"} 1747
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="119.20928955078125"} 1747
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="298.0232238769531"} 1747
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="745.0580596923828"} 1747
kubelet_runtime_operations_duration_seconds_bucket{operation_type="container_status",le="+Inf"} 1747
kubelet_runtime_operations_duration_seconds_sum{operation_type="container_status"} 25.383862018999977
kubelet_runtime_operations_duration_seconds_count{operation_type="container_status"} 1747
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="0.005"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="0.0125"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="0.03125"} 6
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="0.078125"} 22
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="0.1953125"} 43
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="0.48828125"} 87
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="1.220703125"} 181
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="3.0517578125"} 236
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="7.62939453125"} 247
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="19.073486328125"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="47.6837158203125"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="119.20928955078125"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="298.0232238769531"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="745.0580596923828"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="create_container",le="+Inf"} 251
kubelet_runtime_operations_duration_seconds_sum{operation_type="create_container"} 269.6358583730002
kubelet_runtime_operations_duration_seconds_count{operation_type="create_container"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="0.005"} 6205
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="0.0125"} 8418
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="0.03125"} 10465
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="0.078125"} 11924
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="0.1953125"} 12751
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="0.48828125"} 12972
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="1.220703125"} 12997
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="3.0517578125"} 12999
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="7.62939453125"} 13000
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="19.073486328125"} 13000
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="47.6837158203125"} 13000
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="119.20928955078125"} 13000
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="298.0232238769531"} 13000
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="745.0580596923828"} 13000
kubelet_runtime_operations_duration_seconds_bucket{operation_type="image_status",le="+Inf"} 13000
kubelet_runtime_operations_duration_seconds_sum{operation_type="image_status"} 330.3736474650004
kubelet_runtime_operations_duration_seconds_count{operation_type="image_status"} 13000
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="0.005"} 22599
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="0.0125"} 28260
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="0.03125"} 32866
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="0.078125"} 36122
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="0.1953125"} 37755
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="0.48828125"} 38275
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="1.220703125"} 38352
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="3.0517578125"} 38359
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="7.62939453125"} 38363
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="19.073486328125"} 38364
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="47.6837158203125"} 38364
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="119.20928955078125"} 38364
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="298.0232238769531"} 38364
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="745.0580596923828"} 38364
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_containers",le="+Inf"} 38364
kubelet_runtime_operations_duration_seconds_sum{operation_type="list_containers"} 773.1655297409985
kubelet_runtime_operations_duration_seconds_count{operation_type="list_containers"} 38364
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="0.005"} 286
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="0.0125"} 443
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="0.03125"} 545
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="0.078125"} 656
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="0.1953125"} 749
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="0.48828125"} 781
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="1.220703125"} 793
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="3.0517578125"} 794
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="7.62939453125"} 794
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="19.073486328125"} 794
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="47.6837158203125"} 794
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="119.20928955078125"} 794
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="298.0232238769531"} 794
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="745.0580596923828"} 794
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_images",le="+Inf"} 794
kubelet_runtime_operations_duration_seconds_sum{operation_type="list_images"} 41.56305243200001
kubelet_runtime_operations_duration_seconds_count{operation_type="list_images"} 794
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="0.005"} 19175
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="0.0125"} 25218
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="0.03125"} 30189
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="0.078125"} 34221
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="0.1953125"} 36774
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="0.48828125"} 37821
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="1.220703125"} 37982
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="3.0517578125"} 37998
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="7.62939453125"} 38003
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="19.073486328125"} 38003
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="47.6837158203125"} 38003
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="119.20928955078125"} 38003
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="298.0232238769531"} 38003
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="745.0580596923828"} 38003
kubelet_runtime_operations_duration_seconds_bucket{operation_type="list_podsandbox",le="+Inf"} 38003
kubelet_runtime_operations_duration_seconds_sum{operation_type="list_podsandbox"} 1160.1006757709997
kubelet_runtime_operations_duration_seconds_count{operation_type="list_podsandbox"} 38003
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="0.005"} 469
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="0.0125"} 608
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="0.03125"} 759
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="0.078125"} 856
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="0.1953125"} 895
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="0.48828125"} 906
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="1.220703125"} 907
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="3.0517578125"} 907
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="7.62939453125"} 907
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="19.073486328125"} 907
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="47.6837158203125"} 907
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="119.20928955078125"} 907
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="298.0232238769531"} 907
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="745.0580596923828"} 907
kubelet_runtime_operations_duration_seconds_bucket{operation_type="podsandbox_status",le="+Inf"} 907
kubelet_runtime_operations_duration_seconds_sum{operation_type="podsandbox_status"} 18.459213180000006
kubelet_runtime_operations_duration_seconds_count{operation_type="podsandbox_status"} 907
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="0.005"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="0.0125"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="0.03125"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="0.078125"} 50
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="0.1953125"} 226
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="0.48828125"} 363
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="1.220703125"} 471
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="3.0517578125"} 588
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="7.62939453125"} 730
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="19.073486328125"} 740
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="47.6837158203125"} 743
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="119.20928955078125"} 743
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="298.0232238769531"} 743
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="745.0580596923828"} 743
kubelet_runtime_operations_duration_seconds_bucket{operation_type="pull_image",le="+Inf"} 743
kubelet_runtime_operations_duration_seconds_sum{operation_type="pull_image"} 1209.0423312229993
kubelet_runtime_operations_duration_seconds_count{operation_type="pull_image"} 743
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="0.005"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="0.0125"} 10
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="0.03125"} 28
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="0.078125"} 67
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="0.1953125"} 146
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="0.48828125"} 202
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="1.220703125"} 225
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="3.0517578125"} 229
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="7.62939453125"} 229
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="19.073486328125"} 229
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="47.6837158203125"} 229
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="119.20928955078125"} 229
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="298.0232238769531"} 229
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="745.0580596923828"} 229
kubelet_runtime_operations_duration_seconds_bucket{operation_type="remove_container",le="+Inf"} 229
kubelet_runtime_operations_duration_seconds_sum{operation_type="remove_container"} 51.170385695999975
kubelet_runtime_operations_duration_seconds_count{operation_type="remove_container"} 229
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="0.005"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="0.0125"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="0.03125"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="0.078125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="0.1953125"} 4
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="0.48828125"} 12
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="1.220703125"} 23
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="3.0517578125"} 28
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="7.62939453125"} 29
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="19.073486328125"} 29
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="47.6837158203125"} 29
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="119.20928955078125"} 29
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="298.0232238769531"} 29
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="745.0580596923828"} 29
kubelet_runtime_operations_duration_seconds_bucket{operation_type="run_podsandbox",le="+Inf"} 29
kubelet_runtime_operations_duration_seconds_sum{operation_type="run_podsandbox"} 21.502503801
kubelet_runtime_operations_duration_seconds_count{operation_type="run_podsandbox"} 29
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="0.005"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="0.0125"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="0.03125"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="0.078125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="0.1953125"} 15
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="0.48828125"} 40
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="1.220703125"} 59
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="3.0517578125"} 84
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="7.62939453125"} 159
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="19.073486328125"} 241
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="47.6837158203125"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="119.20928955078125"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="298.0232238769531"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="745.0580596923828"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="start_container",le="+Inf"} 251
kubelet_runtime_operations_duration_seconds_sum{operation_type="start_container"} 1717.0966647100006
kubelet_runtime_operations_duration_seconds_count{operation_type="start_container"} 251
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="0.005"} 2524
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="0.0125"} 3020
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="0.03125"} 3489
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="0.078125"} 3896
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="0.1953125"} 4163
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="0.48828125"} 4257
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="1.220703125"} 4283
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="3.0517578125"} 4287
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="7.62939453125"} 4291
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="19.073486328125"} 4292
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="47.6837158203125"} 4292
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="119.20928955078125"} 4292
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="298.0232238769531"} 4292
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="745.0580596923828"} 4292
kubelet_runtime_operations_duration_seconds_bucket{operation_type="status",le="+Inf"} 4292
kubelet_runtime_operations_duration_seconds_sum{operation_type="status"} 149.3074236599998
kubelet_runtime_operations_duration_seconds_count{operation_type="status"} 4292
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="0.005"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="0.0125"} 3
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="0.03125"} 4
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="0.078125"} 4
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="0.1953125"} 4
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="0.48828125"} 5
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="1.220703125"} 7
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="3.0517578125"} 18
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="7.62939453125"} 70
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="19.073486328125"} 161
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="47.6837158203125"} 196
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="119.20928955078125"} 210
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="298.0232238769531"} 210
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="745.0580596923828"} 210
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_container",le="+Inf"} 210
kubelet_runtime_operations_duration_seconds_sum{operation_type="stop_container"} 3281.7085759189995
kubelet_runtime_operations_duration_seconds_count{operation_type="stop_container"} 210
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="0.005"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="0.0125"} 0
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="0.03125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="0.078125"} 5
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="0.1953125"} 8
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="0.48828125"} 11
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="1.220703125"} 16
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="3.0517578125"} 16
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="7.62939453125"} 16
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="19.073486328125"} 16
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="47.6837158203125"} 16
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="119.20928955078125"} 16
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="298.0232238769531"} 16
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="745.0580596923828"} 16
kubelet_runtime_operations_duration_seconds_bucket{operation_type="stop_podsandbox",le="+Inf"} 16
kubelet_runtime_operations_duration_seconds_sum{operation_type="stop_podsandbox"} 5.193988045999999
kubelet_runtime_operations_duration_seconds_count{operation_type="stop_podsandbox"} 16
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="0.005"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="0.0125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="0.03125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="0.078125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="0.1953125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="0.48828125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="1.220703125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="3.0517578125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="7.62939453125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="19.073486328125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="47.6837158203125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="119.20928955078125"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="298.0232238769531"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="745.0580596923828"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="update_runtime_config",le="+Inf"} 1
kubelet_runtime_operations_duration_seconds_sum{operation_type="update_runtime_config"} 0.002437833
kubelet_runtime_operations_duration_seconds_count{operation_type="update_runtime_config"} 1
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="0.005"} 1336
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="0.0125"} 1572
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="0.03125"} 1801
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="0.078125"} 1935
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="0.1953125"} 2013
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="0.48828125"} 2042
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="1.220703125"} 2043
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="3.0517578125"} 2043
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="7.62939453125"} 2043
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="19.073486328125"} 2043
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="47.6837158203125"} 2043
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="119.20928955078125"} 2043
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="298.0232238769531"} 2043
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="745.0580596923828"} 2043
kubelet_runtime_operations_duration_seconds_bucket{operation_type="version",le="+Inf"} 2043
kubelet_runtime_operations_duration_seconds_sum{operation_type="version"} 32.45598156999996
kubelet_runtime_operations_duration_seconds_count{operation_type="version"} 2043
# HELP kubelet_runtime_operations_errors_total [ALPHA] Cumulative number of runtime operation errors by operation type.
# TYPE kubelet_runtime_operations_errors_total counter
kubelet_runtime_operations_errors_total{operation_type="container_status"} 1
kubelet_runtime_operations_errors_total{operation_type="pull_image"} 583
kubelet_runtime_operations_errors_total{operation_type="remove_container"} 3
kubelet_runtime_operations_errors_total{operation_type="stop_podsandbox"} 1
# HELP kubelet_runtime_operations_total [ALPHA] Cumulative number of runtime operations by operation type.
# TYPE kubelet_runtime_operations_total counter
kubelet_runtime_operations_total{operation_type="container_status"} 1747
kubelet_runtime_operations_total{operation_type="create_container"} 251
kubelet_runtime_operations_total{operation_type="image_status"} 13000
kubelet_runtime_operations_total{operation_type="list_containers"} 38364
kubelet_runtime_operations_total{operation_type="list_images"} 794
kubelet_runtime_operations_total{operation_type="list_podsandbox"} 38003
kubelet_runtime_operations_total{operation_type="podsandbox_status"} 907
kubelet_runtime_operations_total{operation_type="pull_image"} 743
kubelet_runtime_operations_total{operation_type="remove_container"} 229
kubelet_runtime_operations_total{operation_type="run_podsandbox"} 29
kubelet_runtime_operations_total{operation_type="start_container"} 251
kubelet_runtime_operations_total{operation_type="status"} 4292
kubelet_runtime_operations_total{operation_type="stop_container"} 210
kubelet_runtime_operations_total{operation_type="stop_podsandbox"} 16
kubelet_runtime_operations_total{operation_type="update_runtime_config"} 1
kubelet_runtime_operations_total{operation_type="version"} 2043
# HELP kubernetes_build_info [ALPHA] A metric with a constant '1' value labeled by major, minor, git version, git commit, git tree state, build date, Go version, and compiler from which Kubernetes was built, and platform on which it is running.
# TYPE kubernetes_build_info gauge
kubernetes_build_info{build_date="2021-07-12T20:43:13Z",compiler="gc",git_commit="092fbfbf53427de67cac1e9fa54aaa09a28371d7",git_tree_state="clean",git_version="v1.21.2",go_version="go1.16.5",major="1",minor="21",platform="linux/arm64"} 1
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 3651.2
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1e+06
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 34
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 7.76192e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.63190423458e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.694391296e+09
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes -1
# HELP rest_client_exec_plugin_certificate_rotation_age [ALPHA] Histogram of the number of seconds the last auth exec plugin client certificate lived before being rotated. If auth exec plugin client certificates are unused, histogram will contain no data.
# TYPE rest_client_exec_plugin_certificate_rotation_age histogram
rest_client_exec_plugin_certificate_rotation_age_bucket{le="600"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="1800"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="3600"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="14400"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="86400"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="604800"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="2.592e+06"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="7.776e+06"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="1.5552e+07"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="3.1104e+07"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="1.24416e+08"} 0
rest_client_exec_plugin_certificate_rotation_age_bucket{le="+Inf"} 0
rest_client_exec_plugin_certificate_rotation_age_sum 0
rest_client_exec_plugin_certificate_rotation_age_count 0
# HELP rest_client_exec_plugin_ttl_seconds [ALPHA] Gauge of the shortest TTL (time-to-live) of the client certificate(s) managed by the auth exec plugin. The value is in seconds until certificate expiry (negative if already expired). If auth exec plugins are unused or manage no TLS certificates, the value will be +INF.
# TYPE rest_client_exec_plugin_ttl_seconds gauge
rest_client_exec_plugin_ttl_seconds +Inf
# HELP rest_client_request_duration_seconds [ALPHA] Request latency in seconds. Broken down by verb and URL.
# TYPE rest_client_request_duration_seconds histogram
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 3
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 11
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 16
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 17
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 19
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 20
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 20
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 20
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 0.645230628
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 20
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 11
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 67.22856653099998
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/configmaps?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 11
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.002"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.004"} 21
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.008"} 38
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.016"} 69
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.032"} 109
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.064"} 148
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.128"} 169
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.256"} 184
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="0.512"} 194
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST",le="+Inf"} 217
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST"} 46.744614326999994
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events",verb="POST"} 217
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.001"} 16
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.002"} 18
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.004"} 27
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.008"} 74
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.016"} 202
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.032"} 347
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.064"} 453
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.128"} 578
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.256"} 709
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="0.512"} 831
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH",le="+Inf"} 1274
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH"} 1272.4455379229992
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/events/%7Bname%7D",verb="PATCH"} 1274
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.002"} 27
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.004"} 190
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.008"} 661
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.016"} 1209
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.032"} 1582
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.064"} 1858
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.128"} 2098
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.256"} 2392
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="0.512"} 2688
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET",le="+Inf"} 3285
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET"} 1623.7575214950025
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/persistentvolumeclaims/%7Bname%7D",verb="GET"} 3285
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.002"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.004"} 11
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.008"} 99
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.016"} 339
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.032"} 579
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.064"} 765
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.128"} 955
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.256"} 1177
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="0.512"} 1406
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET",le="+Inf"} 1881
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET"} 1283.6019776230028
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D",verb="GET"} 1881
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.008"} 17
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.016"} 130
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.032"} 340
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.064"} 557
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.128"} 748
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.256"} 950
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="0.512"} 1141
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH",le="+Inf"} 1659
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH"} 1399.8324974409993
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/pods/%7Bname%7D/status",verb="PATCH"} 1659
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 3
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 8
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 8
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 12
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 14
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 14
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 14
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 0.8221509169999999
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 14
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 6
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 42.151047434
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/secrets?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.008"} 4
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.016"} 27
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.032"} 51
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.064"} 62
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.128"} 78
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.256"} 99
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="0.512"} 116
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST",le="+Inf"} 310
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST"} 882.8105408199991
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/namespaces/%7Bnamespace%7D/serviceaccounts/%7Bname%7D/token",verb="POST"} 310
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.001"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.002"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.004"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.008"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.016"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.032"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.064"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.128"} 7
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.256"} 7
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="0.512"} 7
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST",le="+Inf"} 7
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST"} 0.091590375
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/nodes",verb="POST"} 7
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.001"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.002"} 4
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.004"} 4
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.008"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.016"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.032"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.064"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.128"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.256"} 12
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="0.512"} 12
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET",le="+Inf"} 12
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET"} 1.355927793
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D",verb="GET"} 12
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.004"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.008"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.016"} 19
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.032"} 29
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.064"} 42
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.128"} 49
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.256"} 58
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="0.512"} 65
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH",le="+Inf"} 85
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH"} 87.950830704
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D/status?timeout=10s",verb="PATCH"} 85
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.001"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.002"} 83
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.004"} 255
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.008"} 453
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.016"} 660
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.032"} 1023
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.064"} 1280
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.128"} 1452
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.256"} 1588
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="0.512"} 1754
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET",le="+Inf"} 2032
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET"} 829.3589274509994
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?resourceVersion=%7Bvalue%7D&timeout=10s",verb="GET"} 2032
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.001"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.002"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.004"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.008"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.016"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.032"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.064"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.128"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.256"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="0.512"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET",le="+Inf"} 33
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET"} 231.49820302299995
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/nodes/%7Bname%7D?timeout=10s",verb="GET"} 33
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 3
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 4
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 5
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 0.014187915999999998
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/nodes?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.001"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.002"} 222
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.004"} 746
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.008"} 1200
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.016"} 1544
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.032"} 1813
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.064"} 2089
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.128"} 2362
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.256"} 2594
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="0.512"} 2802
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET",le="+Inf"} 3285
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET"} 1239.3397366390027
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/persistentvolumes/%7Bname%7D",verb="GET"} 3285
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 1
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 0.001313292
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 2
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 22.050730635
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/pods?fieldSelector=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 3
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 4
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 4
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 5
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 0.013560625000000001
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/services?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 1
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET"} 6.351815211
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/api/v1/services?resourceVersion=%7Bvalue%7D",verb="GET"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.004"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.008"} 22
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.016"} 35
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.032"} 45
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.064"} 51
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.128"} 55
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.256"} 59
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="0.512"} 59
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST",le="+Inf"} 63
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST"} 12.698057003
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/authentication.k8s.io/v1/tokenreviews",verb="POST"} 63
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.002"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.004"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.008"} 14
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.016"} 21
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.032"} 23
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.064"} 23
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.128"} 25
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.256"} 26
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="0.512"} 26
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST",le="+Inf"} 29
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST"} 5.452204378999999
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/authorization.k8s.io/v1/subjectaccessreviews",verb="POST"} 29
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.008"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.016"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.032"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.064"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.128"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.256"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="0.512"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST",le="+Inf"} 1
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST"} 0.008829083
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests",verb="POST"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.004"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.008"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.016"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.032"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.064"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.128"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.256"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="0.512"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET",le="+Inf"} 1
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET"} 0.00227
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D",verb="GET"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 1
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 0.001366792
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests?fieldSelector=%7Bvalue%7D&limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.001"} 6
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.002"} 7
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.004"} 8
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.008"} 8
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.016"} 8
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.032"} 8
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.064"} 8
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.128"} 8
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.256"} 8
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="0.512"} 9
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET",le="+Inf"} 14
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET"} 18.004514048
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="GET"} 14
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.004"} 38
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.008"} 296
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.016"} 646
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.032"} 912
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.064"} 1076
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.128"} 1220
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.256"} 1359
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="0.512"} 1499
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT",le="+Inf"} 2006
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT"} 1565.2254206989994
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases/%7Bname%7D?timeout=10s",verb="PUT"} 2006
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.002"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.004"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.008"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.016"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.032"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.064"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.128"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.256"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="0.512"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST",le="+Inf"} 1
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST"} 0.001800209
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/coordination.k8s.io/v1/namespaces/%7Bnamespace%7D/leases?timeout=10s",verb="POST"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 3
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 5
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 0.004737374
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 1
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET"} 13.779435631
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/node.k8s.io/v1/runtimeclasses?resourceVersion=%7Bvalue%7D",verb="GET"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 2
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 4
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 5
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 0.006156292
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?limit=%7Bvalue%7D&resourceVersion=%7Bvalue%7D",verb="GET"} 5
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.008"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.016"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.032"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.064"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.128"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.256"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="0.512"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET",le="+Inf"} 1
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET"} 4.734534044
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csidrivers?resourceVersion=%7Bvalue%7D",verb="GET"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.001"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.002"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.004"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.008"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.016"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.032"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.064"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.128"} 0
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.256"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="0.512"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST",le="+Inf"} 1
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST"} 0.200261125
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes",verb="POST"} 1
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.001"} 7
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.002"} 14
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.004"} 15
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.008"} 17
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.016"} 17
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.032"} 17
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.064"} 18
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.128"} 19
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.256"} 23
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="0.512"} 23
rest_client_request_duration_seconds_bucket{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET",le="+Inf"} 23
rest_client_request_duration_seconds_sum{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET"} 0.787099915
rest_client_request_duration_seconds_count{url="https://kind-control-plane:6443/apis/storage.k8s.io/v1/csinodes/%7Bname%7D",verb="GET"} 23
# HELP rest_client_requests_total [ALPHA] Number of HTTP requests, partitioned by status code, method, and host.
# TYPE rest_client_requests_total counter
rest_client_requests_total{code="200",host="kind-control-plane:6443",method="GET"} 12287
rest_client_requests_total{code="200",host="kind-control-plane:6443",method="PATCH"} 2938
rest_client_requests_total{code="200",host="kind-control-plane:6443",method="PUT"} 1959
rest_client_requests_total{code="201",host="kind-control-plane:6443",method="POST"} 608
rest_client_requests_total{code="403",host="kind-control-plane:6443",method="GET"} 33
rest_client_requests_total{code="403",host="kind-control-plane:6443",method="PATCH"} 18
rest_client_requests_total{code="403",host="kind-control-plane:6443",method="POST"} 11
rest_client_requests_total{code="404",host="kind-control-plane:6443",method="GET"} 33
rest_client_requests_total{code="404",host="kind-control-plane:6443",method="PATCH"} 42
rest_client_requests_total{code="409",host="kind-control-plane:6443",method="PUT"} 5
rest_client_requests_total{code="<error>",host="kind-control-plane:6443",method="GET"} 257
rest_client_requests_total{code="<error>",host="kind-control-plane:6443",method="PATCH"} 20
rest_client_requests_total{code="<error>",host="kind-control-plane:6443",method="POST"} 10
rest_client_requests_total{code="<error>",host="kind-control-plane:6443",method="PUT"} 42
# HELP storage_operation_duration_seconds [ALPHA] Storage operation duration
# TYPE storage_operation_duration_seconds histogram
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="0.1"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="0.25"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="0.5"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="1"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="2.5"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="5"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="10"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="15"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="25"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="50"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="120"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="300"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="600"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap",le="+Inf"} 8
storage_operation_duration_seconds_sum{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap"} 0.001908082
storage_operation_duration_seconds_count{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap"} 8
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="0.1"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="0.25"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="0.5"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="1"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="2.5"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="5"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="10"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="15"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="25"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="50"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="120"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="300"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="600"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir",le="+Inf"} 5
storage_operation_duration_seconds_sum{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir"} 0.009769749999999999
storage_operation_duration_seconds_count{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="0.1"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="0.25"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="0.5"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="1"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="2.5"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="5"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="10"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="15"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="25"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="50"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="120"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="300"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="600"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path",le="+Inf"} 16
storage_operation_duration_seconds_sum{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path"} 0.007935791
storage_operation_duration_seconds_count{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="0.1"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="0.25"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="0.5"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="1"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="2.5"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="5"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="10"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="15"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="25"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="50"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="120"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="300"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="600"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected",le="+Inf"} 27
storage_operation_duration_seconds_sum{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected"} 0.028519792
storage_operation_duration_seconds_count{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected"} 27
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="0.1"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="0.25"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="0.5"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="1"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="2.5"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="5"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="10"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="15"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="25"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="50"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="120"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="300"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="600"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret",le="+Inf"} 7
storage_operation_duration_seconds_sum{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret"} 0.024405001
storage_operation_duration_seconds_count{migrated="false",operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="0.1"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="0.25"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="0.5"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="1"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="2.5"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="5"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="10"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="15"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="25"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="50"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="120"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="300"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="600"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir",le="+Inf"} 7
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir"} 0.000283292
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir"} 7
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="0.1"} 274
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="0.25"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="0.5"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="1"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="2.5"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="5"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="10"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="15"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="25"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="50"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="120"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="300"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="600"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap",le="+Inf"} 275
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap"} 1.443588798
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap"} 275
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="0.1"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="0.25"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="0.5"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="1"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="2.5"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="5"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="10"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="15"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="25"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="50"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="120"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="300"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="600"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir",le="+Inf"} 2
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir"} 0.000238166
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir"} 2
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="0.1"} 842
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="0.25"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="0.5"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="1"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="2.5"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="5"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="10"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="15"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="25"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="50"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="120"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="300"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="600"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected",le="+Inf"} 844
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected"} 1.927556621
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected"} 844
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="0.1"} 830
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="0.25"} 832
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="0.5"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="1"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="2.5"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="5"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="10"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="15"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="25"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="50"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="120"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="300"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="600"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret",le="+Inf"} 835
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret"} 2.682474091999995
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret"} 835
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="0.1"} 11
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="0.25"} 11
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="0.5"} 11
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="1"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="2.5"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="5"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="10"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="15"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="25"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="50"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="120"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="300"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="600"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret",le="+Inf"} 12
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret"} 0.965235419
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret"} 12
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="0.1"} 4454
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="0.25"} 4614
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="0.5"} 4639
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="1"} 4648
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="2.5"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="5"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="10"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="15"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="25"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="50"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="120"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="300"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="600"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap",le="+Inf"} 4650
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap"} 100.44171964999957
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap"} 4650
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="0.1"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="0.25"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="0.5"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="1"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="2.5"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="5"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="10"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="15"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="25"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="50"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="120"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="300"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="600"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir",le="+Inf"} 5
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir"} 0.045674918
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="0.1"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="0.25"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="0.5"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="1"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="2.5"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="5"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="10"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="15"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="25"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="50"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="120"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="300"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="600"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path",le="+Inf"} 16
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path"} 0.04913283300000001
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path"} 16
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="0.1"} 15861
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="0.25"} 16365
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="0.5"} 16469
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="1"} 16525
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="2.5"} 16597
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="5"} 16653
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="10"} 16671
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="15"} 16682
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="25"} 16698
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="50"} 16699
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="120"} 16699
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="300"} 16699
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="600"} 16699
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected",le="+Inf"} 16699
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected"} 1200.3546524950016
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected"} 16699
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="0.1"} 3285
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="0.25"} 3391
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="0.5"} 3411
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="1"} 3417
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="2.5"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="5"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="10"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="15"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="25"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="50"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="120"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="300"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="600"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret",le="+Inf"} 3419
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret"} 72.40315499500022
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret"} 3419
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="0.1"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="0.25"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="0.5"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="1"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="2.5"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="5"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="10"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="15"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="25"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="50"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="120"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="300"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="600"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path",le="+Inf"} 3
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path"} 0.011344168
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path"} 3
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="0.1"} 5
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="0.25"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="0.5"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="1"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="2.5"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="5"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="10"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="15"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="25"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="50"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="120"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="300"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="600"} 6
storage_operation_duration_seconds_bucket{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected",le="+Inf"} 6
storage_operation_duration_seconds_sum{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected"} 0.287039876
storage_operation_duration_seconds_count{migrated="false",operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected"} 6
# HELP storage_operation_errors_total [ALPHA] Storage operation errors (Deprecated since 1.21.0)
# TYPE storage_operation_errors_total counter
storage_operation_errors_total{operation_name="volume_fsgroup_recursive_apply",volume_plugin="kubernetes.io/empty-dir"} 7
storage_operation_errors_total{operation_name="volume_mount",volume_plugin="kubernetes.io/secret"} 12
# HELP storage_operation_status_count [ALPHA] Storage operation return statuses count (Deprecated since 1.21.0)
# TYPE storage_operation_status_count counter
storage_operation_status_count{operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/configmap"} 8
storage_operation_status_count{operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/empty-dir"} 5
storage_operation_status_count{operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/host-path"} 16
storage_operation_status_count{operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/projected"} 27
storage_operation_status_count{operation_name="verify_controller_attached_volume",status="success",volume_plugin="kubernetes.io/secret"} 7
storage_operation_status_count{operation_name="volume_fsgroup_recursive_apply",status="fail-unknown",volume_plugin="kubernetes.io/empty-dir"} 7
storage_operation_status_count{operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/configmap"} 275
storage_operation_status_count{operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/empty-dir"} 2
storage_operation_status_count{operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/projected"} 844
storage_operation_status_count{operation_name="volume_fsgroup_recursive_apply",status="success",volume_plugin="kubernetes.io/secret"} 835
storage_operation_status_count{operation_name="volume_mount",status="fail-unknown",volume_plugin="kubernetes.io/secret"} 12
storage_operation_status_count{operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/configmap"} 4650
storage_operation_status_count{operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/empty-dir"} 5
storage_operation_status_count{operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/host-path"} 16
storage_operation_status_count{operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/projected"} 16699
storage_operation_status_count{operation_name="volume_mount",status="success",volume_plugin="kubernetes.io/secret"} 3419
storage_operation_status_count{operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/host-path"} 3
storage_operation_status_count{operation_name="volume_unmount",status="success",volume_plugin="kubernetes.io/projected"} 6
# HELP volume_manager_total_volumes [ALPHA] Number of volumes in Volume Manager
# TYPE volume_manager_total_volumes gauge
volume_manager_total_volumes{plugin_name="kubernetes.io/configmap",state="actual_state_of_world"} 8
volume_manager_total_volumes{plugin_name="kubernetes.io/configmap",state="desired_state_of_world"} 8
volume_manager_total_volumes{plugin_name="kubernetes.io/empty-dir",state="actual_state_of_world"} 5
volume_manager_total_volumes{plugin_name="kubernetes.io/empty-dir",state="desired_state_of_world"} 5
volume_manager_total_volumes{plugin_name="kubernetes.io/host-path",state="actual_state_of_world"} 13
volume_manager_total_volumes{plugin_name="kubernetes.io/host-path",state="desired_state_of_world"} 13
volume_manager_total_volumes{plugin_name="kubernetes.io/projected",state="actual_state_of_world"} 21
volume_manager_total_volumes{plugin_name="kubernetes.io/projected",state="desired_state_of_world"} 21
volume_manager_total_volumes{plugin_name="kubernetes.io/secret",state="actual_state_of_world"} 7
volume_manager_total_volumes{plugin_name="kubernetes.io/secret",state="desired_state_of_world"} 7
# HELP workqueue_adds_total [ALPHA] Total number of adds handled by workqueue
# TYPE workqueue_adds_total counter
workqueue_adds_total{name="DynamicCABundle-client-ca-bundle"} 362
# HELP workqueue_depth [ALPHA] Current depth of workqueue
# TYPE workqueue_depth gauge
workqueue_depth{name="DynamicCABundle-client-ca-bundle"} 0
# HELP workqueue_longest_running_processor_seconds [ALPHA] How many seconds has the longest running processor for workqueue been running.
# TYPE workqueue_longest_running_processor_seconds gauge
workqueue_longest_running_processor_seconds{name="DynamicCABundle-client-ca-bundle"} 0
# HELP workqueue_queue_duration_seconds [ALPHA] How long in seconds an item stays in workqueue before being requested.
# TYPE workqueue_queue_duration_seconds histogram
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="1e-08"} 0
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="1e-07"} 0
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="1e-06"} 0
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="9.999999999999999e-06"} 32
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="9.999999999999999e-05"} 305
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="0.001"} 353
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="0.01"} 356
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="0.1"} 360
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="1"} 362
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="10"} 362
workqueue_queue_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="+Inf"} 362
workqueue_queue_duration_seconds_sum{name="DynamicCABundle-client-ca-bundle"} 0.7268297869999998
workqueue_queue_duration_seconds_count{name="DynamicCABundle-client-ca-bundle"} 362
# HELP workqueue_retries_total [ALPHA] Total number of retries handled by workqueue
# TYPE workqueue_retries_total counter
workqueue_retries_total{name="DynamicCABundle-client-ca-bundle"} 0
# HELP workqueue_unfinished_work_seconds [ALPHA] How many seconds of work has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.
# TYPE workqueue_unfinished_work_seconds gauge
workqueue_unfinished_work_seconds{name="DynamicCABundle-client-ca-bundle"} 0
# HELP workqueue_work_duration_seconds [ALPHA] How long in seconds processing an item from workqueue takes.
# TYPE workqueue_work_duration_seconds histogram
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="1e-08"} 0
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="1e-07"} 0
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="1e-06"} 0
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="9.999999999999999e-06"} 0
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="9.999999999999999e-05"} 47
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="0.001"} 289
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="0.01"} 337
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="0.1"} 359
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="1"} 362
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="10"} 362
workqueue_work_duration_seconds_bucket{name="DynamicCABundle-client-ca-bundle",le="+Inf"} 362
workqueue_work_duration_seconds_sum{name="DynamicCABundle-client-ca-bundle"} 2.3133336640000017
workqueue_work_duration_seconds_count{name="DynamicCABundle-client-ca-bundle"} 362
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment