# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 4 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 1931773 # 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 1415577600 # 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"} 0 dotnet_gc_heap_size_bytes{gc_generation="1"} 212808 dotnet_gc_heap_size_bytes{gc_generation="2"} 43440992 dotnet_gc_heap_size_bytes{gc_generation="loh"} 35620336 # 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"} 58722 dotnet_gc_collection_count_total{gc_generation="1"} 8983 dotnet_gc_collection_count_total{gc_generation="2"} 1969 # 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 165160333640 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 6614194 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 122644 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 18 # 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 50406050 # 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 298384 dotnet_threadpool_queue_length_count 927407 dotnet_threadpool_queue_length_bucket{le="0"} 865330 dotnet_threadpool_queue_length_bucket{le="1"} 900383 dotnet_threadpool_queue_length_bucket{le="10"} 920999 dotnet_threadpool_queue_length_bucket{le="100"} 927405 dotnet_threadpool_queue_length_bucket{le="1000"} 927407 dotnet_threadpool_queue_length_bucket{le="+Inf"} 927407 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 97 # 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.19",os_version="Debian GNU/Linux 12 (bookworm)",process_architecture="X64",gc_mode="Workstation"} 1 # HELP process_cpu_count The number of processor cores available to this process. # TYPE process_cpu_count gauge process_cpu_count 1 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 2.1472028804212973 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 458.018816 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 64.157016 # 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 18 # 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 2 # HELP runtime_threadpool_completed_items_total ThreadPool Completed Work Item Count # TYPE runtime_threadpool_completed_items_total gauge runtime_threadpool_completed_items_total 38 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 57384 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 97 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 23.337284534204755 # 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 1 # HELP runtime_gc_size_gen1_bytes GC size in bytes (Gen 1) # TYPE runtime_gc_size_gen1_bytes gauge runtime_gc_size_gen1_bytes 212808 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 43440992 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 35620336 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 823032 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 301 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 6614194 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 122644 # 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 118702 # HELP aspnetcore_requests_current_total Current Requests # TYPE aspnetcore_requests_current_total gauge aspnetcore_requests_current_total 8 # HELP aspnetcore_requests_failed_total Failed Requests # TYPE aspnetcore_requests_failed_total gauge aspnetcore_requests_failed_total 2 # HELP signalr_connections_started_total Total Connections Started # TYPE signalr_connections_started_total gauge signalr_connections_started_total 2383 # HELP signalr_connections_timed_out_total Total Connections Timed Out # TYPE signalr_connections_timed_out_total gauge signalr_connections_timed_out_total 56 # HELP signalr_connections_current_total Current Connections # TYPE signalr_connections_current_total gauge signalr_connections_current_total 8 # 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 9007 # 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 33 # 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 81357 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 12 # 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 8 # HELP http_client_requests_started_total Requests Started # TYPE http_client_requests_started_total gauge http_client_requests_started_total 65883 # HELP http_client_requests_started_per_second Requests Started Rate # TYPE http_client_requests_started_per_second gauge http_client_requests_started_per_second 1 # 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 2 # 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 15.4509 # 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 6285 # 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 77 # 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 77 # HELP net_security_handshakes_duration_milliseconds TLS Handshake Duration # TYPE net_security_handshakes_duration_milliseconds gauge net_security_handshakes_duration_milliseconds 3.2876 # 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 3.2876 # HELP net_dns_lookups_requested_total DNS Lookups Requested # TYPE net_dns_lookups_requested_total gauge net_dns_lookups_requested_total 6478 # HELP net_dns_lookups_duration_milliseconds Average DNS Lookup Duration # TYPE net_dns_lookups_duration_milliseconds gauge net_dns_lookups_duration_milliseconds 8.3052 # HELP net_sockets_outgoing_connections_total Outgoing Connections Established # TYPE net_sockets_outgoing_connections_total gauge net_sockets_outgoing_connections_total 6474 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 81355 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 711329559 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 11237703711 # HELP net_sockets_datagrams_received Datagrams Received # TYPE net_sockets_datagrams_received gauge net_sockets_datagrams_received 1 # HELP net_sockets_datagrams_sent Datagrams Sent # TYPE net_sockets_datagrams_sent gauge net_sockets_datagrams_sent 1 # 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 signalr_sent_by_hub Number of signals sent per hub # TYPE signalr_sent_by_hub counter signalr_sent_by_hub{hub="GeneralHub_POS"} 38489 signalr_sent_by_hub{hub="GeneralHub_KDS"} 7649 signalr_sent_by_hub{hub="TicketHub"} 9451 signalr_sent_by_hub{hub="IntegrationHub"} 2314 signalr_sent_by_hub{hub="GeneralHub_Admin"} 2318 signalr_sent_by_hub{hub="LicenseHub"} 76 signalr_sent_by_hub{hub="GeneralHub_Express"} 22793 signalr_sent_by_hub{hub="OutletHub"} 2 signalr_sent_by_hub{hub="OutletClientHub"} 79 signalr_sent_by_hub{hub="CheckHub"} 21052 signalr_sent_by_hub{hub="GeneralHub_AOW"} 12652 signalr_sent_by_hub{hub="CustomerHub"} 2 signalr_sent_by_hub{hub="GeneralHub_AOA"} 2525 signalr_sent_by_hub{hub="BackgroundWorkerHub"} 4304 signalr_sent_by_hub{hub="PaymentTerminalHub"} 9934 signalr_sent_by_hub{hub="OrderHub"} 2480 signalr_sent_by_hub{hub="CheckoutHub"} 64 signalr_sent_by_hub{hub="BeaconHub_POS"} 127 signalr_sent_by_hub{hub="BeaconHub_AOA"} 55 signalr_sent_by_hub{hub="BeaconHub_AOW"} 55 signalr_sent_by_hub{hub="StockHub"} 988 signalr_sent_by_hub{hub="TableHub"} 6 signalr_sent_by_hub{hub="ProductHub"} 28 signalr_sent_by_hub{hub="MenuTreeHub"} 35 signalr_sent_by_hub{hub="PrinterHub"} 3 # 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 33 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 1869.5228 # 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"} 0 efcore_savechanges_counts_by_states{state="Deleted"} 1 efcore_savechanges_counts_by_states{state="Modified"} 11 efcore_savechanges_counts_by_states{state="Added"} 23 # HELP hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 5 # HELP hangfire_current_recurring Number of hangfire recurring jobs # TYPE hangfire_current_recurring gauge hangfire_current_recurring 1 # HELP hangfire_current_enqueued Number of hangfire jobs enqueued # TYPE hangfire_current_enqueued gauge hangfire_current_enqueued{queue="recurring-jobs"} 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 43484 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 0 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 0 # 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 mongodbcollection_count Number of times the collection is queried # TYPE mongodbcollection_count counter # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter # HELP mongodbcollection_retries Number of times the collection had to rety a query # TYPE mongodbcollection_retries counter # HELP kafka_producer_queue Generic gauge for kafka_producer_queue # TYPE kafka_producer_queue gauge kafka_producer_queue 0 # HELP lockmanager_ping Generic gauge for lockmanager_ping # TYPE lockmanager_ping gauge lockmanager_ping 4 # HELP lockmanager_pressure Generic gauge for lockmanager_pressure # TYPE lockmanager_pressure gauge lockmanager_pressure 0 # 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 8 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 50 # 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 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 aspnetcore_healthcheck_status{name="Cache Redis"} 1 aspnetcore_healthcheck_status{name="Hangfire Redis"} 1 # HELP messagequeue_consumed_count Total number of message queue envelopes consumed # TYPE messagequeue_consumed_count counter messagequeue_consumed_count 109110 # HELP messagequeue_consumed_topics_count Total number of message queue envelopes consumed by topic # TYPE messagequeue_consumed_topics_count counter messagequeue_consumed_topics_count{topic="integration"} 145 messagequeue_consumed_topics_count{topic="webhook"} 8994 messagequeue_consumed_topics_count{topic="websocketticket"} 18902 messagequeue_consumed_topics_count{topic="websocket"} 40521 messagequeue_consumed_topics_count{topic="websocketcheck"} 40399 messagequeue_consumed_topics_count{topic="websocketcheckout"} 128 messagequeue_consumed_topics_count{topic="sms"} 11 messagequeue_consumed_topics_count{topic="notificationlog"} 10 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 3458698.697200024 # HELP messagequeue_consume_handle_topics_time Total time spent handling the consumed message queue envelopes by topic # TYPE messagequeue_consume_handle_topics_time counter messagequeue_consume_handle_topics_time{topic="integration"} 2958.326500000001 messagequeue_consume_handle_topics_time{topic="webhook"} 223837.58459999991 messagequeue_consume_handle_topics_time{topic="websocketticket"} 382006.2624999981 messagequeue_consume_handle_topics_time{topic="websocket"} 1462442.0184000023 messagequeue_consume_handle_topics_time{topic="websocketcheck"} 1374729.2470999996 messagequeue_consume_handle_topics_time{topic="websocketcheckout"} 9449.1472 messagequeue_consume_handle_topics_time{topic="sms"} 3217.7988 messagequeue_consume_handle_topics_time{topic="notificationlog"} 1222.4599000000003 # 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 http_request_duration_seconds The duration of HTTP requests processed by an ASP.NET Core application. # TYPE http_request_duration_seconds histogram http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate"} 0.0915966 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.001"} 70 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.002"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.004"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.008"} 79 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.016"} 79 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.032"} 79 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.064"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.128"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.256"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.512"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="1.024"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="2.048"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="4.096"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="8.192"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="16.384"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="32.768"} 80 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="+Inf"} 80 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate"} 0.0429688 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.001"} 69 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.002"} 71 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.004"} 73 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.008"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.016"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.032"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.064"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.128"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.256"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.512"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="1.024"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="2.048"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="4.096"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="8.192"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="16.384"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="32.768"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="+Inf"} 75 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate"} 0.0552768 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.001"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.002"} 109 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.004"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.008"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.016"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.032"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.064"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.128"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.256"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.512"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="1.024"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="2.048"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="4.096"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="8.192"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="16.384"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="32.768"} 110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="+Inf"} 110 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate"} 0.03151520000000001 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.001"} 72 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.002"} 73 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.004"} 74 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.008"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.016"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.032"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.064"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.128"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.256"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.512"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="1.024"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="2.048"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="4.096"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="8.192"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="16.384"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="32.768"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="+Inf"} 75 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate"} 0.05219819999999998 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.001"} 94 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.002"} 96 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.004"} 98 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.008"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.016"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.032"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.064"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.128"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.256"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.512"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="1.024"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="2.048"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="4.096"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="8.192"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="16.384"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="32.768"} 100 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="+Inf"} 100 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate"} 0.040278100000000004 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.001"} 96 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.002"} 97 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.004"} 98 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.008"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.016"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.032"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.064"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.128"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.256"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.512"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="1.024"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="2.048"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="4.096"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="8.192"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="16.384"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="32.768"} 99 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="+Inf"} 99 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate"} 0.038599900000000006 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.001"} 70 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.002"} 72 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.004"} 72 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.008"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.016"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.032"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.064"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.128"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.256"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.512"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="1.024"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="2.048"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="4.096"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="8.192"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="16.384"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="32.768"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="+Inf"} 75 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate"} 0.041084000000000016 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.001"} 72 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.002"} 73 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.004"} 73 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.008"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.016"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.032"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.064"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.128"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.256"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.512"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="1.024"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="2.048"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="4.096"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="8.192"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="16.384"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="32.768"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="+Inf"} 76 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate"} 0.08189509999999997 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.001"} 621 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.002"} 622 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.004"} 623 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.008"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.016"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.032"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.064"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.128"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.256"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.512"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="1.024"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="2.048"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="4.096"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="8.192"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="16.384"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="32.768"} 624 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="+Inf"} 624 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate"} 0.5536761999999996 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.001"} 503 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.002"} 610 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.004"} 615 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.008"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.016"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.032"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.064"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.128"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.256"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.512"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="1.024"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="2.048"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="4.096"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="8.192"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="16.384"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="32.768"} 620 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="+Inf"} 620 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 271752.3331449 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 73 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 73 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 271820.74894400005 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 73 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 73 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub"} 334850.63325530005 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub"} 78 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 4 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 78 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/ProductHub"} 271675.29158269987 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/ProductHub"} 73 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="4.096"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="8.192"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="16.384"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="+Inf"} 73 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 273358.17062590003 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 95 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 16 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 95 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/CheckHub"} 271740.1838203 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/CheckHub"} 74 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="32.768"} 4 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="+Inf"} 74 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 273495.06935309997 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 96 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 16 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 96 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 1232225.4285779996 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 107 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 107 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/CustomerHub"} 588653.0288126002 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/CustomerHub"} 610 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.256"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.512"} 9 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="1.024"} 16 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="2.048"} 29 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="4.096"} 46 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="8.192"} 70 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="16.384"} 110 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="32.768"} 171 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 610 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.4530681000000001 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 722 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 727 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 735 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 751 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 754 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 755 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 758 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.09686520000000004 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 100 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate"} 0.022596199999999997 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.001"} 167 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.002"} 167 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.004"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.008"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.016"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.032"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.064"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.128"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.256"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.512"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="1.024"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="2.048"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="4.096"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="8.192"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="16.384"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="32.768"} 168 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="+Inf"} 168 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate"} 0.16011090000000006 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.001"} 135 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.002"} 164 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.004"} 166 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.008"} 167 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.016"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.032"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.064"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.128"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.256"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.512"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="1.024"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="2.048"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="4.096"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="8.192"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="16.384"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="32.768"} 168 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="+Inf"} 168 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub"} 30915.123072599992 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub"} 165 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 8 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 21 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 40 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 58 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 75 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 165 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate"} 0.0070559 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.001"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.002"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.004"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.008"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.016"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.032"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.064"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.128"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.256"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.512"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="1.024"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="2.048"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="4.096"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="8.192"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="16.384"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="32.768"} 77 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="+Inf"} 77 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate"} 0.0780956 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.001"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.002"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.004"} 75 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.008"} 76 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.016"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.032"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.064"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.128"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.256"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.512"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="1.024"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="2.048"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="4.096"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="8.192"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="16.384"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="32.768"} 77 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="+Inf"} 77 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/OrderHub"} 15980.4162014 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/OrderHub"} 77 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="2.048"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="4.096"} 12 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="8.192"} 22 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="16.384"} 29 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="32.768"} 35 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="+Inf"} 77 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 0.0020032000000000006 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.001"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.002"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.004"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.008"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.016"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.032"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.064"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.128"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.256"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.512"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="1.024"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="2.048"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="4.096"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="8.192"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="16.384"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="32.768"} 22 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="+Inf"} 22 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 0.018802000000000003 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.001"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.002"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.004"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.008"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.016"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.032"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.064"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.128"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.256"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.512"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="1.024"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="2.048"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="4.096"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="8.192"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="16.384"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="32.768"} 22 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="+Inf"} 22 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 4314.7833895 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 22 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 8 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 11 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 13 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 22 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate"} 0.4570358999999999 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.001"} 723 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.002"} 755 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.004"} 758 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.008"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.016"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.032"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.064"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.128"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.256"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.512"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="1.024"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="2.048"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="4.096"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="8.192"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="16.384"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="32.768"} 767 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="+Inf"} 767 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 884048.3774439986 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 734 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 7 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 11 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 16 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 25 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 408 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 734 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 0.012132200000000001 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 17 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 18 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 18 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 133559.0933337005 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 3550 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 1075 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 1083 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 1089 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 1113 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 1125 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 1138 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 1155 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 1206 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 1250 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 1326 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 1447 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 1569 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 1693 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 1863 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 2006 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 2084 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 3550 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 0.0104827 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 29 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 30 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate"} 0.005017299999999999 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.001"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.002"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.004"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.008"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.016"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.032"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.064"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.128"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.256"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.512"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="1.024"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="2.048"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="4.096"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="8.192"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="16.384"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="32.768"} 41 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="+Inf"} 41 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate"} 0.0351177 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.001"} 29 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.002"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.004"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.008"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.016"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.032"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.064"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.128"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.256"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.512"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="1.024"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="2.048"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="4.096"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="8.192"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="16.384"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="32.768"} 41 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="+Inf"} 41 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub"} 58782.2473417 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub"} 40 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.256"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.512"} 7 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="1.024"} 7 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="2.048"} 11 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="4.096"} 19 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="8.192"} 22 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="16.384"} 24 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="32.768"} 25 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="+Inf"} 40 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 71.4435489 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate"} 0.0088717 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.001"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.002"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.004"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.008"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.016"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.032"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.064"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.128"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.256"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.512"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="1.024"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="2.048"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="4.096"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="8.192"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="16.384"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="32.768"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="+Inf"} 18 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 23439.1965093 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 18 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="1.024"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="2.048"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="4.096"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="8.192"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="16.384"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="32.768"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="+Inf"} 18 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.050733300000000016 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 40 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 47 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 48 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 48 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint=""} 0.1330865 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint=""} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.001"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.002"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.004"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.008"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.016"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.032"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.064"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.128"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.256"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.512"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="1.024"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="2.048"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="4.096"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="8.192"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="16.384"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="32.768"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="+Inf"} 15 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/CustomerHub"} 0.0002479 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/CustomerHub"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/CustomerHub"} 30.7177071 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/CustomerHub"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="4.096"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="8.192"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub"} 0.0001938 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/CustomerHub"} 0.0006011 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/CustomerHub"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog"} 0.0403623 http_request_duration_seconds_count{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.002"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.004"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.008"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.016"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.032"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.064"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.128"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.256"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.512"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="1.024"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="2.048"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="4.096"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="8.192"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="16.384"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="32.768"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/healthz"} 0.04964589999999999 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/healthz"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.004"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="+Inf"} 3 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.0016711000000000002 http_request_duration_seconds_count{code="405",method="HEAD",controller="",action="",endpoint=""} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.001"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.002"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.004"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.008"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.016"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.032"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.064"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.128"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.256"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.512"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="1.024"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="2.048"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="4.096"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="8.192"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="16.384"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="32.768"} 5 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 5 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 0.0016791 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 1 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 2 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 2 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 0.0001725 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.001"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.002"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.004"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.008"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.016"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.032"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.064"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.128"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.256"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.512"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="1.024"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="2.048"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="4.096"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="8.192"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="16.384"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="32.768"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="+Inf"} 1 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate"} 0.0001743 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.001"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.002"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.004"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.008"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.016"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.032"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.064"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.128"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.256"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.512"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="1.024"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="2.048"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="4.096"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="8.192"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="16.384"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="32.768"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 0.0011568 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.002"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.004"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="+Inf"} 1 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 3.5696904 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="HEAD",controller="",action="",endpoint=""} 0.0017384000000000002 http_request_duration_seconds_count{code="404",method="HEAD",controller="",action="",endpoint=""} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.001"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.002"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.004"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.008"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.016"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.032"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.064"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.128"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.256"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.512"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="1.024"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="2.048"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="4.096"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="8.192"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="16.384"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="32.768"} 5 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 5 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.013573499999999997 http_request_duration_seconds_count{code="405",method="POST",controller="",action="",endpoint=""} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.001"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.002"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.004"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.008"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.016"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.032"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.064"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.128"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.256"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.512"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="1.024"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="2.048"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="4.096"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="8.192"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="16.384"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="32.768"} 93 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="+Inf"} 93 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate"} 0.0076936999999999995 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.001"} 8 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.002"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.004"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.008"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.016"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.032"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.064"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.128"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.256"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="2.048"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="8.192"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate"} 0.0041075999999999994 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.001"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.002"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.004"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.008"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="+Inf"} 5 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/TicketHub"} 126079.55149980001 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/TicketHub"} 10 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="+Inf"} 10 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/OutletHub"} 63048.5474537 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/OutletHub"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 90.0182871 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 92.2944145 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub"} 90.0143042 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/CheckHub"} 90.00871799999999 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/CheckHub"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 91.4551429 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 91.44826520000001 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0.0015853 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 0.0003013 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub"} 0.0002922 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CheckHub"} 0.00015519999999999998 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CheckHub"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub"} 0.0005262 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 0.0005381 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 0.0002988 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/CheckHub"} 0.0001275 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/CheckHub"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub"} 0.0001131 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0.0003361 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 0.0004027 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 0.0001287 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0.0001664 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/ProductHub"} 90.00534780000001 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/ProductHub"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.004"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/ProductHub"} 0.0002624 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/ProductHub"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/ProductHub"} 0.0003422 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/ProductHub"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 180.9120312 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 0.00037969999999999996 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 0.0007757 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0.042963 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.002"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="+Inf"} 3 http_request_duration_seconds_sum{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.0059737 http_request_duration_seconds_count{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 2 http_request_duration_seconds_sum{code="301",method="GET",controller="",action="",endpoint=""} 0.0055978 http_request_duration_seconds_count{code="301",method="GET",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.001"} 1 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.008"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.016"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.032"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.128"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.256"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.512"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="1.024"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="2.048"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="+Inf"} 3 # HELP http_requests_received_total Provides the count of HTTP requests that have been processed by the ASP.NET Core pipeline. # TYPE http_requests_received_total counter http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate"} 80 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate"} 75 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate"} 110 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate"} 75 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate"} 100 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate"} 99 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate"} 75 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate"} 76 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate"} 624 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate"} 620 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 73 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 73 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub"} 78 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/ProductHub"} 73 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 95 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/CheckHub"} 74 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 96 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 107 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/CustomerHub"} 610 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 758 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 100 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate"} 168 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate"} 168 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub"} 165 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate"} 77 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate"} 77 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/OrderHub"} 77 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 22 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 22 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 22 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate"} 767 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 734 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 18 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 3550 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 30 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate"} 41 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate"} 41 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub"} 40 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 2 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate"} 18 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 18 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 48 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint=""} 15 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/CustomerHub"} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/CustomerHub"} 2 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub"} 2 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/CustomerHub"} 2 http_requests_received_total{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog"} 4 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/healthz"} 3 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 5 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 2 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 1 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate"} 1 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 1 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 1 http_requests_received_total{code="404",method="HEAD",controller="",action="",endpoint=""} 5 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 93 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate"} 10 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate"} 5 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/TicketHub"} 10 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/OutletHub"} 5 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 4 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 5 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub"} 4 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/CheckHub"} 4 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 4 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 4 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 2 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 2 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub"} 2 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CheckHub"} 2 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub"} 2 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 2 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 1 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/CheckHub"} 1 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub"} 1 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 1 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 1 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 1 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/ProductHub"} 4 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/ProductHub"} 2 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/ProductHub"} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 6 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 2 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 1 http_requests_received_total{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 3 http_requests_received_total{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 2 http_requests_received_total{code="301",method="GET",controller="",action="",endpoint=""} 3 # HELP http_requests_in_progress The number of requests currently in progress in the ASP.NET Core pipeline. One series without controller/action label values counts all in-progress requests, with separate series existing for each controller-action pair. # TYPE http_requests_in_progress gauge http_requests_in_progress{method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/OutletClientHub"} 1 http_requests_in_progress{method="POST",controller="",action="",endpoint="/ProductHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/ProductHub"} 1 http_requests_in_progress{method="GET",controller="",action="",endpoint="/MenuTreeHub"} 1 http_requests_in_progress{method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 1 http_requests_in_progress{method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 1 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CheckHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 1 http_requests_in_progress{method="GET",controller="",action="",endpoint="/CheckHub"} 1 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CustomerHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/CustomerHub"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/CheckoutHub"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/OrderHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/OrderHub"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 1 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/IntegrationHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/CustomerHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CustomerHub"} 0 http_requests_in_progress{method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/healthz"} 0 http_requests_in_progress{method="HEAD",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/SalesGroupHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/TicketHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/OutletHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/OutletHub"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/TicketHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/OutletClientHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CheckHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/MenuTreeHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/ProductHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 0 http_requests_in_progress{method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0 # HELP current_requests_total Number of requests currently in progress. # TYPE current_requests_total gauge current_requests_total 0 # HELP current_requests Number of requests currently in progress. # TYPE current_requests gauge # HELP signalr_hub_connections Number of connections per hub. # TYPE signalr_hub_connections gauge signalr_hub_connections{hub="OutletClientHub"} 1 signalr_hub_connections{hub="ProductHub"} 1 signalr_hub_connections{hub="MenuTreeHub"} 1 signalr_hub_connections{hub="BeaconHub_POS"} 0 signalr_hub_connections{hub="GeneralHub_Express"} 1 signalr_hub_connections{hub="PaymentTerminalHub"} 1 signalr_hub_connections{hub="BackgroundWorkerHub"} 1 signalr_hub_connections{hub="CheckHub"} 1 signalr_hub_connections{hub="CustomerHub"} 0 signalr_hub_connections{hub="CheckoutHub"} 0 signalr_hub_connections{hub="OrderHub"} 0 signalr_hub_connections{hub="GeneralHub_AOW"} 0 signalr_hub_connections{hub="GeneralHub_POS"} 1 signalr_hub_connections{hub="IntegrationHub"} 0 signalr_hub_connections{hub="GeneralHub_KDS"} 0 signalr_hub_connections{hub="SaleGroupHub"} 0 signalr_hub_connections{hub="OutletHub"} 0 signalr_hub_connections{hub="TicketHub"} 0 # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 58723 dotnet_collection_count_total{generation="1"} 8983 dotnet_collection_count_total{generation="2"} 1969 # 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 1766365845.1366725 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 26461.56 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 12569432064 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 458018816 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 1448304640 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 872 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 145 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 64222720 # HELP prometheus_net_metric_families Number of metric families currently registered. # TYPE prometheus_net_metric_families gauge prometheus_net_metric_families{metric_type="counter"} 50 prometheus_net_metric_families{metric_type="gauge"} 241 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 11 # 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"} 176 prometheus_net_metric_instances{metric_type="gauge"} 335 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 104 # 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"} 176 prometheus_net_metric_timeseries{metric_type="gauge"} 335 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 2091 # 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 223620 # 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 8 # 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 30 # 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-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",state="idle"} 1 npgsql_db_client_connections_usage{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",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-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11"} 11 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 2.1472028804212973 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 458.018816 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 64.157016 # 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 58581 # 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 8951 # 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 1965 # 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 4 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 18 # 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 1930226 # HELP system_runtime_threadpool_queue_length ThreadPool Queue Length # TYPE system_runtime_threadpool_queue_length gauge system_runtime_threadpool_queue_length 2 # 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 50259678 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 164811723176 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 97 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 23.337284534204755 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 91.127808 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 13713 # 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 237537.93199999997 # HELP system_runtime_gen_0_size (B) Gen 0 Size # TYPE system_runtime_gen_0_size gauge system_runtime_gen_0_size 0 # HELP system_runtime_gen_1_size (B) Gen 1 Size # TYPE system_runtime_gen_1_size gauge system_runtime_gen_1_size 212808 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 43440992 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 35620336 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 823032 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 301 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 6614194 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 122644 # 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 25672.106500000005 # 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 system_net_http_http_client_active_requests{http_request_method="POST",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 # 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 system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 2902.7308657000035 system_net_http_http_client_request_duration_count{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 4249 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 52818 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 61153 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 62568 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 62772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 63990 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 64368 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 65732 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 65763 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 65772 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 65772 # HELP microsoft_aspnetcore_http_connections_connections_started Total Connections Started # TYPE microsoft_aspnetcore_http_connections_connections_started gauge microsoft_aspnetcore_http_connections_connections_started 2383 # HELP microsoft_aspnetcore_http_connections_connections_stopped Total Connections Stopped # TYPE microsoft_aspnetcore_http_connections_connections_stopped gauge microsoft_aspnetcore_http_connections_connections_stopped 2375 # HELP microsoft_aspnetcore_http_connections_connections_timed_out Total Connections Timed Out # TYPE microsoft_aspnetcore_http_connections_connections_timed_out gauge microsoft_aspnetcore_http_connections_connections_timed_out 56 # HELP microsoft_aspnetcore_http_connections_current_connections Current Connections # TYPE microsoft_aspnetcore_http_connections_current_connections gauge microsoft_aspnetcore_http_connections_current_connections 8 # HELP microsoft_aspnetcore_http_connections_connections_duration (ms) Average Connection Duration # TYPE microsoft_aspnetcore_http_connections_connections_duration gauge microsoft_aspnetcore_http_connections_connections_duration 0 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 65883 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 65868 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 36 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 36 # 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 2 # 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 15.4509 # 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 6474 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 81355 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 711329559 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 11237703711 # HELP system_net_sockets_datagrams_received Datagrams Received # TYPE system_net_sockets_datagrams_received gauge system_net_sockets_datagrams_received 0 # HELP system_net_sockets_datagrams_sent Datagrams Sent # TYPE system_net_sockets_datagrams_sent gauge system_net_sockets_datagrams_sent 0 # HELP system_net_nameresolution_dns_lookups_requested DNS Lookups Requested # TYPE system_net_nameresolution_dns_lookups_requested gauge system_net_nameresolution_dns_lookups_requested 6478 # 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 8.3052 # HELP system_net_security_tls_handshake_total TLS handshakes completed # TYPE system_net_security_tls_handshake_total counter system_net_security_tls_handshake_total 6208 # 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 6285 # 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 0 # 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 77 # 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 77 # 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 3.2876 # 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 3.2876 # 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 118682 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 118702 # HELP microsoft_aspnetcore_hosting_current_requests Current Requests # TYPE microsoft_aspnetcore_hosting_current_requests gauge microsoft_aspnetcore_hosting_current_requests 8 # HELP microsoft_aspnetcore_hosting_failed_requests Failed Requests # TYPE microsoft_aspnetcore_hosting_failed_requests gauge microsoft_aspnetcore_hosting_failed_requests 2 # 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 9007 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 9006 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 33 # 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 33 # 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 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 81343 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 81357 # 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 12 # 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 8 # 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-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11"} 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-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11"} 14022405 # 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-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11"} 17994532 # 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-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11"} 589.342449900002 npgsql_db_client_commands_duration_count{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.01"} 115397 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.02"} 116687 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.04"} 116992 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.08"} 117041 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.16"} 117049 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.32"} 117057 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.64"} 117110 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="1.28"} 117310 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="2.56"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="5.12"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="10.24"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="20.48"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="40.96"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="81.92"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="163.84"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="327.68"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="655.36"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="1310.72"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="2621.44"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="5242.88"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="10485.76"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="20971.52"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="41943.04"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="83886.08"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="167772.16"} 117319 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="+Inf"} 117319 # 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.1.94",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.1.94",server_port="80"} 12 # 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"} 9 # 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"} 78197 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 30914 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="SelfLog"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="Version"} 1 # 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"} 958.2189155999849 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"} 77268 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"} 72408 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"} 74506 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"} 75344 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"} 75848 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"} 75860 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"} 76823 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"} 76983 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"} 77237 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 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"} 77268 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http"} 0.0045262 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="301",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 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"} 903.1288131000032 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"} 30913 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"} 11826 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"} 30196 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"} 30585 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"} 30602 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"} 30608 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"} 30720 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"} 30909 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 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"} 30913 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http"} 0.0021865 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Version",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http"} 0.0206856 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",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="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="SelfLog",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 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.0005569 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 # 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.1.94",server_port="80"} 6175257.934219311 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.1.94",server_port="80"} 81331 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.1.94",server_port="80",le="0.01"} 57738 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.1.94",server_port="80",le="0.02"} 59848 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.1.94",server_port="80",le="0.04"} 60426 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.1.94",server_port="80",le="0.08"} 60794 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.1.94",server_port="80",le="0.16"} 60801 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.1.94",server_port="80",le="0.32"} 61506 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.1.94",server_port="80",le="0.64"} 61631 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.1.94",server_port="80",le="1.28"} 61915 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.1.94",server_port="80",le="2.56"} 62013 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.1.94",server_port="80",le="5.12"} 62067 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.1.94",server_port="80",le="10.24"} 62200 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.1.94",server_port="80",le="20.48"} 62293 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.1.94",server_port="80",le="40.96"} 62802 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.1.94",server_port="80",le="81.92"} 79672 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.1.94",server_port="80",le="163.84"} 80367 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.1.94",server_port="80",le="327.68"} 80692 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.1.94",server_port="80",le="655.36"} 80847 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.1.94",server_port="80",le="1310.72"} 80995 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.1.94",server_port="80",le="2621.44"} 81127 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.1.94",server_port="80",le="5242.88"} 81198 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.1.94",server_port="80",le="10485.76"} 81233 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.1.94",server_port="80",le="20971.52"} 81263 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.1.94",server_port="80",le="41943.04"} 81295 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.1.94",server_port="80",le="83886.08"} 81320 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.1.94",server_port="80",le="167772.16"} 81331 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.1.94",server_port="80",le="+Inf"} 81331 # 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-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11"} 0 # HELP microsoft_aspnetcore_http_connections_signalr_server_active_connections ({connection}) Number of connections that are currently active on the server. (UpDownCounter`1) # TYPE microsoft_aspnetcore_http_connections_signalr_server_active_connections gauge # HELP microsoft_aspnetcore_server_kestrel_kestrel_upgraded_connections ({connection}) Number of HTTP connections that are currently upgraded (WebSockets). The number only tracks HTTP/1.1 connections. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_upgraded_connections gauge # 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-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com"} 0.32201079999999993 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 22 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 22 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.28770000000000007 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.01"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.02"} 20 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.04"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.08"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.16"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.32"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="0.64"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="1.28"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="2.56"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="5.12"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="10.24"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="20.48"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="40.96"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="81.92"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="163.84"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="327.68"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="655.36"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="1310.72"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="2621.44"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="5242.88"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="10485.76"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="20971.52"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="41943.04"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="83886.08"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="167772.16"} 21 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 21 # 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 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 2 # 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 system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 6.564825999999999 system_net_http_http_client_request_time_in_queue_count{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 1 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 16 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 18 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 20 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 20 # 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-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11"} 6.6271666 npgsql_db_client_connections_create_time_count{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.01"} 0 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.02"} 0 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.04"} 20 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.08"} 33 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.16"} 33 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.32"} 43 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="0.64"} 46 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="1.28"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="2.56"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="5.12"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="10.24"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="20.48"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="40.96"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="81.92"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="163.84"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="327.68"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="655.36"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="1310.72"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="2621.44"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="5242.88"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="10485.76"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="20971.52"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="41943.04"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="83886.08"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="167772.16"} 47 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-beta-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=11",le="+Inf"} 47 # 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 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 359.821 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.92",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 1 # HELP microsoft_aspnetcore_http_connections_signalr_server_connection_duration (s) The duration of connections on the server. (Histogram`1) # TYPE microsoft_aspnetcore_http_connections_signalr_server_connection_duration histogram