Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lukasmrtvy/faa73312c1684ba95ff112189c194762 to your computer and use it in GitHub Desktop.

Select an option

Save lukasmrtvy/faa73312c1684ba95ff112189c194762 to your computer and use it in GitHub Desktop.
containerd metrics
curl 127.0.0.1:19323/v1/metrics
# HELP container_cpu_nr_periods_total Current cpu number of periods (only if controller is enabled)
# TYPE container_cpu_nr_periods_total gauge
container_cpu_nr_periods_total{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 66
container_cpu_nr_periods_total{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 169
container_cpu_nr_periods_total{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_cpu_nr_throttled_total Total number of times tasks have been throttled (only if controller is enabled)
# TYPE container_cpu_nr_throttled_total gauge
container_cpu_nr_throttled_total{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 57
container_cpu_nr_throttled_total{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 122
container_cpu_nr_throttled_total{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_cpu_system_usec_microseconds Current cpu usage in kernel space (cgroup v2)
# TYPE container_cpu_system_usec_microseconds gauge
container_cpu_system_usec_microseconds{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 5.190019e+06
container_cpu_system_usec_microseconds{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 2.54276e+06
container_cpu_system_usec_microseconds{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 145707
# HELP container_cpu_throttled_usec_microseconds Total time duration for which tasks have been throttled. (only if controller is enabled)
# TYPE container_cpu_throttled_usec_microseconds gauge
container_cpu_throttled_usec_microseconds{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 2.1302078e+07
container_cpu_throttled_usec_microseconds{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 2.5758575e+07
container_cpu_throttled_usec_microseconds{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_cpu_usage_usec_microseconds Total cpu usage (cgroup v2)
# TYPE container_cpu_usage_usec_microseconds gauge
container_cpu_usage_usec_microseconds{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 1.9504985e+07
container_cpu_usage_usec_microseconds{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 1.0134451e+07
container_cpu_usage_usec_microseconds{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 738541
# HELP container_cpu_user_usec_microseconds Current cpu usage in user space (cgroup v2)
# TYPE container_cpu_user_usec_microseconds gauge
container_cpu_user_usec_microseconds{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 1.4314966e+07
container_cpu_user_usec_microseconds{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 7.59169e+06
container_cpu_user_usec_microseconds{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 592834
# HELP container_io_rbytes_bytes IO bytes read
# TYPE container_io_rbytes_bytes gauge
container_io_rbytes_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_io_rbytes_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_io_rbytes_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_io_rios_total Number of read IOs
# TYPE container_io_rios_total gauge
container_io_rios_total{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_io_rios_total{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_io_rios_total{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_io_wbytes_bytes IO bytes written
# TYPE container_io_wbytes_bytes gauge
container_io_wbytes_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 1.07628544e+09
container_io_wbytes_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 4.15813632e+08
container_io_wbytes_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 69632
# HELP container_io_wios_total Number of write IOs
# TYPE container_io_wios_total gauge
container_io_wios_total{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 9090
container_io_wios_total{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 4987
container_io_wios_total{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",major="259",minor="5",namespace="moby",runtime="io.containerd.runc.v2"} 5
# HELP container_memory_active_anon_bytes The active_anon amount
# TYPE container_memory_active_anon_bytes gauge
container_memory_active_anon_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 2.41152e+08
container_memory_active_anon_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 2.34876928e+08
container_memory_active_anon_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 4.5912064e+07
# HELP container_memory_active_file_bytes The active_file amount
# TYPE container_memory_active_file_bytes gauge
container_memory_active_file_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 5.3157888e+07
container_memory_active_file_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 4.7640576e+07
container_memory_active_file_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_anon_bytes The anon amount
# TYPE container_memory_anon_bytes gauge
container_memory_anon_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 2.41246208e+08
container_memory_anon_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 2.34881024e+08
container_memory_anon_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 4.5912064e+07
# HELP container_memory_anon_thp_bytes The anon_thp amount
# TYPE container_memory_anon_thp_bytes gauge
container_memory_anon_thp_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_anon_thp_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_anon_thp_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_file_bytes The file amount
# TYPE container_memory_file_bytes gauge
container_memory_file_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 7.2507392e+07
container_memory_file_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 5.9318272e+07
container_memory_file_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 4096
# HELP container_memory_file_dirty_bytes The file_dirty amount
# TYPE container_memory_file_dirty_bytes gauge
container_memory_file_dirty_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 401408
container_memory_file_dirty_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_file_dirty_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_file_mapped_bytes The file_mapped amount
# TYPE container_memory_file_mapped_bytes gauge
container_memory_file_mapped_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 5.0634752e+07
container_memory_file_mapped_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 4.6907392e+07
container_memory_file_mapped_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_file_writeback_bytes The file_writeback amount
# TYPE container_memory_file_writeback_bytes gauge
container_memory_file_writeback_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_file_writeback_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_file_writeback_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_inactive_anon_bytes The inactive_anon amount
# TYPE container_memory_inactive_anon_bytes gauge
container_memory_inactive_anon_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_inactive_anon_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_inactive_anon_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_inactive_file_bytes The inactive_file amount
# TYPE container_memory_inactive_file_bytes gauge
container_memory_inactive_file_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 1.9345408e+07
container_memory_inactive_file_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 1.1677696e+07
container_memory_inactive_file_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 4096
# HELP container_memory_kernel_stack_bytes The kernel_stack amount
# TYPE container_memory_kernel_stack_bytes gauge
container_memory_kernel_stack_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 1.507328e+06
container_memory_kernel_stack_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 1.523712e+06
container_memory_kernel_stack_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 376832
# HELP container_memory_oom_total The number of times a container has received an oom event
# TYPE container_memory_oom_total gauge
container_memory_oom_total{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_oom_total{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_oom_total{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_pgactivate_bytes The pgactivate amount
# TYPE container_memory_pgactivate_bytes gauge
container_memory_pgactivate_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgactivate_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgactivate_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_pgdeactivate_bytes The pgdeactivate amount
# TYPE container_memory_pgdeactivate_bytes gauge
container_memory_pgdeactivate_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgdeactivate_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgdeactivate_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_pgfault_bytes The pgfault amount
# TYPE container_memory_pgfault_bytes gauge
container_memory_pgfault_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 865652
container_memory_pgfault_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 429040
container_memory_pgfault_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 44998
# HELP container_memory_pglazyfree_bytes The pglazyfree amount
# TYPE container_memory_pglazyfree_bytes gauge
container_memory_pglazyfree_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pglazyfree_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pglazyfree_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_pglazyfreed_bytes The pglazyfreed amount
# TYPE container_memory_pglazyfreed_bytes gauge
container_memory_pglazyfreed_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pglazyfreed_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pglazyfreed_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_pgmajfault_bytes The pgmajfault amount
# TYPE container_memory_pgmajfault_bytes gauge
container_memory_pgmajfault_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 5180
container_memory_pgmajfault_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 2278
container_memory_pgmajfault_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_pgrefill_bytes The pgrefill amount
# TYPE container_memory_pgrefill_bytes gauge
container_memory_pgrefill_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgrefill_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgrefill_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_pgscan_bytes The pgscan amount
# TYPE container_memory_pgscan_bytes gauge
container_memory_pgscan_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgscan_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgscan_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_pgsteal_bytes The pgsteal amount
# TYPE container_memory_pgsteal_bytes gauge
container_memory_pgsteal_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgsteal_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_pgsteal_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_shmem_bytes The shmem amount
# TYPE container_memory_shmem_bytes gauge
container_memory_shmem_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_shmem_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_shmem_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_slab_bytes The slab amount
# TYPE container_memory_slab_bytes gauge
container_memory_slab_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 1.868872e+07
container_memory_slab_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 1.4357024e+07
container_memory_slab_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 1.908528e+06
# HELP container_memory_slab_reclaimable_bytes The slab_reclaimable amount
# TYPE container_memory_slab_reclaimable_bytes gauge
container_memory_slab_reclaimable_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 1.5801168e+07
container_memory_slab_reclaimable_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 1.1462528e+07
container_memory_slab_reclaimable_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 1.349696e+06
# HELP container_memory_slab_unreclaimable_bytes The slab_unreclaimable amount
# TYPE container_memory_slab_unreclaimable_bytes gauge
container_memory_slab_unreclaimable_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 2.887552e+06
container_memory_slab_unreclaimable_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 2.894496e+06
container_memory_slab_unreclaimable_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 558832
# HELP container_memory_sock_bytes The sock amount
# TYPE container_memory_sock_bytes gauge
container_memory_sock_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 761856
container_memory_sock_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_sock_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 4096
# HELP container_memory_swap_limit_bytes Current swap usage limit (cgroup v2)
# TYPE container_memory_swap_limit_bytes gauge
container_memory_swap_limit_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 1.8446744073709552e+19
container_memory_swap_limit_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 1.8446744073709552e+19
container_memory_swap_limit_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 1.8446744073709552e+19
# HELP container_memory_swap_usage_bytes Current swap usage (cgroup v2)
# TYPE container_memory_swap_usage_bytes gauge
container_memory_swap_usage_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_swap_usage_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_swap_usage_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_thp_collapse_alloc_bytes The thp_collapse_alloc amount
# TYPE container_memory_thp_collapse_alloc_bytes gauge
container_memory_thp_collapse_alloc_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_thp_collapse_alloc_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_thp_collapse_alloc_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_thp_fault_alloc_bytes The thp_fault_alloc amount
# TYPE container_memory_thp_fault_alloc_bytes gauge
container_memory_thp_fault_alloc_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_thp_fault_alloc_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_thp_fault_alloc_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_unevictable_bytes The unevictable amount
# TYPE container_memory_unevictable_bytes gauge
container_memory_unevictable_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_unevictable_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_unevictable_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_usage_bytes Current memory usage (cgroup v2)
# TYPE container_memory_usage_bytes gauge
container_memory_usage_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 3.43527424e+08
container_memory_usage_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 3.1889408e+08
container_memory_usage_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 5.0409472e+07
# HELP container_memory_usage_limit_bytes Current memory usage limit (cgroup v2)
# TYPE container_memory_usage_limit_bytes gauge
container_memory_usage_limit_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 4.096e+09
container_memory_usage_limit_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 4.096e+09
container_memory_usage_limit_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 1.024e+09
# HELP container_memory_workingset_activate_bytes The workingset_activate amount
# TYPE container_memory_workingset_activate_bytes gauge
container_memory_workingset_activate_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_workingset_activate_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_workingset_activate_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_workingset_nodereclaim_bytes The workingset_nodereclaim amount
# TYPE container_memory_workingset_nodereclaim_bytes gauge
container_memory_workingset_nodereclaim_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_workingset_nodereclaim_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_workingset_nodereclaim_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_memory_workingset_refault_bytes The workingset_refault amount
# TYPE container_memory_workingset_refault_bytes gauge
container_memory_workingset_refault_bytes{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_workingset_refault_bytes{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 0
container_memory_workingset_refault_bytes{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 0
# HELP container_pids_current The current number of pids (cgroup v2)
# TYPE container_pids_current gauge
container_pids_current{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 92
container_pids_current{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 93
container_pids_current{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 23
# HELP container_pids_limit The limit to the number of pids allowed (cgroup v2)
# TYPE container_pids_limit gauge
container_pids_limit{container_id="51e3cb139e95dab950e416f13ef2b29908571c46a2cc2efe21fb187d3fb2b233",namespace="moby",runtime="io.containerd.runc.v2"} 8192
container_pids_limit{container_id="ad31a5f14f64c7a21484b7226b75b2b32a7c9c338e2815037e960e5392eb05f5",namespace="moby",runtime="io.containerd.runc.v2"} 8192
container_pids_limit{container_id="fbc32883407b0f7a849f2fcb1f3e4d0020c5edbafa5e97e8135a173c0858d704",namespace="moby",runtime="io.containerd.runc.v2"} 2048
# HELP containerd_build_info_total containerd build information
# TYPE containerd_build_info_total counter
containerd_build_info_total{revision="05044ec0a9a75232cad458027ca83437aae3f4da",version="1.7.27"} 1
# HELP containerd_cri_container_list_seconds time to list containers
# TYPE containerd_cri_container_list_seconds histogram
containerd_cri_container_list_seconds_bucket{le="0.005"} 0
containerd_cri_container_list_seconds_bucket{le="0.01"} 0
containerd_cri_container_list_seconds_bucket{le="0.025"} 0
containerd_cri_container_list_seconds_bucket{le="0.05"} 0
containerd_cri_container_list_seconds_bucket{le="0.1"} 0
containerd_cri_container_list_seconds_bucket{le="0.25"} 0
containerd_cri_container_list_seconds_bucket{le="0.5"} 0
containerd_cri_container_list_seconds_bucket{le="1"} 0
containerd_cri_container_list_seconds_bucket{le="2.5"} 0
containerd_cri_container_list_seconds_bucket{le="5"} 0
containerd_cri_container_list_seconds_bucket{le="10"} 0
containerd_cri_container_list_seconds_bucket{le="+Inf"} 0
containerd_cri_container_list_seconds_sum 0
containerd_cri_container_list_seconds_count 0
# HELP containerd_cri_image_pulling_throughput image pull throughput
# TYPE containerd_cri_image_pulling_throughput histogram
containerd_cri_image_pulling_throughput_bucket{le="0.005"} 0
containerd_cri_image_pulling_throughput_bucket{le="0.01"} 0
containerd_cri_image_pulling_throughput_bucket{le="0.025"} 0
containerd_cri_image_pulling_throughput_bucket{le="0.05"} 0
containerd_cri_image_pulling_throughput_bucket{le="0.1"} 0
containerd_cri_image_pulling_throughput_bucket{le="0.25"} 0
containerd_cri_image_pulling_throughput_bucket{le="0.5"} 0
containerd_cri_image_pulling_throughput_bucket{le="1"} 0
containerd_cri_image_pulling_throughput_bucket{le="2.5"} 0
containerd_cri_image_pulling_throughput_bucket{le="5"} 0
containerd_cri_image_pulling_throughput_bucket{le="10"} 0
containerd_cri_image_pulling_throughput_bucket{le="+Inf"} 0
containerd_cri_image_pulling_throughput_sum 0
containerd_cri_image_pulling_throughput_count 0
# HELP containerd_cri_in_progress_image_pulls_total in progress pulls
# TYPE containerd_cri_in_progress_image_pulls_total gauge
containerd_cri_in_progress_image_pulls_total 0
# HELP containerd_cri_input_bytes_total Size of logs received
# TYPE containerd_cri_input_bytes_total counter
containerd_cri_input_bytes_total 0
# HELP containerd_cri_input_entries_total Number of log entries received
# TYPE containerd_cri_input_entries_total counter
containerd_cri_input_entries_total 0
# HELP containerd_cri_output_bytes_total Size of logs successfully written to disk
# TYPE containerd_cri_output_bytes_total counter
containerd_cri_output_bytes_total 0
# HELP containerd_cri_output_entries_total Number of log entries successfully written to disk
# TYPE containerd_cri_output_entries_total counter
containerd_cri_output_entries_total 0
# HELP containerd_cri_sandbox_create_network_seconds time to create the network for a sandbox
# TYPE containerd_cri_sandbox_create_network_seconds histogram
containerd_cri_sandbox_create_network_seconds_bucket{le="0.005"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="0.01"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="0.025"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="0.05"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="0.1"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="0.25"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="0.5"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="1"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="2.5"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="5"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="10"} 0
containerd_cri_sandbox_create_network_seconds_bucket{le="+Inf"} 0
containerd_cri_sandbox_create_network_seconds_sum 0
containerd_cri_sandbox_create_network_seconds_count 0
# HELP containerd_cri_sandbox_delete_network_seconds time to delete a sandbox's network
# TYPE containerd_cri_sandbox_delete_network_seconds histogram
containerd_cri_sandbox_delete_network_seconds_bucket{le="0.005"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="0.01"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="0.025"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="0.05"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="0.1"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="0.25"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="0.5"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="1"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="2.5"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="5"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="10"} 0
containerd_cri_sandbox_delete_network_seconds_bucket{le="+Inf"} 0
containerd_cri_sandbox_delete_network_seconds_sum 0
containerd_cri_sandbox_delete_network_seconds_count 0
# HELP containerd_cri_sandbox_list_seconds time to list sandboxes
# TYPE containerd_cri_sandbox_list_seconds histogram
containerd_cri_sandbox_list_seconds_bucket{le="0.005"} 0
containerd_cri_sandbox_list_seconds_bucket{le="0.01"} 0
containerd_cri_sandbox_list_seconds_bucket{le="0.025"} 0
containerd_cri_sandbox_list_seconds_bucket{le="0.05"} 0
containerd_cri_sandbox_list_seconds_bucket{le="0.1"} 0
containerd_cri_sandbox_list_seconds_bucket{le="0.25"} 0
containerd_cri_sandbox_list_seconds_bucket{le="0.5"} 0
containerd_cri_sandbox_list_seconds_bucket{le="1"} 0
containerd_cri_sandbox_list_seconds_bucket{le="2.5"} 0
containerd_cri_sandbox_list_seconds_bucket{le="5"} 0
containerd_cri_sandbox_list_seconds_bucket{le="10"} 0
containerd_cri_sandbox_list_seconds_bucket{le="+Inf"} 0
containerd_cri_sandbox_list_seconds_sum 0
containerd_cri_sandbox_list_seconds_count 0
# HELP containerd_cri_sandboxed_container_list_seconds time to list containers
# TYPE containerd_cri_sandboxed_container_list_seconds histogram
containerd_cri_sandboxed_container_list_seconds_bucket{le="0.005"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="0.01"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="0.025"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="0.05"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="0.1"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="0.25"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="0.5"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="1"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="2.5"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="5"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="10"} 0
containerd_cri_sandboxed_container_list_seconds_bucket{le="+Inf"} 0
containerd_cri_sandboxed_container_list_seconds_sum 0
containerd_cri_sandboxed_container_list_seconds_count 0
# HELP containerd_cri_sandboxed_image_pulling_throughput image pull throughput
# TYPE containerd_cri_sandboxed_image_pulling_throughput histogram
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="0.005"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="0.01"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="0.025"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="0.05"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="0.1"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="0.25"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="0.5"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="1"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="2.5"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="5"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="10"} 0
containerd_cri_sandboxed_image_pulling_throughput_bucket{le="+Inf"} 0
containerd_cri_sandboxed_image_pulling_throughput_sum 0
containerd_cri_sandboxed_image_pulling_throughput_count 0
# HELP containerd_cri_sandboxed_in_progress_image_pulls_total in progress pulls
# TYPE containerd_cri_sandboxed_in_progress_image_pulls_total gauge
containerd_cri_sandboxed_in_progress_image_pulls_total 0
# HELP containerd_cri_sandboxed_sandbox_create_network_seconds time to create the network for a sandbox
# TYPE containerd_cri_sandboxed_sandbox_create_network_seconds histogram
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="0.005"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="0.01"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="0.025"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="0.05"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="0.1"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="0.25"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="0.5"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="1"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="2.5"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="5"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="10"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_bucket{le="+Inf"} 0
containerd_cri_sandboxed_sandbox_create_network_seconds_sum 0
containerd_cri_sandboxed_sandbox_create_network_seconds_count 0
# HELP containerd_cri_sandboxed_sandbox_delete_network_seconds time to delete a sandbox's network
# TYPE containerd_cri_sandboxed_sandbox_delete_network_seconds histogram
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="0.005"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="0.01"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="0.025"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="0.05"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="0.1"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="0.25"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="0.5"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="1"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="2.5"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="5"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="10"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_bucket{le="+Inf"} 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_sum 0
containerd_cri_sandboxed_sandbox_delete_network_seconds_count 0
# HELP containerd_cri_sandboxed_sandbox_list_seconds time to list sandboxes
# TYPE containerd_cri_sandboxed_sandbox_list_seconds histogram
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="0.005"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="0.01"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="0.025"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="0.05"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="0.1"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="0.25"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="0.5"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="1"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="2.5"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="5"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="10"} 0
containerd_cri_sandboxed_sandbox_list_seconds_bucket{le="+Inf"} 0
containerd_cri_sandboxed_sandbox_list_seconds_sum 0
containerd_cri_sandboxed_sandbox_list_seconds_count 0
# HELP containerd_cri_split_entries_total Number of extra log entries created by splitting the original log entry. This happens when the original log entry exceeds length limit. This metric does not count the original log entry.
# TYPE containerd_cri_split_entries_total counter
containerd_cri_split_entries_total 0
# HELP containerd_gc_collections_total counter of gc scheduler collections
# TYPE containerd_gc_collections_total counter
containerd_gc_collections_total{status="success"} 74
# HELP containerd_gc_gc_seconds duration of gc scheduler collections
# TYPE containerd_gc_gc_seconds histogram
containerd_gc_gc_seconds_bucket{le="0.005"} 0
containerd_gc_gc_seconds_bucket{le="0.01"} 0
containerd_gc_gc_seconds_bucket{le="0.025"} 0
containerd_gc_gc_seconds_bucket{le="0.05"} 57
containerd_gc_gc_seconds_bucket{le="0.1"} 73
containerd_gc_gc_seconds_bucket{le="0.25"} 74
containerd_gc_gc_seconds_bucket{le="0.5"} 74
containerd_gc_gc_seconds_bucket{le="1"} 74
containerd_gc_gc_seconds_bucket{le="2.5"} 74
containerd_gc_gc_seconds_bucket{le="5"} 74
containerd_gc_gc_seconds_bucket{le="10"} 74
containerd_gc_gc_seconds_bucket{le="+Inf"} 74
containerd_gc_gc_seconds_sum 3.522620722000002
containerd_gc_gc_seconds_count 74
# 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"} 2.2301e-05
go_gc_duration_seconds{quantile="0.25"} 5.2172e-05
go_gc_duration_seconds{quantile="0.5"} 0.000134127
go_gc_duration_seconds{quantile="0.75"} 0.000309776
go_gc_duration_seconds{quantile="1"} 0.002252311
go_gc_duration_seconds_sum 0.430939056
go_gc_duration_seconds_count 2051
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 43
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.23.7"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 9.542576e+06
# 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 2.487407068e+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 2.076905e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 3.88072435e+08
# 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 5.073112e+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 9.542576e+06
# 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 1.406976e+08
# 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 1.298432e+07
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 103921
# 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.30015232e+08
# 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 1.5368192e+08
# 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.7532543181394188e+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 3.88176356e+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 19200
# 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 31200
# 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 318240
# 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 2.02368e+06
# 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 1.3218264e+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 2.570375e+06
# 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 1.507328e+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 1.507328e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 1.6696452e+08
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 23
# HELP grpc_server_handled_total Total number of RPCs completed on the server, regardless of success or failure.
# TYPE grpc_server_handled_total counter
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 6
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 47
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 17
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 6
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 60
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 6
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 54
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 1584
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 5
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 306
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 61
grpc_server_handled_total{grpc_code="OK",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 8
grpc_server_handled_total{grpc_code="OK",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 2
grpc_server_handled_total{grpc_code="OK",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 77
grpc_server_handled_total{grpc_code="OK",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 55
grpc_server_handled_total{grpc_code="OK",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 23
grpc_server_handled_total{grpc_code="OK",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 165
grpc_server_handled_total{grpc_code="OK",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 55
grpc_server_handled_total{grpc_code="OK",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 54
grpc_server_handled_total{grpc_code="OK",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 6
grpc_server_handled_total{grpc_code="OK",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 166
grpc_server_handled_total{grpc_code="OK",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 54
grpc_server_handled_total{grpc_code="OK",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 17
grpc_server_handled_total{grpc_code="OK",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 109
grpc_server_handled_total{grpc_code="OK",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 198
grpc_server_handled_total{grpc_code="OK",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 54
grpc_server_handled_total{grpc_code="OK",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 132708
grpc_server_handled_total{grpc_code="OK",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 4
grpc_server_handled_total{grpc_code="OK",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 5780
grpc_server_handled_total{grpc_code="OK",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 72
grpc_server_handled_total{grpc_code="OK",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 254
grpc_server_handled_total{grpc_code="OK",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 181
grpc_server_handled_total{grpc_code="OK",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 141
grpc_server_handled_total{grpc_code="OK",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 37722
grpc_server_handled_total{grpc_code="OK",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 24
grpc_server_handled_total{grpc_code="OK",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 50
grpc_server_handled_total{grpc_code="OK",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 55
grpc_server_handled_total{grpc_code="OK",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 46419
grpc_server_handled_total{grpc_code="OK",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 117
grpc_server_handled_total{grpc_code="OK",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 6
grpc_server_handled_total{grpc_code="OK",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 1
grpc_server_handled_total{grpc_code="OK",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 46193
grpc_server_handled_total{grpc_code="OK",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 6
grpc_server_handled_total{grpc_code="OK",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 22
grpc_server_handled_total{grpc_code="OK",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 48
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 0
# HELP grpc_server_msg_received_total Total number of RPC stream messages received on the server.
# TYPE grpc_server_msg_received_total counter
grpc_server_msg_received_total{grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 61
grpc_server_msg_received_total{grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 8
grpc_server_msg_received_total{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 2
grpc_server_msg_received_total{grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 77
grpc_server_msg_received_total{grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 55
grpc_server_msg_received_total{grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 29
grpc_server_msg_received_total{grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 165
grpc_server_msg_received_total{grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 55
grpc_server_msg_received_total{grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 54
grpc_server_msg_received_total{grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 12
grpc_server_msg_received_total{grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 167
grpc_server_msg_received_total{grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 54
grpc_server_msg_received_total{grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 17
grpc_server_msg_received_total{grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 169
grpc_server_msg_received_total{grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 204
grpc_server_msg_received_total{grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 108
grpc_server_msg_received_total{grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 134292
grpc_server_msg_received_total{grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 4
grpc_server_msg_received_total{grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_msg_received_total{grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 5780
grpc_server_msg_received_total{grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_msg_received_total{grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 72
grpc_server_msg_received_total{grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_msg_received_total{grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 254
grpc_server_msg_received_total{grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 181
grpc_server_msg_received_total{grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 188
grpc_server_msg_received_total{grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 37722
grpc_server_msg_received_total{grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 24
grpc_server_msg_received_total{grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 50
grpc_server_msg_received_total{grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 55
grpc_server_msg_received_total{grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 46424
grpc_server_msg_received_total{grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_msg_received_total{grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 2
grpc_server_msg_received_total{grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 117
grpc_server_msg_received_total{grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 6
grpc_server_msg_received_total{grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 1
grpc_server_msg_received_total{grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 46499
grpc_server_msg_received_total{grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 6
grpc_server_msg_received_total{grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 22
grpc_server_msg_received_total{grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_msg_received_total{grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 209
# HELP grpc_server_msg_sent_total Total number of gRPC stream messages sent by the server.
# TYPE grpc_server_msg_sent_total counter
grpc_server_msg_sent_total{grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 61
grpc_server_msg_sent_total{grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 8
grpc_server_msg_sent_total{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 2
grpc_server_msg_sent_total{grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 77
grpc_server_msg_sent_total{grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 55
grpc_server_msg_sent_total{grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 23
grpc_server_msg_sent_total{grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 165
grpc_server_msg_sent_total{grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 55
grpc_server_msg_sent_total{grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 54
grpc_server_msg_sent_total{grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 6
grpc_server_msg_sent_total{grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 166
grpc_server_msg_sent_total{grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 54
grpc_server_msg_sent_total{grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 17
grpc_server_msg_sent_total{grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 109
grpc_server_msg_sent_total{grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 198
grpc_server_msg_sent_total{grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 54
grpc_server_msg_sent_total{grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 132708
grpc_server_msg_sent_total{grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 4
grpc_server_msg_sent_total{grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_msg_sent_total{grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 5780
grpc_server_msg_sent_total{grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_msg_sent_total{grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 72
grpc_server_msg_sent_total{grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_msg_sent_total{grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 254
grpc_server_msg_sent_total{grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 181
grpc_server_msg_sent_total{grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 141
grpc_server_msg_sent_total{grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 37722
grpc_server_msg_sent_total{grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 24
grpc_server_msg_sent_total{grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 50
grpc_server_msg_sent_total{grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 55
grpc_server_msg_sent_total{grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 46419
grpc_server_msg_sent_total{grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_msg_sent_total{grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 218
grpc_server_msg_sent_total{grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 117
grpc_server_msg_sent_total{grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 6
grpc_server_msg_sent_total{grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 1
grpc_server_msg_sent_total{grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 46193
grpc_server_msg_sent_total{grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 6
grpc_server_msg_sent_total{grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 22
grpc_server_msg_sent_total{grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_msg_sent_total{grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 240
# HELP grpc_server_started_total Total number of RPCs started on the server.
# TYPE grpc_server_started_total counter
grpc_server_started_total{grpc_method="Abort",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="AddResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 61
grpc_server_started_total{grpc_method="Apply",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 8
grpc_server_started_total{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 2
grpc_server_started_total{grpc_method="Checkpoint",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Cleanup",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="CloseIO",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Commit",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 77
grpc_server_started_total{grpc_method="Create",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 55
grpc_server_started_total{grpc_method="Create",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 29
grpc_server_started_total{grpc_method="Create",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 165
grpc_server_started_total{grpc_method="Create",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Create",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Create",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 55
grpc_server_started_total{grpc_method="Delete",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 54
grpc_server_started_total{grpc_method="Delete",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Delete",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 12
grpc_server_started_total{grpc_method="Delete",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 167
grpc_server_started_total{grpc_method="Delete",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Delete",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Delete",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 54
grpc_server_started_total{grpc_method="DeleteProcess",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="DeleteResource",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Diff",grpc_service="containerd.services.diff.v1.Diff",grpc_type="unary"} 17
grpc_server_started_total{grpc_method="Exec",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Forward",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Get",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 169
grpc_server_started_total{grpc_method="Get",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 204
grpc_server_started_total{grpc_method="Get",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Get",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Get",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 108
grpc_server_started_total{grpc_method="Info",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 134292
grpc_server_started_total{grpc_method="Kill",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 4
grpc_server_started_total{grpc_method="List",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="List",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 0
grpc_server_started_total{grpc_method="List",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 5780
grpc_server_started_total{grpc_method="List",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="List",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="List",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="List",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="server_stream"} 0
grpc_server_started_total{grpc_method="List",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="ListPids",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="ListResources",grpc_service="containerd.services.leases.v1.Leases",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="ListStatuses",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 72
grpc_server_started_total{grpc_method="ListStream",grpc_service="containerd.services.containers.v1.Containers",grpc_type="server_stream"} 0
grpc_server_started_total{grpc_method="Metrics",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Metrics",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 254
grpc_server_started_total{grpc_method="Mounts",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 181
grpc_server_started_total{grpc_method="Pause",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Platform",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="PluginInfo",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Plugins",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Prepare",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 188
grpc_server_started_total{grpc_method="Publish",grpc_service="containerd.services.events.v1.Events",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Read",grpc_service="containerd.services.content.v1.Content",grpc_type="server_stream"} 37722
grpc_server_started_total{grpc_method="Remove",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 24
grpc_server_started_total{grpc_method="ResizePty",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Resume",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Server",grpc_service="containerd.services.introspection.v1.Introspection",grpc_type="unary"} 50
grpc_server_started_total{grpc_method="Shutdown",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Start",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Start",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 55
grpc_server_started_total{grpc_method="Stat",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 46424
grpc_server_started_total{grpc_method="Status",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Status",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Stop",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Stream",grpc_service="containerd.services.streaming.v1.Streaming",grpc_type="bidi_stream"} 0
grpc_server_started_total{grpc_method="Subscribe",grpc_service="containerd.services.events.v1.Events",grpc_type="server_stream"} 2
grpc_server_started_total{grpc_method="Transfer",grpc_service="containerd.services.transfer.v1.Transfer",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Update",grpc_service="containerd.services.containers.v1.Containers",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Update",grpc_service="containerd.services.content.v1.Content",grpc_type="unary"} 117
grpc_server_started_total{grpc_method="Update",grpc_service="containerd.services.images.v1.Images",grpc_type="unary"} 6
grpc_server_started_total{grpc_method="Update",grpc_service="containerd.services.namespaces.v1.Namespaces",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Update",grpc_service="containerd.services.sandbox.v1.Store",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Update",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Update",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 1
grpc_server_started_total{grpc_method="Usage",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 46499
grpc_server_started_total{grpc_method="Version",grpc_service="containerd.services.version.v1.Version",grpc_type="unary"} 6
grpc_server_started_total{grpc_method="View",grpc_service="containerd.services.snapshots.v1.Snapshots",grpc_type="unary"} 22
grpc_server_started_total{grpc_method="Wait",grpc_service="containerd.services.sandbox.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Wait",grpc_service="containerd.services.tasks.v1.Tasks",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Watch",grpc_service="grpc.health.v1.Health",grpc_type="server_stream"} 0
grpc_server_started_total{grpc_method="Write",grpc_service="containerd.services.content.v1.Content",grpc_type="bidi_stream"} 65
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 98.77
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.2e+07
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 27
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.14384896e+08
# 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.75325420975e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.118329856e+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.8446744073709552e+19
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 0
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment