Skip to content

Instantly share code, notes, and snippets.

@apricote
Created October 17, 2019 20:41
Show Gist options
  • Save apricote/84ca8165255f022f0e5d46b47df4bd28 to your computer and use it in GitHub Desktop.
Save apricote/84ca8165255f022f0e5d46b47df4bd28 to your computer and use it in GitHub Desktop.
hcloud/csi-driver Prometheus Metrics
# HELP go_gc_duration_seconds A summary of the GC invocation durations.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 3.8989e-05
go_gc_duration_seconds{quantile="0.25"} 4.4977e-05
go_gc_duration_seconds{quantile="0.5"} 8.0365e-05
go_gc_duration_seconds{quantile="0.75"} 0.000108144
go_gc_duration_seconds{quantile="1"} 0.000139781
go_gc_duration_seconds_sum 0.000412256
go_gc_duration_seconds_count 5
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 20
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.13.1"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 5.083896e+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 1.4624224e+07
# 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 1.444604e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 232658
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 0.00018310722283857326
# 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 2.381824e+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 5.083896e+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 5.971968e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 6.897664e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 31325
# 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 5.9711488e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.6617344e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.5713445934850795e+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 263983
# 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 3472
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 16384
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 61608
# 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 81920
# 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 7.492192e+06
# 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 728572
# 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 491520
# 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 491520
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 7.1762168e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 7
# 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="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Aborted",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Canceled",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DataLoss",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="DeadlineExceeded",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Internal",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="NotFound",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 2
grpc_server_handled_total{grpc_code="OK",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 1
grpc_server_handled_total{grpc_code="OK",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_handled_total{grpc_code="OK",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_handled_total{grpc_code="OK",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OK",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_handled_total{grpc_code="OK",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="OutOfRange",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="ResourceExhausted",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unauthenticated",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unavailable",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unimplemented",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_handled_total{grpc_code="Unknown",grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
# HELP grpc_server_handling_seconds Histogram of response latency (seconds) of gRPC that had been application-level handled by the server.
# TYPE grpc_server_handling_seconds histogram
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 2
grpc_server_handling_seconds_sum{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 3.2825e-05
grpc_server_handling_seconds_count{grpc_method="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 2
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 1
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 1
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 1
grpc_server_handling_seconds_bucket{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 1
grpc_server_handling_seconds_sum{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 2.313842246
grpc_server_handling_seconds_count{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 1
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.005"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.01"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.025"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.05"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.1"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.25"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="1"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="2.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="5"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="10"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary",le="+Inf"} 2
grpc_server_handling_seconds_sum{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 3.1543e-05
grpc_server_handling_seconds_count{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.005"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.01"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.025"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.05"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.1"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.25"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="1"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="2.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="5"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="10"} 2
grpc_server_handling_seconds_bucket{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary",le="+Inf"} 2
grpc_server_handling_seconds_sum{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 3.1525999999999996e-05
grpc_server_handling_seconds_count{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.005"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.01"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.025"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.05"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.1"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.25"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="1"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="2.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="5"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="10"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="+Inf"} 2
grpc_server_handling_seconds_sum{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 3.0037e-05
grpc_server_handling_seconds_count{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.005"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.01"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.025"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.05"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.25"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="0.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="1"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="2.5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="5"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="10"} 0
grpc_server_handling_seconds_bucket{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary",le="+Inf"} 0
grpc_server_handling_seconds_sum{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_handling_seconds_count{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 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="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 2
grpc_server_msg_received_total{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 1
grpc_server_msg_received_total{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_msg_received_total{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_msg_received_total{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_msg_received_total{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
# 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="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 2
grpc_server_msg_sent_total{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 1
grpc_server_msg_sent_total{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_msg_sent_total{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_msg_sent_total{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_msg_sent_total{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
# 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="ControllerGetCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 2
grpc_server_started_total{grpc_method="ControllerPublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="ControllerUnpublishVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 1
grpc_server_started_total{grpc_method="CreateSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="CreateVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="DeleteSnapshot",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="DeleteVolume",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="GetCapacity",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_started_total{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_started_total{grpc_method="ListSnapshots",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="ListVolumes",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="NodeGetCapabilities",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="NodeGetVolumeStats",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="NodePublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="NodeStageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="NodeUnpublishVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="NodeUnstageVolume",grpc_service="csi.v1.Node",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_started_total{grpc_method="ValidateVolumeCapabilities",grpc_service="csi.v1.Controller",grpc_type="unary"} 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment