Skip to content

Instantly share code, notes, and snippets.

@painhardcore
Created December 21, 2020 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save painhardcore/82f2f1898dd49cb8178acf7033d69049 to your computer and use it in GitHub Desktop.
Save painhardcore/82f2f1898dd49cb8178acf7033d69049 to your computer and use it in GitHub Desktop.
CSI node GRPC 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.7071e-05
go_gc_duration_seconds{quantile="0.25"} 6.7989e-05
go_gc_duration_seconds{quantile="0.5"} 7.9453e-05
go_gc_duration_seconds{quantile="0.75"} 9.1909e-05
go_gc_duration_seconds{quantile="1"} 0.00026005
go_gc_duration_seconds_sum 0.005024303
go_gc_duration_seconds_count 58
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 80
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.15.2"} 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.544416e+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.53562376e+08
# 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.46362e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 461539
# 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 3.0345310055557324e-05
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 5.15172e+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.544416e+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.8703872e+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 7.421952e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 25821
# 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.7933824e+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.6125824e+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.6082098964490285e+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 487360
# 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 6944
# 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 114784
# 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 131072
# 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.418976e+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 922324
# 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 983040
# 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 983040
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 7.4793984e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 10
# HELP grpc_client_handled_total Total number of RPCs completed by the client, regardless of success or failure.
# TYPE grpc_client_handled_total counter
grpc_client_handled_total{grpc_code="OK",grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary"} 82
# HELP grpc_client_handling_seconds Histogram of response latency (seconds) of the gRPC until it is finished by the application.
# TYPE grpc_client_handling_seconds histogram
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="0.005"} 81
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="0.01"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="0.025"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="0.05"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="0.1"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="0.25"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="0.5"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="1"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="2.5"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="5"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="10"} 82
grpc_client_handling_seconds_bucket{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary",le="+Inf"} 82
grpc_client_handling_seconds_sum{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary"} 0.09732895099999998
grpc_client_handling_seconds_count{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary"} 82
# HELP grpc_client_msg_sent_total Total number of gRPC stream messages sent by the client.
# TYPE grpc_client_msg_sent_total counter
grpc_client_msg_sent_total{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary"} 82
# HELP grpc_client_started_total Total number of RPCs started on the client.
# TYPE grpc_client_started_total counter
grpc_client_started_total{grpc_method="GetDrivesList",grpc_service="v1api.DriveService",grpc_type="unary"} 82
# 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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="OK",grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 822
grpc_server_handled_total{grpc_code="OK",grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
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="NodeExpandVolume",grpc_service="csi.v1.Node",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"} 2
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"} 217
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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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="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="NodeExpandVolume",grpc_service="csi.v1.Node",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
# 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="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="0.005"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="0.01"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="0.025"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="0.05"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="0.1"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="0.25"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="0.5"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="1"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="2.5"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="5"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="10"} 822
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary",le="+Inf"} 822
grpc_server_handling_seconds_sum{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 0.02055829700000001
grpc_server_handling_seconds_count{grpc_method="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 822
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"} 5.2704e-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="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.005"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.01"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.025"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.05"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.1"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.25"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="0.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="1"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="2.5"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="5"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="10"} 2
grpc_server_handling_seconds_bucket{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary",le="+Inf"} 2
grpc_server_handling_seconds_sum{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 0.001092169
grpc_server_handling_seconds_count{grpc_method="NodeGetInfo",grpc_service="csi.v1.Node",grpc_type="unary"} 2
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.005"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.01"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.025"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.05"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.1"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.25"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="0.5"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="1"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="2.5"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="5"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="10"} 217
grpc_server_handling_seconds_bucket{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary",le="+Inf"} 217
grpc_server_handling_seconds_sum{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 0.022999717000000006
grpc_server_handling_seconds_count{grpc_method="Probe",grpc_service="csi.v1.Identity",grpc_type="unary"} 217
# 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="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 822
grpc_server_msg_received_total{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_msg_received_total{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_msg_received_total{grpc_method="NodeExpandVolume",grpc_service="csi.v1.Node",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"} 2
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"} 217
# 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="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 822
grpc_server_msg_sent_total{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_msg_sent_total{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_msg_sent_total{grpc_method="NodeExpandVolume",grpc_service="csi.v1.Node",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"} 2
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"} 217
# 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="Check",grpc_service="grpc.health.v1.Health",grpc_type="unary"} 822
grpc_server_started_total{grpc_method="GetPluginCapabilities",grpc_service="csi.v1.Identity",grpc_type="unary"} 0
grpc_server_started_total{grpc_method="GetPluginInfo",grpc_service="csi.v1.Identity",grpc_type="unary"} 2
grpc_server_started_total{grpc_method="NodeExpandVolume",grpc_service="csi.v1.Node",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"} 2
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"} 217
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 7.3
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 15
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 3.3992704e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.60820745365e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 7.53229824e+08
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes -1
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 0
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment