# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 5.5001e-05 go_gc_duration_seconds{quantile="0.25"} 5.7591e-05 go_gc_duration_seconds{quantile="0.5"} 5.854e-05 go_gc_duration_seconds{quantile="0.75"} 5.947e-05 go_gc_duration_seconds{quantile="1"} 0.000141842 go_gc_duration_seconds_sum 1.648346404 go_gc_duration_seconds_count 26040 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 36 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.22.2 X:nocoverageredesign"} 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.6198912e+07 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.980933664e+09 # 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.734626e+06 # HELP go_memstats_frees_total Total number of frees. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.3568344e+07 # 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 4.329248e+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.6198912e+07 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.622656e+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.0284928e+07 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 33192 # 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 7.032832e+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 1.36511488e+08 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7337074847934833e+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 1.3601536e+07 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 4800 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # 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 252640 # 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 848640 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.13655968e+08 # 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 767542 # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.900544e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.900544e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.46107688e+08 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 40 # 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="Canceled",grpc_method="GetRepositoryStorageLocation",grpc_service="ld.services.dolthubapi.internal.v1alpha1.RepositoryService",grpc_type="unary"} 6 grpc_client_handled_total{grpc_code="OK",grpc_method="AuthorizeRepositoryAccess",grpc_service="ld.services.doltremoteauth.v1alpha1.DoltRemoteAuthService",grpc_type="unary"} 2 grpc_client_handled_total{grpc_code="OK",grpc_method="GetRepositoryStorageLocation",grpc_service="ld.services.dolthubapi.internal.v1alpha1.RepositoryService",grpc_type="unary"} 9007 grpc_client_handled_total{grpc_code="OK",grpc_method="UpdateRepositoryForCommit",grpc_service="ld.services.dolthubapi.internal.v1alpha1.RepositoryService",grpc_type="unary"} 12 # HELP grpc_client_msg_received_total Total number of RPC stream messages received by the client. # TYPE grpc_client_msg_received_total counter grpc_client_msg_received_total{grpc_method="GetRepositoryStorageLocation",grpc_service="ld.services.dolthubapi.internal.v1alpha1.RepositoryService",grpc_type="unary"} 6 # 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="AuthorizeRepositoryAccess",grpc_service="ld.services.doltremoteauth.v1alpha1.DoltRemoteAuthService",grpc_type="unary"} 2 grpc_client_msg_sent_total{grpc_method="GetRepositoryStorageLocation",grpc_service="ld.services.dolthubapi.internal.v1alpha1.RepositoryService",grpc_type="unary"} 9013 grpc_client_msg_sent_total{grpc_method="UpdateRepositoryForCommit",grpc_service="ld.services.dolthubapi.internal.v1alpha1.RepositoryService",grpc_type="unary"} 12 # 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="AuthorizeRepositoryAccess",grpc_service="ld.services.doltremoteauth.v1alpha1.DoltRemoteAuthService",grpc_type="unary"} 2 grpc_client_started_total{grpc_method="GetRepositoryStorageLocation",grpc_service="ld.services.dolthubapi.internal.v1alpha1.RepositoryService",grpc_type="unary"} 9013 grpc_client_started_total{grpc_method="UpdateRepositoryForCommit",grpc_service="ld.services.dolthubapi.internal.v1alpha1.RepositoryService",grpc_type="unary"} 12 # 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="Canceled",grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream"} 6 grpc_server_handled_total{grpc_code="OK",grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_handled_total{grpc_code="OK",grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8849 grpc_server_handled_total{grpc_code="OK",grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_handled_total{grpc_code="OK",grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 7 grpc_server_handled_total{grpc_code="OK",grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8849 grpc_server_handled_total{grpc_code="OK",grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream"} 3612 grpc_server_handled_total{grpc_code="PermissionDenied",grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 2 # 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="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.005"} 0 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.01"} 10 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.025"} 12 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.05"} 12 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.1"} 12 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.25"} 12 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.5"} 12 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="1"} 12 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="2.5"} 12 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="5"} 12 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="10"} 12 grpc_server_handling_seconds_bucket{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="+Inf"} 12 grpc_server_handling_seconds_sum{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 0.099737435 grpc_server_handling_seconds_count{grpc_method="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.005"} 2744 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.01"} 6349 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.025"} 7473 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.05"} 7986 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.1"} 8565 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.25"} 8845 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.5"} 8851 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="1"} 8851 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="2.5"} 8851 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="5"} 8851 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="10"} 8851 grpc_server_handling_seconds_bucket{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="+Inf"} 8851 grpc_server_handling_seconds_sum{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 153.20750272600003 grpc_server_handling_seconds_count{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8851 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.005"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.01"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.025"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.05"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.1"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.25"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.5"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="1"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="2.5"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="5"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="10"} 12 grpc_server_handling_seconds_bucket{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="+Inf"} 12 grpc_server_handling_seconds_sum{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 0.008916383000000002 grpc_server_handling_seconds_count{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.005"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.01"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.025"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.05"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.1"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.25"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.5"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="1"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="2.5"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="5"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="10"} 7 grpc_server_handling_seconds_bucket{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="+Inf"} 7 grpc_server_handling_seconds_sum{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 0.003934532 grpc_server_handling_seconds_count{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 7 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.005"} 8787 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.01"} 8838 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.025"} 8847 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.05"} 8849 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.1"} 8849 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.25"} 8849 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="0.5"} 8849 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="1"} 8849 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="2.5"} 8849 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="5"} 8849 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="10"} 8849 grpc_server_handling_seconds_bucket{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary",le="+Inf"} 8849 grpc_server_handling_seconds_sum{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 7.118114456000001 grpc_server_handling_seconds_count{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8849 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="0.005"} 3520 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="0.01"} 3578 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="0.025"} 3607 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="0.05"} 3614 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="0.1"} 3618 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="0.25"} 3618 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="0.5"} 3618 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="1"} 3618 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="2.5"} 3618 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="5"} 3618 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="10"} 3618 grpc_server_handling_seconds_bucket{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream",le="+Inf"} 3618 grpc_server_handling_seconds_sum{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream"} 3.4698519969999997 grpc_server_handling_seconds_count{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream"} 3618 # 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="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_msg_received_total{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8851 grpc_server_msg_received_total{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_msg_received_total{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 7 grpc_server_msg_received_total{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8849 grpc_server_msg_received_total{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream"} 3704 # 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="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_msg_sent_total{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8849 grpc_server_msg_sent_total{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_msg_sent_total{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 7 grpc_server_msg_sent_total{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8849 grpc_server_msg_sent_total{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream"} 3698 # 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="Commit",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_started_total{grpc_method="GetRepoMetadata",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8851 grpc_server_started_total{grpc_method="GetUploadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 12 grpc_server_started_total{grpc_method="HasChunks",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 7 grpc_server_started_total{grpc_method="Root",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="unary"} 8849 grpc_server_started_total{grpc_method="StreamDownloadLocations",grpc_service="dolt.services.remotesapi.v1alpha1.ChunkStoreService",grpc_type="bidi_stream"} 3618 # HELP nbs_cached_db_sizes_sum Sum of repo sizes in nbs cache # TYPE nbs_cached_db_sizes_sum gauge nbs_cached_db_sizes_sum 4.295228116e+09 # HELP nbs_quota_usage Amount of quota used # TYPE nbs_quota_usage gauge nbs_quota_usage 3.456016e+07 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 309.42 # 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 142 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.08822528e+08 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.73032691391e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 2.56366592e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 17 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0