# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 2570 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 1982903 # HELP dotnet_gc_memory_total_available_bytes The upper limit on the amount of physical memory .NET can allocate to # TYPE dotnet_gc_memory_total_available_bytes gauge dotnet_gc_memory_total_available_bytes 2249997312 # HELP dotnet_gc_pause_ratio The percentage of time the process spent paused for garbage collection # TYPE dotnet_gc_pause_ratio gauge dotnet_gc_pause_ratio 0 # HELP dotnet_gc_heap_size_bytes The current size of all heaps (only updated after a garbage collection) # TYPE dotnet_gc_heap_size_bytes gauge dotnet_gc_heap_size_bytes{gc_generation="0"} 3477448 dotnet_gc_heap_size_bytes{gc_generation="1"} 1449272 dotnet_gc_heap_size_bytes{gc_generation="2"} 85053088 dotnet_gc_heap_size_bytes{gc_generation="loh"} 7309752 # HELP dotnet_gc_collection_count_total Counts the number of garbage collections that have occurred, broken down by generation number. # TYPE dotnet_gc_collection_count_total counter dotnet_gc_collection_count_total{gc_generation="0"} 24580 dotnet_gc_collection_count_total{gc_generation="1"} 5395 dotnet_gc_collection_count_total{gc_generation="2"} 131 # HELP dotnet_gc_allocated_bytes_total The total number of bytes allocated on the managed heap # TYPE dotnet_gc_allocated_bytes_total counter dotnet_gc_allocated_bytes_total 360460223368 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 10975529 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 179080 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 5 # HELP dotnet_threadpool_throughput_total The total number of work items that have finished execution in the thread pool # TYPE dotnet_threadpool_throughput_total counter dotnet_threadpool_throughput_total 68859350 # HELP dotnet_threadpool_queue_length Measures the queue length of the thread pool. Values greater than 0 indicate a backlog of work for the threadpool to process. # TYPE dotnet_threadpool_queue_length histogram dotnet_threadpool_queue_length_sum 6717 dotnet_threadpool_queue_length_count 3846736 dotnet_threadpool_queue_length_bucket{le="0"} 3840373 dotnet_threadpool_queue_length_bucket{le="1"} 3846537 dotnet_threadpool_queue_length_bucket{le="10"} 3846734 dotnet_threadpool_queue_length_bucket{le="100"} 3846736 dotnet_threadpool_queue_length_bucket{le="1000"} 3846736 dotnet_threadpool_queue_length_bucket{le="+Inf"} 3846736 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 28 # HELP dotnet_build_info Build information about prometheus-net.DotNetRuntime and the environment # TYPE dotnet_build_info gauge dotnet_build_info{version="4.4.0.0",target_framework=".NETCoreApp,Version=v8.0",runtime_version=".NET 8.0.16",os_version="Debian GNU/Linux 12 (bookworm)",process_architecture="X64",gc_mode="Server"} 1 # HELP process_cpu_count The number of processor cores available to this process. # TYPE process_cpu_count gauge process_cpu_count 2 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 1.1086335971411614 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 716.914688 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 72.015664 # HELP runtime_gc_gen0_count GC Count (Gen 0) # TYPE runtime_gc_gen0_count gauge runtime_gc_gen0_count 0 # HELP runtime_gc_gen1_count GC Count (Gen 1) # TYPE runtime_gc_gen1_count gauge runtime_gc_gen1_count 0 # HELP runtime_gc_gen2_count GC Count (Gen 2) # TYPE runtime_gc_gen2_count gauge runtime_gc_gen2_count 0 # HELP runtime_threadpool_threads_total ThreadPool Thread Count # TYPE runtime_threadpool_threads_total gauge runtime_threadpool_threads_total 5 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 0 # HELP runtime_threadpool_queue_length ThreadPool Queue Length # TYPE runtime_threadpool_queue_length gauge runtime_threadpool_queue_length 1 # HELP runtime_threadpool_completed_items_total ThreadPool Completed Work Item Count # TYPE runtime_threadpool_completed_items_total gauge runtime_threadpool_completed_items_total 22 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 57120 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 28 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 31.302440771635027 # HELP runtime_exceptions_total Exception Count # TYPE runtime_exceptions_total gauge runtime_exceptions_total 0 # HELP runtime_time_in_gc_ratio % Time in GC since last GC # TYPE runtime_time_in_gc_ratio gauge runtime_time_in_gc_ratio 1 # HELP runtime_gc_size_gen0_bytes GC size in bytes (Gen 0) # TYPE runtime_gc_size_gen0_bytes gauge runtime_gc_size_gen0_bytes 3477448 # HELP runtime_gc_size_gen1_bytes GC size in bytes (Gen 1) # TYPE runtime_gc_size_gen1_bytes gauge runtime_gc_size_gen1_bytes 1449272 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 85053088 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 7309752 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 3797816 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 308 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 10975529 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 179080 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 2 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 904922 # HELP aspnetcore_requests_current_total Current Requests # TYPE aspnetcore_requests_current_total gauge aspnetcore_requests_current_total 1 # HELP aspnetcore_requests_failed_total Failed Requests # TYPE aspnetcore_requests_failed_total gauge aspnetcore_requests_failed_total 28 # HELP signalr_connections_started_total Total Connections Started # TYPE signalr_connections_started_total gauge signalr_connections_started_total 0 # HELP signalr_connections_timed_out_total Total Connections Timed Out # TYPE signalr_connections_timed_out_total gauge signalr_connections_timed_out_total 0 # HELP signalr_connections_current_total Current Connections # TYPE signalr_connections_current_total gauge signalr_connections_current_total 0 # HELP signalr_connections_duration_milliseconds Average Connection Duration # TYPE signalr_connections_duration_milliseconds gauge signalr_connections_duration_milliseconds 0 # HELP grpc_server_calls_total Total Calls # TYPE grpc_server_calls_total gauge grpc_server_calls_total 0 # HELP grpc_server_calls_current_total Current Calls # TYPE grpc_server_calls_current_total gauge grpc_server_calls_current_total 0 # HELP grpc_server_calls_failed_total Total Calls Failed # TYPE grpc_server_calls_failed_total gauge grpc_server_calls_failed_total 0 # HELP grpc_server_deadline_exceeded_total Total Calls Deadline Exceeded # TYPE grpc_server_deadline_exceeded_total gauge grpc_server_deadline_exceeded_total 0 # HELP grpc_server_messages_sent_total Total Messages Sent # TYPE grpc_server_messages_sent_total gauge grpc_server_messages_sent_total 0 # HELP grpc_server_messages_received_total Total Messages Received # TYPE grpc_server_messages_received_total gauge grpc_server_messages_received_total 0 # HELP grpc_server_calls_unimplemented_total Total Calls Unimplemented # TYPE grpc_server_calls_unimplemented_total gauge grpc_server_calls_unimplemented_total 0 # HELP grpc_client_calls_total Total Calls # TYPE grpc_client_calls_total gauge grpc_client_calls_total 0 # HELP grpc_client_calls_current_total Current Calls # TYPE grpc_client_calls_current_total gauge grpc_client_calls_current_total 0 # HELP grpc_client_calls_failed_total Total Calls Failed # TYPE grpc_client_calls_failed_total gauge grpc_client_calls_failed_total 0 # HELP grpc_client_calls_deadline_exceeded_total Total Calls Deadline Exceeded # TYPE grpc_client_calls_deadline_exceeded_total gauge grpc_client_calls_deadline_exceeded_total 0 # HELP grpc_client_messages_sent_total Total Messages Sent # TYPE grpc_client_messages_sent_total gauge grpc_client_messages_sent_total 0 # HELP grpc_client_messages_received_total Total Messages Received # TYPE grpc_client_messages_received_total gauge grpc_client_messages_received_total 0 # HELP efcore_active_dbcontexts_total Active DbContexts # TYPE efcore_active_dbcontexts_total gauge efcore_active_dbcontexts_total 1 # HELP efcore_queries_total Queries (Total) # TYPE efcore_queries_total gauge efcore_queries_total 1783 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 0 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 534 # HELP efcore_savechanges_per_second SaveChanges # TYPE efcore_savechanges_per_second gauge efcore_savechanges_per_second 0 # HELP efcore_compiled_query_cache_hit_ratio Query Cache Hit Rate # TYPE efcore_compiled_query_cache_hit_ratio gauge efcore_compiled_query_cache_hit_ratio -1 # HELP efcore_execution_strategy_operation_failures_total Execution Strategy Operation Failures (Total) # TYPE efcore_execution_strategy_operation_failures_total gauge efcore_execution_strategy_operation_failures_total 1 # HELP efcore_execution_strategy_operation_failures_per_second Execution Strategy Operation Failures # TYPE efcore_execution_strategy_operation_failures_per_second gauge efcore_execution_strategy_operation_failures_per_second 0 # HELP efcore_optimistic_concurrency_failures_total Optimistic Concurrency Failures (Total) # TYPE efcore_optimistic_concurrency_failures_total gauge efcore_optimistic_concurrency_failures_total 1 # HELP efcore_optimistic_concurrency_failures_per_second Optimistic Concurrency Failures # TYPE efcore_optimistic_concurrency_failures_per_second gauge efcore_optimistic_concurrency_failures_per_second 0 # HELP kestrel_connections_per_second Number of connections between update intervals # TYPE kestrel_connections_per_second gauge kestrel_connections_per_second 2 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 769961 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 1 # HELP kestrel_tls_handshakes_per_second Number of TLS Handshakes made between update intervals # TYPE kestrel_tls_handshakes_per_second gauge kestrel_tls_handshakes_per_second 0 # HELP kestrel_tls_handshakes_total Total number of TLS handshakes made # TYPE kestrel_tls_handshakes_total gauge kestrel_tls_handshakes_total 1 # HELP kestrel_tls_handshakes_current_total Number of currently active TLS handshakes # TYPE kestrel_tls_handshakes_current_total gauge kestrel_tls_handshakes_current_total 1 # HELP kestrel_tls_handshakes_failed_total Total number of failed TLS handshakes # TYPE kestrel_tls_handshakes_failed_total gauge kestrel_tls_handshakes_failed_total 1 # HELP kestrel_connections_queue_total Length of Kestrel Connection Queue # TYPE kestrel_connections_queue_total gauge kestrel_connections_queue_total 1 # HELP kestrel_requests_queue_total Length total HTTP request queue # TYPE kestrel_requests_queue_total gauge kestrel_requests_queue_total 1 # HELP kestrel_requests_upgraded_total Current Upgraded Requests (WebSockets) # TYPE kestrel_requests_upgraded_total gauge kestrel_requests_upgraded_total 1 # HELP http_client_requests_started_total Requests Started # TYPE http_client_requests_started_total gauge http_client_requests_started_total 48711 # HELP http_client_requests_started_per_second Requests Started Rate # TYPE http_client_requests_started_per_second gauge http_client_requests_started_per_second 0 # HELP http_client_requests_aborted_total Total Requests Aborted # TYPE http_client_requests_aborted_total gauge http_client_requests_aborted_total 0 # HELP http_client_requests_aborted_per_second Requests Failed Rate # TYPE http_client_requests_aborted_per_second gauge http_client_requests_aborted_per_second 0 # HELP http_client_requests_current_total Current Requests # TYPE http_client_requests_current_total gauge http_client_requests_current_total 1 # HELP http_client_http11_connections_current_total Current Http 1.1 Connections # TYPE http_client_http11_connections_current_total gauge http_client_http11_connections_current_total 1 # HELP http_client_http20_connections_current_total Current Http 2.0 Connections # TYPE http_client_http20_connections_current_total gauge http_client_http20_connections_current_total 1 # HELP http_client_http11_requests_queue_duration_milliseconds HTTP 1.1 Requests Queue Duration # TYPE http_client_http11_requests_queue_duration_milliseconds gauge http_client_http11_requests_queue_duration_milliseconds 0 # HELP http_client_http20_requests_queue_duration_milliseconds HTTP 2.0 Requests Queue Duration # TYPE http_client_http20_requests_queue_duration_milliseconds gauge http_client_http20_requests_queue_duration_milliseconds 0 # HELP net_security_tls_handshakes_per_second TLS handshakes completed # TYPE net_security_tls_handshakes_per_second gauge net_security_tls_handshakes_per_second 1 # HELP net_security_tls_handshakes_total Total TLS handshakes completed # TYPE net_security_tls_handshakes_total gauge net_security_tls_handshakes_total 149362 # HELP net_security_tls_handshakes_current_total Current TLS handshakes # TYPE net_security_tls_handshakes_current_total gauge net_security_tls_handshakes_current_total 1 # HELP net_security_tls_handshakes_failed_total Total TLS handshakes failed # TYPE net_security_tls_handshakes_failed_total gauge net_security_tls_handshakes_failed_total 1 # HELP net_security_tls_sessions_total All TLS Sessions Active # TYPE net_security_tls_sessions_total gauge net_security_tls_sessions_total 13 # HELP net_security_tls_10_sessions_total TLS 1.0 Sessions Active # TYPE net_security_tls_10_sessions_total gauge net_security_tls_10_sessions_total 1 # HELP net_security_tls_11_sessions_total TLS 1.1 Sessions Active # TYPE net_security_tls_11_sessions_total gauge net_security_tls_11_sessions_total 1 # HELP net_security_tls_12_sessions_total TLS 1.2 Sessions Active # TYPE net_security_tls_12_sessions_total gauge net_security_tls_12_sessions_total 1 # HELP net_security_tls_13_sessions_total TLS 1.3 Sessions Active # TYPE net_security_tls_13_sessions_total gauge net_security_tls_13_sessions_total 13 # HELP net_security_handshakes_duration_milliseconds TLS Handshake Duration # TYPE net_security_handshakes_duration_milliseconds gauge net_security_handshakes_duration_milliseconds 12.6659 # HELP net_security_handshakes_tls10_duration_milliseconds TLS 1.0 Handshake Duration # TYPE net_security_handshakes_tls10_duration_milliseconds gauge net_security_handshakes_tls10_duration_milliseconds 0 # HELP net_security_handshakes_tls11_duration_milliseconds TLS 1.1 Handshake Duration # TYPE net_security_handshakes_tls11_duration_milliseconds gauge net_security_handshakes_tls11_duration_milliseconds 0 # HELP net_security_handshakes_tls12_duration_milliseconds TLS 1.2 Handshake Duration # TYPE net_security_handshakes_tls12_duration_milliseconds gauge net_security_handshakes_tls12_duration_milliseconds 0 # HELP net_security_handshakes_tls13_duration_milliseconds TLS 1.3 Handshake Duration # TYPE net_security_handshakes_tls13_duration_milliseconds gauge net_security_handshakes_tls13_duration_milliseconds 12.6659 # HELP net_dns_lookups_requested_total DNS Lookups Requested # TYPE net_dns_lookups_requested_total gauge net_dns_lookups_requested_total 150199 # HELP net_dns_lookups_duration_milliseconds Average DNS Lookup Duration # TYPE net_dns_lookups_duration_milliseconds gauge net_dns_lookups_duration_milliseconds 9.0396 # HELP net_sockets_outgoing_connections_total Outgoing Connections Established # TYPE net_sockets_outgoing_connections_total gauge net_sockets_outgoing_connections_total 150171 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 769962 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 3193888679 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 21349833902 # HELP net_sockets_datagrams_received Datagrams Received # TYPE net_sockets_datagrams_received gauge net_sockets_datagrams_received 2 # HELP net_sockets_datagrams_sent Datagrams Sent # TYPE net_sockets_datagrams_sent gauge net_sockets_datagrams_sent 2 # HELP sqlclient_active_hard_connections_total Actual active connections are made to servers # TYPE sqlclient_active_hard_connections_total gauge sqlclient_active_hard_connections_total 0 # HELP sqlclient_hard_connects_per_second Actual connections are made to servers # TYPE sqlclient_hard_connects_per_second gauge sqlclient_hard_connects_per_second 0 # HELP sqlclient_hard_disconnects_per_second Actual disconnections are made to servers # TYPE sqlclient_hard_disconnects_per_second gauge sqlclient_hard_disconnects_per_second 0 # HELP sqlclient_active_soft_connections_total Active connections got from connection pool # TYPE sqlclient_active_soft_connections_total gauge sqlclient_active_soft_connections_total 0 # HELP sqlclient_soft_connects_per_second Connections got from connection pool # TYPE sqlclient_soft_connects_per_second gauge sqlclient_soft_connects_per_second 0 # HELP sqlclient_soft_disconnects_per_second Connections returned to the connection pool # TYPE sqlclient_soft_disconnects_per_second gauge sqlclient_soft_disconnects_per_second 0 # HELP sqlclient_non_pooled_connections_total Number of connections are not using connection pooling # TYPE sqlclient_non_pooled_connections_total gauge sqlclient_non_pooled_connections_total 0 # HELP sqlclient_pooled_connections_total Number of connections are managed by connection pooler # TYPE sqlclient_pooled_connections_total gauge sqlclient_pooled_connections_total 0 # HELP sqlclient_active_connection_pool_groups_total Number of active unique connection strings # TYPE sqlclient_active_connection_pool_groups_total gauge sqlclient_active_connection_pool_groups_total 0 # HELP sqlclient_inactive_connection_pool_groups_total Number of unique connection strings waiting for pruning # TYPE sqlclient_inactive_connection_pool_groups_total gauge sqlclient_inactive_connection_pool_groups_total 0 # HELP sqlclient_active_connection_pools_total Number of active connection pools # TYPE sqlclient_active_connection_pools_total gauge sqlclient_active_connection_pools_total 0 # HELP sqlclient_inactive_connection_pools_total Number of inactive connection pools # TYPE sqlclient_inactive_connection_pools_total gauge sqlclient_inactive_connection_pools_total 0 # HELP sqlclient_active_connections_total Number of active connections # TYPE sqlclient_active_connections_total gauge sqlclient_active_connections_total 0 # HELP sqlclient_free_connections_total Number of free-ready connections # TYPE sqlclient_free_connections_total gauge sqlclient_free_connections_total 0 # HELP sqlclient_stasis_connections_total Number of connections currently waiting to be ready # TYPE sqlclient_stasis_connections_total gauge sqlclient_stasis_connections_total 0 # HELP sqlclient_reclaimed_connections_total Number of reclaimed connections from GC # TYPE sqlclient_reclaimed_connections_total gauge sqlclient_reclaimed_connections_total 0 # HELP efcore_active_dbcontexts Currently open db contexts # TYPE efcore_active_dbcontexts gauge efcore_active_dbcontexts 1 # HELP efcore_savechanges_count Number of savechanges done # TYPE efcore_savechanges_count counter efcore_savechanges_count 534 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 28523.229400000022 # HELP efcore_savechanges_counts_by_states Count of states saved # TYPE efcore_savechanges_counts_by_states counter efcore_savechanges_counts_by_states{state="Detached"} 0 efcore_savechanges_counts_by_states{state="Unchanged"} 1170 efcore_savechanges_counts_by_states{state="Deleted"} 0 efcore_savechanges_counts_by_states{state="Modified"} 534 efcore_savechanges_counts_by_states{state="Added"} 0 # HELP signalr_connections Number of SignalR connections # TYPE signalr_connections gauge signalr_connections 0 # HELP check_count Total number of checks created # TYPE check_count counter # HELP check_deleted_count Total number of checks deleted # TYPE check_deleted_count counter # HELP checkout_count Total number of checkouts created # TYPE checkout_count counter # HELP order_count Total number of orders processed # TYPE order_count counter # HELP ticket_count Total number of tickets created # TYPE ticket_count counter # HELP hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 40 # HELP hangfire_current_recurring Number of hangfire recurring jobs # TYPE hangfire_current_recurring gauge hangfire_current_recurring 32 # HELP hangfire_current_enqueued Number of hangfire jobs enqueued # TYPE hangfire_current_enqueued gauge hangfire_current_enqueued{queue="recurring-jobs"} 0 hangfire_current_enqueued{queue="critical-recurring-jobs"} 0 hangfire_current_enqueued{queue="integration-events"} 0 # HELP hangfire_current_scheduled Number of hangfire jobs scheduled # TYPE hangfire_current_scheduled gauge hangfire_current_scheduled 0 # HELP hangfire_current_processing Number of hangfire jobs processing # TYPE hangfire_current_processing gauge hangfire_current_processing 0 # HELP hangfire_current_succeeded Number of hangfire jobs succeeded # TYPE hangfire_current_succeeded gauge hangfire_current_succeeded 5293722 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 25 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 42207 # HELP hangfire_current_retries Number of hangfire jobs retries # TYPE hangfire_current_retries gauge hangfire_current_retries 0 # HELP hangfire_current_awaiting Number of hangfire jobs awaiting # TYPE hangfire_current_awaiting gauge hangfire_current_awaiting 0 # HELP hangfire_current_api_jobs Number of hangfire api jobs currently in progress # TYPE hangfire_current_api_jobs gauge # HELP hangfire_api_jobs_success_count Number of hangfire api jobs executed # TYPE hangfire_api_jobs_success_count counter # HELP hangfire_api_jobs_failure_count Number of hangfire api job failures # TYPE hangfire_api_jobs_failure_count counter # HELP hangfire_current_background_jobs Number of hangfire background jobs currently in progress # TYPE hangfire_current_background_jobs gauge # HELP hangfire_background_jobs_success_count Number of hangfire background jobs executed # TYPE hangfire_background_jobs_success_count counter # HELP hangfire_background_jobs_failure_count Number of hangfire background job failures # TYPE hangfire_background_jobs_failure_count counter # HELP websocket_active_connections Currently open websocket connections # TYPE websocket_active_connections gauge websocket_active_connections 0 # HELP websocket_open_connetion_count Number of connections opened # TYPE websocket_open_connetion_count counter websocket_open_connetion_count 0 # HELP websocket_close_connetion_count Number of connections closed # TYPE websocket_close_connetion_count counter websocket_close_connetion_count 0 # HELP websocket_commands_count Number of commands handled # TYPE websocket_commands_count counter # HELP checkout_discount_incltax_amount Total discount amount on checkouts (Only on special discounts) # TYPE checkout_discount_incltax_amount gauge # HELP checkout_discount_incltax_count Total discounted times on checkouts (Only on special discounts) # TYPE checkout_discount_incltax_count gauge # HELP aspnetcore_healthcheck_status ASP.NET Core health check status (0 == Unhealthy, 0.5 == Degraded, 1 == Healthy) # TYPE aspnetcore_healthcheck_status gauge aspnetcore_healthcheck_status{name="npgsql"} 1 aspnetcore_healthcheck_status{name="Internet"} 1 # HELP lockmanager_ping Generic gauge for lockmanager_ping # TYPE lockmanager_ping gauge lockmanager_ping 3 # HELP lockmanager_pressure Generic gauge for lockmanager_pressure # TYPE lockmanager_pressure gauge lockmanager_pressure -25 # HELP lockmanager_pending_requests Generic gauge for lockmanager_pending_requests # TYPE lockmanager_pending_requests gauge lockmanager_pending_requests 0 # HELP lockmanager_tcp_connections Generic gauge for lockmanager_tcp_connections # TYPE lockmanager_tcp_connections gauge lockmanager_tcp_connections 10 # HELP lockmanager_container_locks Generic gauge for lockmanager_container_locks # TYPE lockmanager_container_locks gauge lockmanager_container_locks 0 # HELP lockmanager_total_requests Generic counter for lockmanager_total_requests # TYPE lockmanager_total_requests counter lockmanager_total_requests 2818 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 24451 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 0 # HELP lockmanager_total_slow_requests_time Generic counter for lockmanager_total_slow_requests_time # TYPE lockmanager_total_slow_requests_time counter lockmanager_total_slow_requests_time 0 # HELP kafka_producer_queue Generic gauge for kafka_producer_queue # TYPE kafka_producer_queue gauge kafka_producer_queue 0 # HELP endpoint_cache_total_slideout_time Time spent in ms performing slideout. # TYPE endpoint_cache_total_slideout_time counter endpoint_cache_total_slideout_time 12 # HELP endpoint_cache_total_slideout_count Times slideout has been performed. # TYPE endpoint_cache_total_slideout_count counter endpoint_cache_total_slideout_count 7499 # HELP endpoint_cache_object_count Number of objects in the endpoint cache. # TYPE endpoint_cache_object_count gauge endpoint_cache_object_count 0 # HELP endpoint_cache_last_slideout_time Last time slideout was called, unix timestamp. # TYPE endpoint_cache_last_slideout_time gauge endpoint_cache_last_slideout_time 1765372180 # HELP endpoint_cache_caches_count Number of caches. # TYPE endpoint_cache_caches_count gauge endpoint_cache_caches_count 0 # HELP endpoint_cache_start_time When the endpoint cache was created unix timestamp. # TYPE endpoint_cache_start_time gauge endpoint_cache_start_time 1761527343 # HELP messagequeue_consumed_count Total number of message queue envelopes consumed # TYPE messagequeue_consumed_count counter messagequeue_consumed_count 0 # HELP messagequeue_consumed_topics_count Total number of message queue envelopes consumed by topic # TYPE messagequeue_consumed_topics_count counter # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 0 # HELP messagequeue_consume_handle_topics_time Total time spent handling the consumed message queue envelopes by topic # TYPE messagequeue_consume_handle_topics_time counter # HELP messagequeue_consume_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox # TYPE messagequeue_consume_failure_count counter messagequeue_consume_failure_count 0 # HELP messagequeue_consume_topics_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox by topic # TYPE messagequeue_consume_topics_failure_count counter # HELP current_nets_terminal_requests Number of requests towards nets terminal currently in progress. # TYPE current_nets_terminal_requests gauge # HELP current_surfboard_terminal_requests Number of requests towards surfboard terminal currently in progress. # TYPE current_surfboard_terminal_requests gauge # HELP current_adyen_online_requests Number of requests towards adyen online currently in progress. # TYPE current_adyen_online_requests gauge # HELP current_adyen_terminal_requests Number of requests towards adyen terminal currently in progress. # TYPE current_adyen_terminal_requests gauge # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 24581 dotnet_collection_count_total{generation="1"} 5395 dotnet_collection_count_total{generation="2"} 131 # 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 1761527329.9274757 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 94087.26 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 17109184512 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 716914688 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 1694892032 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 845 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 168 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 72064824 # HELP prometheus_net_metric_families Number of metric families currently registered. # TYPE prometheus_net_metric_families gauge prometheus_net_metric_families{metric_type="counter"} 58 prometheus_net_metric_families{metric_type="gauge"} 242 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 9 # HELP prometheus_net_metric_instances Number of metric instances currently registered across all metric families. # TYPE prometheus_net_metric_instances gauge prometheus_net_metric_instances{metric_type="counter"} 50 prometheus_net_metric_instances{metric_type="gauge"} 249 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 8 # HELP prometheus_net_metric_timeseries Number of metric timeseries currently generated from all metric instances. # TYPE prometheus_net_metric_timeseries gauge prometheus_net_metric_timeseries{metric_type="counter"} 50 prometheus_net_metric_timeseries{metric_type="gauge"} 249 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 204 # HELP prometheus_net_eventcounteradapter_sources_connected_total Number of event sources that are currently connected to the adapter. # TYPE prometheus_net_eventcounteradapter_sources_connected_total gauge prometheus_net_eventcounteradapter_sources_connected_total 7 # HELP prometheus_net_meteradapter_instruments_connected Number of instruments that are currently connected to the adapter. # TYPE prometheus_net_meteradapter_instruments_connected gauge prometheus_net_meteradapter_instruments_connected 28 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 1.1086335971411614 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 716.914688 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 72.015664 # HELP system_runtime_gen_0_gc_count_total Gen 0 GC Count # TYPE system_runtime_gen_0_gc_count_total counter system_runtime_gen_0_gc_count_total 24576 # HELP system_runtime_gen_1_gc_count_total Gen 1 GC Count # TYPE system_runtime_gen_1_gc_count_total counter system_runtime_gen_1_gc_count_total 5393 # HELP system_runtime_gen_2_gc_count_total Gen 2 GC Count # TYPE system_runtime_gen_2_gc_count_total counter system_runtime_gen_2_gc_count_total 129 # HELP system_runtime_gen_0_gc_budget (MB) Gen 0 GC Budget # TYPE system_runtime_gen_0_gc_budget gauge system_runtime_gen_0_gc_budget 15 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 5 # HELP system_runtime_monitor_lock_contention_count_total Monitor Lock Contention Count # TYPE system_runtime_monitor_lock_contention_count_total counter system_runtime_monitor_lock_contention_count_total 1982659 # HELP system_runtime_threadpool_queue_length ThreadPool Queue Length # TYPE system_runtime_threadpool_queue_length gauge system_runtime_threadpool_queue_length 0 # HELP system_runtime_threadpool_completed_items_count_total ThreadPool Completed Work Item Count # TYPE system_runtime_threadpool_completed_items_count_total counter system_runtime_threadpool_completed_items_count_total 68858414 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 359923245480 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 28 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 31.302440771635027 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 119.386112 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 55567 # HELP system_runtime_time_in_gc (%) % Time in GC since last GC # TYPE system_runtime_time_in_gc gauge system_runtime_time_in_gc 0 # HELP system_runtime_total_pause_time_by_gc_total (ms) Time paused by GC # TYPE system_runtime_total_pause_time_by_gc_total counter system_runtime_total_pause_time_by_gc_total 98715.182 # HELP system_runtime_gen_0_size (B) Gen 0 Size # TYPE system_runtime_gen_0_size gauge system_runtime_gen_0_size 3477448 # HELP system_runtime_gen_1_size (B) Gen 1 Size # TYPE system_runtime_gen_1_size gauge system_runtime_gen_1_size 1449272 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 85053088 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 7309752 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 3797816 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 308 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 10975529 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 179080 # HELP system_runtime_time_in_jit_total (ms) Time spent in JIT # TYPE system_runtime_time_in_jit_total counter system_runtime_time_in_jit_total 76722.06199999999 # HELP npgsql_db_client_connections_usage ({connection}) The number of connections that are currently in state described by the state attribute. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_usage gauge npgsql_db_client_connections_usage{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",state="idle"} 1 npgsql_db_client_connections_usage{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",state="used"} 0 # HELP npgsql_db_client_connections_max ({connection}) The maximum number of open connections allowed. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_max gauge npgsql_db_client_connections_max{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30"} 22 # HELP prometheus_net_exemplars_recorded_total Number of exemplars that were accepted into in-memory storage in the prometheus-net SDK. # TYPE prometheus_net_exemplars_recorded_total counter prometheus_net_exemplars_recorded_total 1852820 # HELP npgsql_db_client_commands_bytes_read (By) The number of bytes read. (Counter`1) # TYPE npgsql_db_client_commands_bytes_read gauge npgsql_db_client_commands_bytes_read{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30"} 163984537 # HELP npgsql_db_client_connections_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connections_create_time histogram npgsql_db_client_connections_create_time_sum{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30"} 7029.316190899944 npgsql_db_client_connections_create_time_count{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.01"} 0 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.02"} 4 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.04"} 94527 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.08"} 109973 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.16"} 111796 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.32"} 122432 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.64"} 123974 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="1.28"} 124003 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="2.56"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="5.12"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="10.24"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="20.48"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="40.96"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="81.92"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="163.84"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="327.68"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="655.36"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="1310.72"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="2621.44"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="5242.88"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="10485.76"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="20971.52"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="41943.04"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="83886.08"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="167772.16"} 124011 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="+Inf"} 124011 # HELP npgsql_db_client_commands_executing ({command}) The number of currently executing database commands. (UpDownCounter`1) # TYPE npgsql_db_client_commands_executing gauge npgsql_db_client_commands_executing{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30"} 0 # HELP npgsql_db_client_commands_bytes_written (By) The number of bytes written. (Counter`1) # TYPE npgsql_db_client_commands_bytes_written gauge npgsql_db_client_commands_bytes_written{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30"} 153898796 # HELP npgsql_db_client_commands_duration (s) The duration of database commands, in seconds. (Histogram`1) # TYPE npgsql_db_client_commands_duration histogram npgsql_db_client_commands_duration_sum{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30"} 2153.0734440999854 npgsql_db_client_commands_duration_count{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.01"} 975275 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.02"} 987270 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.04"} 990599 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.08"} 990927 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.16"} 990960 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.32"} 990966 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="0.64"} 990973 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="1.28"} 990976 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="2.56"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="5.12"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="10.24"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="20.48"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="40.96"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="81.92"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="163.84"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="327.68"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="655.36"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="1310.72"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="2621.44"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="5242.88"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="10485.76"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="20971.52"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="41943.04"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="83886.08"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="167772.16"} 990977 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30",le="+Inf"} 990977 # HELP system_net_http_http_client_active_requests ({request}) Number of outbound HTTP requests that are currently active on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_active_requests gauge # HELP system_net_http_http_client_request_duration (s) The duration of outbound HTTP requests. (Histogram`1) # TYPE system_net_http_http_client_request_duration histogram # HELP microsoft_aspnetcore_server_kestrel_kestrel_queued_connections ({connection}) Number of connections that are currently queued and are waiting to start. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_queued_connections gauge microsoft_aspnetcore_server_kestrel_kestrel_queued_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80"} 0 # HELP microsoft_aspnetcore_server_kestrel_kestrel_active_connections ({connection}) Number of connections that are currently active on the server. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_active_connections gauge microsoft_aspnetcore_server_kestrel_kestrel_active_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80"} 2 # HELP microsoft_aspnetcore_hosting_http_server_active_requests ({request}) Number of active HTTP server requests. (UpDownCounter`1) # TYPE microsoft_aspnetcore_hosting_http_server_active_requests gauge microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="GET",url_scheme="http"} 1 # HELP microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts ({match_attempt}) Number of requests that were attempted to be matched to an endpoint. (Counter`1) # TYPE microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts gauge microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_match_status="failure"} 776385 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 128226 # HELP microsoft_aspnetcore_hosting_http_server_request_duration (s) Duration of HTTP server requests. (Histogram`1) # TYPE microsoft_aspnetcore_hosting_http_server_request_duration histogram microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 6758.492273200271 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.01"} 671118 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.02"} 678239 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.04"} 746477 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.08"} 759305 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.16"} 760414 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.32"} 768072 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.64"} 769310 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="1.28"} 769323 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="2.56"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="5.12"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="10.24"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="20.48"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="40.96"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="81.92"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="163.84"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="327.68"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="655.36"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 769324 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http"} 2776.4325036 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="0.02"} 51215 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="0.04"} 127274 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="0.08"} 128187 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="0.16"} 128223 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="0.32"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="0.64"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="1.28"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="2.56"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="5.12"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="10.24"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="20.48"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="40.96"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="81.92"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="163.84"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="327.68"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="655.36"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/metrics",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 128225 microsoft_aspnetcore_hosting_http_server_request_duration_sum{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 0.0011739 microsoft_aspnetcore_hosting_http_server_request_duration_count{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.01"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.02"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.04"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.08"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.16"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.32"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.64"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1.28"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2.56"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5.12"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10.24"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20.48"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="40.96"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="81.92"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="163.84"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="327.68"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="655.36"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 4 # HELP microsoft_aspnetcore_server_kestrel_kestrel_connection_duration (s) The duration of connections on the server. (Histogram`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_connection_duration histogram microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_sum{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80"} 92604.96096280142 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_count{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80"} 769961 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="0.01"} 668808 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="0.02"} 677937 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="0.04"} 745827 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="0.08"} 759284 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="0.16"} 760406 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="0.32"} 768051 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="0.64"} 769304 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="1.28"} 769345 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="2.56"} 769346 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="5.12"} 769348 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="10.24"} 769419 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="20.48"} 769419 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="40.96"} 769420 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="81.92"} 769907 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="163.84"} 769960 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="327.68"} 769960 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="655.36"} 769960 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="1310.72"} 769960 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="2621.44"} 769960 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="5242.88"} 769960 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="10485.76"} 769960 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="20971.52"} 769960 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="41943.04"} 769960 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="83886.08"} 769961 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="167772.16"} 769961 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.43.201",server_port="80",le="+Inf"} 769961 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 48711 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 48706 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 2651 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 2651 # HELP system_net_http_current_requests Current Requests # TYPE system_net_http_current_requests gauge system_net_http_current_requests 0 # HELP system_net_http_http11_connections_current_total Current Http 1.1 Connections # TYPE system_net_http_http11_connections_current_total gauge system_net_http_http11_connections_current_total 0 # HELP system_net_http_http20_connections_current_total Current Http 2.0 Connections # TYPE system_net_http_http20_connections_current_total gauge system_net_http_http20_connections_current_total 0 # HELP system_net_http_http30_connections_current_total Current Http 3.0 Connections # TYPE system_net_http_http30_connections_current_total gauge system_net_http_http30_connections_current_total 0 # HELP system_net_http_http11_requests_queue_duration (ms) HTTP 1.1 Requests Queue Duration # TYPE system_net_http_http11_requests_queue_duration gauge system_net_http_http11_requests_queue_duration 0 # HELP system_net_http_http20_requests_queue_duration (ms) HTTP 2.0 Requests Queue Duration # TYPE system_net_http_http20_requests_queue_duration gauge system_net_http_http20_requests_queue_duration 0 # HELP system_net_http_http30_requests_queue_duration (ms) HTTP 3.0 Requests Queue Duration # TYPE system_net_http_http30_requests_queue_duration gauge system_net_http_http30_requests_queue_duration 0 # HELP system_net_sockets_current_outgoing_connect_attempts Current Outgoing Connect Attempts # TYPE system_net_sockets_current_outgoing_connect_attempts gauge system_net_sockets_current_outgoing_connect_attempts 0 # HELP system_net_sockets_outgoing_connections_established Outgoing Connections Established # TYPE system_net_sockets_outgoing_connections_established gauge system_net_sockets_outgoing_connections_established 150171 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 769962 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 3193888679 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 21349833902 # HELP system_net_sockets_datagrams_received Datagrams Received # TYPE system_net_sockets_datagrams_received gauge system_net_sockets_datagrams_received 2 # HELP system_net_sockets_datagrams_sent Datagrams Sent # TYPE system_net_sockets_datagrams_sent gauge system_net_sockets_datagrams_sent 2 # HELP system_net_nameresolution_dns_lookups_requested DNS Lookups Requested # TYPE system_net_nameresolution_dns_lookups_requested gauge system_net_nameresolution_dns_lookups_requested 150199 # HELP system_net_nameresolution_current_dns_lookups Current DNS Lookups # TYPE system_net_nameresolution_current_dns_lookups gauge system_net_nameresolution_current_dns_lookups 0 # HELP system_net_nameresolution_dns_lookups_duration (ms) Average DNS Lookup Duration # TYPE system_net_nameresolution_dns_lookups_duration gauge system_net_nameresolution_dns_lookups_duration 9.0396 # HELP system_net_security_tls_handshake_total TLS handshakes completed # TYPE system_net_security_tls_handshake_total counter system_net_security_tls_handshake_total 149356 # HELP system_net_security_total_tls_handshakes Total TLS handshakes completed # TYPE system_net_security_total_tls_handshakes gauge system_net_security_total_tls_handshakes 149362 # HELP system_net_security_current_tls_handshakes Current TLS handshakes # TYPE system_net_security_current_tls_handshakes gauge system_net_security_current_tls_handshakes 0 # HELP system_net_security_failed_tls_handshakes Total TLS handshakes failed # TYPE system_net_security_failed_tls_handshakes gauge system_net_security_failed_tls_handshakes 1 # HELP system_net_security_all_tls_sessions_open All TLS Sessions Active # TYPE system_net_security_all_tls_sessions_open gauge system_net_security_all_tls_sessions_open 13 # HELP system_net_security_tls10_sessions_open TLS 1.0 Sessions Active # TYPE system_net_security_tls10_sessions_open gauge system_net_security_tls10_sessions_open 0 # HELP system_net_security_tls11_sessions_open TLS 1.1 Sessions Active # TYPE system_net_security_tls11_sessions_open gauge system_net_security_tls11_sessions_open 0 # HELP system_net_security_tls12_sessions_open TLS 1.2 Sessions Active # TYPE system_net_security_tls12_sessions_open gauge system_net_security_tls12_sessions_open 0 # HELP system_net_security_tls13_sessions_open TLS 1.3 Sessions Active # TYPE system_net_security_tls13_sessions_open gauge system_net_security_tls13_sessions_open 13 # HELP system_net_security_all_tls_handshake_duration (ms) TLS Handshake Duration # TYPE system_net_security_all_tls_handshake_duration gauge system_net_security_all_tls_handshake_duration 12.6659 # HELP system_net_security_tls10_handshake_duration (ms) TLS 1.0 Handshake Duration # TYPE system_net_security_tls10_handshake_duration gauge system_net_security_tls10_handshake_duration 0 # HELP system_net_security_tls11_handshake_duration (ms) TLS 1.1 Handshake Duration # TYPE system_net_security_tls11_handshake_duration gauge system_net_security_tls11_handshake_duration 0 # HELP system_net_security_tls12_handshake_duration (ms) TLS 1.2 Handshake Duration # TYPE system_net_security_tls12_handshake_duration gauge system_net_security_tls12_handshake_duration 0 # HELP system_net_security_tls13_handshake_duration (ms) TLS 1.3 Handshake Duration # TYPE system_net_security_tls13_handshake_duration gauge system_net_security_tls13_handshake_duration 12.6659 # HELP microsoft_aspnetcore_hosting_requests_per_second_total Request Rate # TYPE microsoft_aspnetcore_hosting_requests_per_second_total counter microsoft_aspnetcore_hosting_requests_per_second_total 904922 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 904922 # HELP microsoft_aspnetcore_hosting_current_requests Current Requests # TYPE microsoft_aspnetcore_hosting_current_requests gauge microsoft_aspnetcore_hosting_current_requests 0 # HELP microsoft_aspnetcore_hosting_failed_requests Failed Requests # TYPE microsoft_aspnetcore_hosting_failed_requests gauge microsoft_aspnetcore_hosting_failed_requests 28 # HELP microsoft_aspnetcore_server_kestrel_connections_per_second_total Connection Rate # TYPE microsoft_aspnetcore_server_kestrel_connections_per_second_total counter microsoft_aspnetcore_server_kestrel_connections_per_second_total 769961 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 769961 # HELP microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total TLS Handshake Rate # TYPE microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total counter microsoft_aspnetcore_server_kestrel_tls_handshakes_per_second_total 0 # HELP microsoft_aspnetcore_server_kestrel_total_tls_handshakes Total TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_total_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_total_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_current_tls_handshakes Current TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_current_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_current_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_failed_tls_handshakes Failed TLS Handshakes # TYPE microsoft_aspnetcore_server_kestrel_failed_tls_handshakes gauge microsoft_aspnetcore_server_kestrel_failed_tls_handshakes 0 # HELP microsoft_aspnetcore_server_kestrel_current_connections Current Connections # TYPE microsoft_aspnetcore_server_kestrel_current_connections gauge microsoft_aspnetcore_server_kestrel_current_connections 1 # HELP microsoft_aspnetcore_server_kestrel_connection_queue_length Connection Queue Length # TYPE microsoft_aspnetcore_server_kestrel_connection_queue_length gauge microsoft_aspnetcore_server_kestrel_connection_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_request_queue_length Request Queue Length # TYPE microsoft_aspnetcore_server_kestrel_request_queue_length gauge microsoft_aspnetcore_server_kestrel_request_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_current_upgraded_requests Current Upgraded Requests (WebSockets) # TYPE microsoft_aspnetcore_server_kestrel_current_upgraded_requests gauge microsoft_aspnetcore_server_kestrel_current_upgraded_requests 0 # HELP microsoft_entityframeworkcore_active_db_contexts Active DbContexts # TYPE microsoft_entityframeworkcore_active_db_contexts gauge microsoft_entityframeworkcore_active_db_contexts 1 # HELP microsoft_entityframeworkcore_total_queries Queries (Total) # TYPE microsoft_entityframeworkcore_total_queries gauge microsoft_entityframeworkcore_total_queries 1783 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 1783 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 534 # HELP microsoft_entityframeworkcore_save_changes_per_second_total SaveChanges # TYPE microsoft_entityframeworkcore_save_changes_per_second_total counter microsoft_entityframeworkcore_save_changes_per_second_total 534 # HELP microsoft_entityframeworkcore_compiled_query_cache_hit_rate (%) Query Cache Hit Rate # TYPE microsoft_entityframeworkcore_compiled_query_cache_hit_rate gauge microsoft_entityframeworkcore_compiled_query_cache_hit_rate -1 # HELP microsoft_entityframeworkcore_total_execution_strategy_operation_failures Execution Strategy Operation Failures (Total) # TYPE microsoft_entityframeworkcore_total_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_total_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total Execution Strategy Operation Failures # TYPE microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total counter microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total 0 # HELP microsoft_entityframeworkcore_total_optimistic_concurrency_failures Optimistic Concurrency Failures (Total) # TYPE microsoft_entityframeworkcore_total_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_total_optimistic_concurrency_failures 0 # HELP microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total Optimistic Concurrency Failures # TYPE microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total counter microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total 0 # HELP system_net_nameresolution_dns_lookup_duration (s) Measures the time taken to perform a DNS lookup. (Histogram`1) # TYPE system_net_nameresolution_dns_lookup_duration histogram system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com"} 1263.9253849000033 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 96377 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 116738 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 123124 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 123836 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 123925 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 123981 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 124006 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 124014 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 124026 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 124029 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 124032 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 124032 # HELP mongodbcollection_count Number of requests to mongodb # TYPE mongodbcollection_count counter # HELP mongodbcollection_time Total milliseconds spent doing requests to mongodb # TYPE mongodbcollection_time counter # HELP mongodbcollection_retries Number of times updates, insert, or deletes has been retried # TYPE mongodbcollection_retries counter # HELP npgsql_db_client_commands_prepared_ratio The ratio of prepared command executions. (ObservableGauge`1) # TYPE npgsql_db_client_commands_prepared_ratio gauge npgsql_db_client_commands_prepared_ratio{pool_name="Host=private-qa2-postgres-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Connection Idle Lifetime=30;Timeout=30"} 0 # HELP system_net_http_http_client_open_connections ({connection}) Number of outbound HTTP connections that are currently active or idle on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_open_connections gauge # HELP system_net_http_http_client_request_time_in_queue (s) The amount of time requests spent on a queue waiting for an available connection. (Histogram`1) # TYPE system_net_http_http_client_request_time_in_queue histogram # HELP system_net_http_http_client_connection_duration (s) The duration of successfully established outbound HTTP connections. (Histogram`1) # TYPE system_net_http_http_client_connection_duration histogram