# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 1050 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 48179910 # 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 12000000000 # 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"} 4394784 dotnet_gc_heap_size_bytes{gc_generation="2"} 113130456 dotnet_gc_heap_size_bytes{gc_generation="loh"} 102290880 # 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"} 680481 dotnet_gc_collection_count_total{gc_generation="1"} 98294 dotnet_gc_collection_count_total{gc_generation="2"} 29964 # 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 15404402059688 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 378553207 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 19520925 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 21 # 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 1629415263 # 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 9349698 dotnet_threadpool_queue_length_count 5412545 dotnet_threadpool_queue_length_bucket{le="0"} 4643795 dotnet_threadpool_queue_length_bucket{le="1"} 4717804 dotnet_threadpool_queue_length_bucket{le="10"} 5230746 dotnet_threadpool_queue_length_bucket{le="100"} 5398751 dotnet_threadpool_queue_length_bucket{le="1000"} 5412545 dotnet_threadpool_queue_length_bucket{le="+Inf"} 5412545 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 202 # 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.22",os_version="Debian GNU/Linux 12 (bookworm)",process_architecture="X64",gc_mode="Server"} 1 # HELP process_cpu_count The number of processor cores available to this process. # TYPE process_cpu_count gauge process_cpu_count 3 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 0.6667189339904778 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 1205.948416 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 186.240528 # 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 21 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 4 # HELP runtime_threadpool_queue_length ThreadPool Queue Length # TYPE runtime_threadpool_queue_length gauge runtime_threadpool_queue_length 1 # HELP runtime_threadpool_completed_items_total ThreadPool Completed Work Item Count # TYPE runtime_threadpool_completed_items_total gauge runtime_threadpool_completed_items_total 263 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 122936 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 202 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 21.84188630485702 # HELP runtime_exceptions_total Exception Count # TYPE runtime_exceptions_total gauge runtime_exceptions_total 8 # 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 4394784 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 113130456 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 102290880 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 8384024 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 303 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 378553207 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 19520925 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 37 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 7189444 # HELP aspnetcore_requests_current_total Current Requests # TYPE aspnetcore_requests_current_total gauge aspnetcore_requests_current_total 1955415 # HELP aspnetcore_requests_failed_total Failed Requests # TYPE aspnetcore_requests_failed_total gauge aspnetcore_requests_failed_total 8 # HELP signalr_connections_started_total Total Connections Started # TYPE signalr_connections_started_total gauge signalr_connections_started_total 1955945 # HELP signalr_connections_timed_out_total Total Connections Timed Out # TYPE signalr_connections_timed_out_total gauge signalr_connections_timed_out_total 293403 # HELP signalr_connections_current_total Current Connections # TYPE signalr_connections_current_total gauge signalr_connections_current_total 530 # HELP signalr_connections_duration_milliseconds Average Connection Duration # TYPE signalr_connections_duration_milliseconds gauge signalr_connections_duration_milliseconds 31061.37355 # HELP grpc_server_calls_total Total Calls # TYPE grpc_server_calls_total gauge grpc_server_calls_total 12 # HELP grpc_server_calls_current_total Current Calls # TYPE grpc_server_calls_current_total gauge grpc_server_calls_current_total 1 # HELP grpc_server_calls_failed_total Total Calls Failed # TYPE grpc_server_calls_failed_total gauge grpc_server_calls_failed_total 1 # HELP grpc_server_deadline_exceeded_total Total Calls Deadline Exceeded # TYPE grpc_server_deadline_exceeded_total gauge grpc_server_deadline_exceeded_total 1 # HELP grpc_server_messages_sent_total Total Messages Sent # TYPE grpc_server_messages_sent_total gauge grpc_server_messages_sent_total 12 # HELP grpc_server_messages_received_total Total Messages Received # TYPE grpc_server_messages_received_total gauge grpc_server_messages_received_total 12 # HELP grpc_server_calls_unimplemented_total Total Calls Unimplemented # TYPE grpc_server_calls_unimplemented_total gauge grpc_server_calls_unimplemented_total 1 # 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 3419654 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 5 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 124711 # 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 100 # 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 13 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 2487307 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 539 # 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 429 # HELP http_client_requests_started_total Requests Started # TYPE http_client_requests_started_total gauge http_client_requests_started_total 1431191 # HELP http_client_requests_started_per_second Requests Started Rate # TYPE http_client_requests_started_per_second gauge http_client_requests_started_per_second 2 # HELP http_client_requests_aborted_total Total Requests Aborted # TYPE http_client_requests_aborted_total gauge http_client_requests_aborted_total 0 # HELP http_client_requests_aborted_per_second Requests Failed Rate # TYPE http_client_requests_aborted_per_second gauge http_client_requests_aborted_per_second 0 # HELP http_client_requests_current_total Current Requests # TYPE http_client_requests_current_total gauge http_client_requests_current_total 1 # HELP http_client_http11_connections_current_total Current Http 1.1 Connections # TYPE http_client_http11_connections_current_total gauge http_client_http11_connections_current_total 1 # HELP http_client_http20_connections_current_total Current Http 2.0 Connections # TYPE http_client_http20_connections_current_total gauge http_client_http20_connections_current_total 1 # HELP http_client_http11_requests_queue_duration_milliseconds HTTP 1.1 Requests Queue Duration # TYPE http_client_http11_requests_queue_duration_milliseconds gauge http_client_http11_requests_queue_duration_milliseconds 0 # HELP http_client_http20_requests_queue_duration_milliseconds HTTP 2.0 Requests Queue Duration # TYPE http_client_http20_requests_queue_duration_milliseconds gauge http_client_http20_requests_queue_duration_milliseconds 0 # HELP net_security_tls_handshakes_per_second TLS handshakes completed # TYPE net_security_tls_handshakes_per_second gauge net_security_tls_handshakes_per_second 0 # HELP net_security_tls_handshakes_total Total TLS handshakes completed # TYPE net_security_tls_handshakes_total gauge net_security_tls_handshakes_total 171298 # 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 7 # HELP net_security_tls_sessions_total All TLS Sessions Active # TYPE net_security_tls_sessions_total gauge net_security_tls_sessions_total 82 # 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 82 # HELP net_security_handshakes_duration_milliseconds TLS Handshake Duration # TYPE net_security_handshakes_duration_milliseconds gauge net_security_handshakes_duration_milliseconds 0 # 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 0 # HELP net_dns_lookups_requested_total DNS Lookups Requested # TYPE net_dns_lookups_requested_total gauge net_dns_lookups_requested_total 171997 # HELP net_dns_lookups_duration_milliseconds Average DNS Lookup Duration # TYPE net_dns_lookups_duration_milliseconds gauge net_dns_lookups_duration_milliseconds 0 # HELP net_sockets_outgoing_connections_total Outgoing Connections Established # TYPE net_sockets_outgoing_connections_total gauge net_sockets_outgoing_connections_total 171970 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 2487299 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 409595024113 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 737542418364 # HELP net_sockets_datagrams_received Datagrams Received # TYPE net_sockets_datagrams_received gauge net_sockets_datagrams_received 2 # HELP net_sockets_datagrams_sent Datagrams Sent # TYPE net_sockets_datagrams_sent gauge net_sockets_datagrams_sent 2 # HELP sqlclient_active_hard_connections_total Actual active connections are made to servers # TYPE sqlclient_active_hard_connections_total gauge sqlclient_active_hard_connections_total 0 # HELP sqlclient_hard_connects_per_second Actual connections are made to servers # TYPE sqlclient_hard_connects_per_second gauge sqlclient_hard_connects_per_second 0 # HELP sqlclient_hard_disconnects_per_second Actual disconnections are made to servers # TYPE sqlclient_hard_disconnects_per_second gauge sqlclient_hard_disconnects_per_second 0 # HELP sqlclient_active_soft_connections_total Active connections got from connection pool # TYPE sqlclient_active_soft_connections_total gauge sqlclient_active_soft_connections_total 0 # HELP sqlclient_soft_connects_per_second Connections got from connection pool # TYPE sqlclient_soft_connects_per_second gauge sqlclient_soft_connects_per_second 0 # HELP sqlclient_soft_disconnects_per_second Connections returned to the connection pool # TYPE sqlclient_soft_disconnects_per_second gauge sqlclient_soft_disconnects_per_second 0 # HELP sqlclient_non_pooled_connections_total Number of connections are not using connection pooling # TYPE sqlclient_non_pooled_connections_total gauge sqlclient_non_pooled_connections_total 0 # HELP sqlclient_pooled_connections_total Number of connections are managed by connection pooler # TYPE sqlclient_pooled_connections_total gauge sqlclient_pooled_connections_total 0 # HELP sqlclient_active_connection_pool_groups_total Number of active unique connection strings # TYPE sqlclient_active_connection_pool_groups_total gauge sqlclient_active_connection_pool_groups_total 0 # HELP sqlclient_inactive_connection_pool_groups_total Number of unique connection strings waiting for pruning # TYPE sqlclient_inactive_connection_pool_groups_total gauge sqlclient_inactive_connection_pool_groups_total 0 # HELP sqlclient_active_connection_pools_total Number of active connection pools # TYPE sqlclient_active_connection_pools_total gauge sqlclient_active_connection_pools_total 0 # HELP sqlclient_inactive_connection_pools_total Number of inactive connection pools # TYPE sqlclient_inactive_connection_pools_total gauge sqlclient_inactive_connection_pools_total 0 # HELP sqlclient_active_connections_total Number of active connections # TYPE sqlclient_active_connections_total gauge sqlclient_active_connections_total 0 # HELP sqlclient_free_connections_total Number of free-ready connections # TYPE sqlclient_free_connections_total gauge sqlclient_free_connections_total 0 # HELP sqlclient_stasis_connections_total Number of connections currently waiting to be ready # TYPE sqlclient_stasis_connections_total gauge sqlclient_stasis_connections_total 0 # HELP sqlclient_reclaimed_connections_total Number of reclaimed connections from GC # TYPE sqlclient_reclaimed_connections_total gauge sqlclient_reclaimed_connections_total 0 # HELP signalr_sent_by_hub Number of signals sent per hub # TYPE signalr_sent_by_hub counter signalr_sent_by_hub{hub="GeneralHub_Admin"} 4204872 signalr_sent_by_hub{hub="IntegrationHub"} 4205950 signalr_sent_by_hub{hub="TicketHub"} 2296169 signalr_sent_by_hub{hub="GeneralHub_POS"} 9939792 signalr_sent_by_hub{hub="GeneralHub_KDS"} 1922206 signalr_sent_by_hub{hub="GeneralHub_Express"} 6588400 signalr_sent_by_hub{hub="PaymentTerminalHub"} 3232197 signalr_sent_by_hub{hub="CheckHub"} 4038185 signalr_sent_by_hub{hub="OutletClientHub"} 6621 signalr_sent_by_hub{hub="BackgroundWorkerHub"} 1620608 signalr_sent_by_hub{hub="OrderHub"} 955517 signalr_sent_by_hub{hub="GeneralHub_AOW"} 3132699 signalr_sent_by_hub{hub="GeneralHub_AOA"} 921691 signalr_sent_by_hub{hub="StockHub"} 388206 signalr_sent_by_hub{hub="ProductHub"} 11363 signalr_sent_by_hub{hub="MenuTreeHub"} 12101 signalr_sent_by_hub{hub="GiftCardHub"} 419 signalr_sent_by_hub{hub="CheckoutHub"} 48219 signalr_sent_by_hub{hub="BeaconHub_POS"} 47639 signalr_sent_by_hub{hub="BeaconHub_AOA"} 39009 signalr_sent_by_hub{hub="BeaconHub_AOW"} 39009 signalr_sent_by_hub{hub="AdyenIntegrationHub"} 774 signalr_sent_by_hub{hub="TableHub"} 754 signalr_sent_by_hub{hub="SaleGroupHub"} 22983 signalr_sent_by_hub{hub="PrinterHub"} 909 signalr_sent_by_hub{hub="WayOfPaymentHub"} 95 signalr_sent_by_hub{hub="CustomerHub"} 25 signalr_sent_by_hub{hub="LicenseHub"} 134 signalr_sent_by_hub{hub="OutletHub"} 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 124711 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 1175134.8256000124 # 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"} 138621 efcore_savechanges_counts_by_states{state="Deleted"} 1 efcore_savechanges_counts_by_states{state="Modified"} 114024 efcore_savechanges_counts_by_states{state="Added"} 15859 # HELP hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 105 # 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="integration-events"} 0 hangfire_current_enqueued{queue="recurring-jobs"} 0 hangfire_current_enqueued{queue="message-queue"} 0 # HELP hangfire_current_scheduled Number of hangfire jobs scheduled # TYPE hangfire_current_scheduled gauge hangfire_current_scheduled 577 # HELP hangfire_current_processing Number of hangfire jobs processing # TYPE hangfire_current_processing gauge hangfire_current_processing 1 # HELP hangfire_current_succeeded Number of hangfire jobs succeeded # TYPE hangfire_current_succeeded gauge hangfire_current_succeeded 6991357 # 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 mongodbcollection_count{Name="TenantDto"} 946 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="TenantDto"} 15803 # 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 1 # 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 271 # 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 36581077 # 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="websocket"} 20903461 messagequeue_consumed_topics_count{topic="webhook"} 3190928 messagequeue_consumed_topics_count{topic="websocketticket"} 4587059 messagequeue_consumed_topics_count{topic="websocketcheck"} 7789788 messagequeue_consumed_topics_count{topic="integration"} 2100 messagequeue_consumed_topics_count{topic="websocketcheckout"} 97083 messagequeue_consumed_topics_count{topic="sms"} 9316 messagequeue_consumed_topics_count{topic="notificationlog"} 1342 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 794906786.6671166 # 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="websocket"} 364780898.20559907 messagequeue_consume_handle_topics_time{topic="webhook"} 71262042.60900147 messagequeue_consume_handle_topics_time{topic="websocketticket"} 111209253.05539496 messagequeue_consume_handle_topics_time{topic="websocketcheck"} 241422890.7295959 messagequeue_consume_handle_topics_time{topic="integration"} 9744.505100000022 messagequeue_consume_handle_topics_time{topic="websocketcheckout"} 4018443.0229000095 messagequeue_consume_handle_topics_time{topic="sms"} 2334275.775000004 messagequeue_consume_handle_topics_time{topic="notificationlog"} 26980.545200000037 # 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 9 # 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 messagequeue_consume_topics_failure_count{topic="webhook"} 2 messagequeue_consume_topics_failure_count{topic="websocketcheck"} 1 messagequeue_consume_topics_failure_count{topic="websocket"} 5 messagequeue_consume_topics_failure_count{topic="websocketticket"} 1 # 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="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate"} 4.725709000000154 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.001"} 58375 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.002"} 58377 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.004"} 58384 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.008"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.016"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.032"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.064"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.128"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.256"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.512"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="1.024"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="2.048"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="4.096"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="8.192"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="16.384"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="32.768"} 58391 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate",le="+Inf"} 58391 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate"} 9.915219500000035 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.001"} 24588 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.002"} 24709 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.004"} 24748 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.008"} 24757 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.016"} 24761 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.032"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.064"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.128"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.256"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="0.512"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="1.024"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="2.048"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="4.096"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="8.192"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="16.384"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="32.768"} 24765 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate",le="+Inf"} 24765 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate"} 223.8598397000039 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.001"} 839114 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.002"} 839628 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.004"} 839892 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.008"} 840078 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.016"} 840099 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.032"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.064"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.128"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.256"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="0.512"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="1.024"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="2.048"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="4.096"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="8.192"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="16.384"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="32.768"} 840103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate",le="+Inf"} 840103 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate"} 2.2707034000000053 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.001"} 9960 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.002"} 9997 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.004"} 10001 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.008"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.016"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.032"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.064"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.128"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.256"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="0.512"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="1.024"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="2.048"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="4.096"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="8.192"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="16.384"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="32.768"} 10004 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate",le="+Inf"} 10004 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate"} 26.62563910000031 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.001"} 109778 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.002"} 110215 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.004"} 110348 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.008"} 110384 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.016"} 110387 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.032"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.064"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.128"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.256"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="0.512"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="1.024"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="2.048"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="4.096"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="8.192"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="16.384"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="32.768"} 110389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate",le="+Inf"} 110389 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate"} 4.335830799999975 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.001"} 18666 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.002"} 18697 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.004"} 18700 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.008"} 18711 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.016"} 18711 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.032"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.064"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.128"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.256"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="0.512"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="1.024"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="2.048"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="4.096"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="8.192"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="16.384"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="32.768"} 18712 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate",le="+Inf"} 18712 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate"} 10.139090599999946 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.001"} 39965 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.002"} 40351 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.004"} 40487 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.008"} 40502 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.016"} 40504 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.032"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.064"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.128"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.256"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="0.512"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="1.024"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="2.048"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="4.096"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="8.192"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="16.384"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="32.768"} 40506 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate",le="+Inf"} 40506 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate"} 22.41014960000003 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.001"} 92421 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.002"} 92660 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.004"} 92730 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.008"} 92754 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.016"} 92757 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.032"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.064"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.128"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.256"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="0.512"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="1.024"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="2.048"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="4.096"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="8.192"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="16.384"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="32.768"} 92759 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate",le="+Inf"} 92759 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate"} 32.303125599999596 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.001"} 112596 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.002"} 112927 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.004"} 113020 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.008"} 113057 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.016"} 113061 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.032"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.064"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.128"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.256"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="0.512"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="1.024"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="2.048"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="4.096"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="8.192"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="16.384"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="32.768"} 113062 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate",le="+Inf"} 113062 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate"} 3.4639889000000137 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.001"} 15067 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.002"} 15111 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.004"} 15116 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.008"} 15119 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.016"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.032"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.064"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.128"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.256"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="0.512"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="1.024"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="2.048"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="4.096"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="8.192"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="16.384"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="32.768"} 15120 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate",le="+Inf"} 15120 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate"} 22.954238499999942 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.001"} 95349 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.002"} 95594 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.004"} 95670 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.008"} 95700 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.016"} 95702 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.032"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.064"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.128"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.256"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="0.512"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="1.024"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="2.048"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="4.096"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="8.192"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="16.384"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="32.768"} 95703 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate",le="+Inf"} 95703 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate"} 21.22070970000023 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.001"} 88815 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.002"} 89077 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.004"} 89138 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.008"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.016"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.032"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.064"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.128"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.256"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="0.512"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="1.024"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="2.048"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="4.096"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="8.192"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="16.384"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="32.768"} 89155 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate",le="+Inf"} 89155 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate"} 24.355549600000302 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.001"} 93771 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.002"} 94073 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.004"} 94143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.008"} 94179 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.016"} 94185 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.032"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.064"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.128"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.256"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="0.512"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="1.024"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="2.048"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="4.096"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="8.192"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="16.384"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="32.768"} 94187 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate",le="+Inf"} 94187 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate"} 5.690275100000115 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.001"} 70759 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.002"} 70763 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.004"} 70773 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.008"} 70776 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.016"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.032"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.064"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.128"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.256"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.512"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="1.024"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="2.048"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="4.096"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="8.192"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="16.384"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="32.768"} 70777 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate",le="+Inf"} 70777 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate"} 3.1809973000000307 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.001"} 41104 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.002"} 41107 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.004"} 41110 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.008"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.016"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.032"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.064"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.128"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.256"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="0.512"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="1.024"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="2.048"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="4.096"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="8.192"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="16.384"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="32.768"} 41114 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate",le="+Inf"} 41114 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub"} 0.09349810000000004 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 678 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 679 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 679 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0.03821989999999999 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 284 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 284 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/ProductHub"} 0.047401000000000006 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/ProductHub"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.001"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.002"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.004"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.008"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.016"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.032"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.064"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.128"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.256"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="0.512"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="1.024"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="2.048"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="4.096"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="8.192"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="16.384"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="32.768"} 365 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/ProductHub",le="+Inf"} 365 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 0.04514619999999999 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 344 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub"} 14205833.350625193 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub"} 158973 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 591 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 716 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 782 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 807 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 823 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 879 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 954 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 1099 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 1122 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 1138 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 1149 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 1156 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 1163 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 1177 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 1194 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 1231 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 158973 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 6337928.181125973 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 173691 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 36883 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 37025 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 37234 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 37590 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 38165 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 39252 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 40862 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 42981 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 46801 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 58007 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 69152 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 73924 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 81730 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 88942 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 94863 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 105777 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 173691 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/ProductHub"} 7959269.234755207 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/ProductHub"} 89886 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.001"} 317 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.002"} 387 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.004"} 407 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.008"} 427 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.016"} 434 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.032"} 483 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.064"} 526 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.128"} 605 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.256"} 616 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="0.512"} 620 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="1.024"} 627 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="2.048"} 641 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="4.096"} 663 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="8.192"} 773 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="16.384"} 1138 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="32.768"} 1468 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/ProductHub",le="+Inf"} 89886 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 7571027.603440659 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 129044 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 22368 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 22455 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 22551 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 22650 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 22785 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 22999 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 23293 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 23734 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 24347 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 25166 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 26072 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 27454 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 33149 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 38730 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 42085 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 45276 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 129044 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 4.700806800000078 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 32096 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 32101 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 32103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 32109 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 32110 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 32110 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub"} 0.09941449999999998 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 751 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 751 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 751 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 753 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 753 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/ProductHub"} 0.047845399999999996 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/ProductHub"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.001"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.002"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.004"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.008"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.016"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.032"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.064"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.128"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.256"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="0.512"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="1.024"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="2.048"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="4.096"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="8.192"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="16.384"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="32.768"} 404 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/ProductHub",le="+Inf"} 404 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 0.04975659999999998 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 424 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 424 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 269820881.5309396 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 836813 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 8 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 10 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 11 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 13 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 14 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 18 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 35 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 59 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 111 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 169 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 260 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 435 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 870 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 2149 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 4570 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 720928 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 836813 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate"} 128.2992269000036 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.001"} 246472 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.002"} 248856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.004"} 249121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.008"} 249276 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.016"} 249294 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.032"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.064"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.128"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.256"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="0.512"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="1.024"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="2.048"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="4.096"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="8.192"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="16.384"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="32.768"} 249296 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate",le="+Inf"} 249296 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/CustomerHub"} 13.293142300000113 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/CustomerHub"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.001"} 65231 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.002"} 65249 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.004"} 65272 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.008"} 65286 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.016"} 65288 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.032"} 65288 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.064"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.128"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.256"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.512"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="1.024"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="2.048"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="4.096"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="8.192"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="16.384"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="32.768"} 65289 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 65289 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate"} 103.91049980000139 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.001"} 194526 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.002"} 196113 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.004"} 196242 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.008"} 196376 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.016"} 196389 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.032"} 196390 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.064"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.128"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.256"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="0.512"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="1.024"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="2.048"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="4.096"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="8.192"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="16.384"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="32.768"} 196393 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate",le="+Inf"} 196393 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/CustomerHub"} 310615.2280070001 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/CustomerHub"} 23883 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.001"} 8076 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.002"} 9548 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.004"} 10771 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.008"} 11808 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.016"} 12667 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.032"} 12974 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.064"} 13254 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.128"} 13796 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.256"} 13933 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.512"} 14040 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="1.024"} 14186 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="2.048"} 14430 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="4.096"} 14788 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="8.192"} 15692 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="16.384"} 20107 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="32.768"} 20882 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 23883 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CustomerHub"} 1.0354443000000035 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CustomerHub"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.001"} 7585 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.002"} 7586 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.004"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.008"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.016"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.032"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.064"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.128"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.256"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.512"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="1.024"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="2.048"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="4.096"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="8.192"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="16.384"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="32.768"} 7590 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 7590 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub"} 140767826.96448204 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub"} 109414 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"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 7 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 12 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 14 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 16 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 38 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 71 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 311 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 99575 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 109414 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 235998699.3324346 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 22865 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"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 11 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 18 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 38 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 58 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 96 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 356 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 661 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 764 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 1666 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 11749 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 22865 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/TicketHub"} 120700999.26524374 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/TicketHub"} 39805 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"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.256"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="0.512"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="1.024"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="2.048"} 7 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="4.096"} 26 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="8.192"} 59 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="16.384"} 110 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="32.768"} 33439 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TicketHub",le="+Inf"} 39805 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub"} 24954751.033082165 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub"} 151056 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 4 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 7 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 9 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 11 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 19 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 46 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 181 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 351 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 594 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 1021 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 1587 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 2968 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 5927 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 12814 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 41280 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 65999 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 151056 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/ProductHub"} 72555869.36683448 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/ProductHub"} 92144 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"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.128"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.256"} 9 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="0.512"} 14 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="1.024"} 17 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="2.048"} 21 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="4.096"} 31 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="8.192"} 49 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="16.384"} 249 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="32.768"} 85476 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/ProductHub",le="+Inf"} 92144 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/CheckHub"} 75745314.97414927 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/CheckHub"} 98282 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"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.064"} 25 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.128"} 40 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.256"} 59 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="0.512"} 140 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="1.024"} 377 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="2.048"} 556 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="4.096"} 756 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="8.192"} 1023 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="16.384"} 1667 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="32.768"} 89356 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CheckHub",le="+Inf"} 98282 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 75666735.66199093 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 88533 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"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 4 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 7 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 10 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 20 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 33 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 52 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 260 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 81599 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 88533 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 76411789.5772951 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 95120 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"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 8 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 13 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 16 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 32 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 51 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 284 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 87163 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 95120 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 83842461.66522881 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 93537 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"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 35 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 57 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 116 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 318 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 620 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 910 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 1174 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 1642 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 83379 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 93537 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 69450297.13493903 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 14603 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"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 4 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 4 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 9 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 11 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 22 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 30 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 174 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 9541 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 14603 http_request_duration_seconds_sum{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 4.09616379999998 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.001"} 13107 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.002"} 13115 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.004"} 13125 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.008"} 13143 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.016"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.032"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.064"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.128"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.256"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.512"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="1.024"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="2.048"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="4.096"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="8.192"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="16.384"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="32.768"} 13145 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="+Inf"} 13145 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate"} 0.23301739999999993 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.001"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.002"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.004"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.008"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.016"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.032"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.064"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.128"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.256"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.512"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="1.024"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="2.048"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="4.096"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="8.192"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="16.384"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="32.768"} 2835 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate",le="+Inf"} 2835 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate"} 1.0741607 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.001"} 2261 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.002"} 2267 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.004"} 2269 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.008"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.016"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.032"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.064"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.128"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.256"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="0.512"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="1.024"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="2.048"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="4.096"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="8.192"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="16.384"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="32.768"} 2270 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate",le="+Inf"} 2270 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub"} 1255991.7846886972 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub"} 2205 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"} 7 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.064"} 22 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.128"} 44 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.256"} 83 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.512"} 148 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="1.024"} 261 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="2.048"} 422 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="4.096"} 606 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="8.192"} 799 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="16.384"} 945 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="32.768"} 1056 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub",le="+Inf"} 2205 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 10.19617649999998 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.001"} 49694 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.002"} 49711 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 49727 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 49740 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 49742 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 49742 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/OrderHub"} 8.666717599999977 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/OrderHub"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.001"} 42539 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.002"} 42550 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.004"} 42562 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.008"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.016"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.032"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.064"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.128"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.256"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="0.512"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="1.024"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="2.048"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="4.096"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="8.192"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="16.384"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="32.768"} 42566 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OrderHub",le="+Inf"} 42566 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW"} 0.7428377999999994 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.001"} 3459 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.002"} 3459 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 3460 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 3462 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 3462 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 54521648.0439136 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 9725 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"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="4.096"} 8 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="8.192"} 13 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="16.384"} 39 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="32.768"} 6944 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="+Inf"} 9725 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/CustomerHub"} 22847970.726349875 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/CustomerHub"} 124136 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.002"} 4 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.004"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.008"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.016"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.032"} 27 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.064"} 100 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.128"} 172 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.256"} 261 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.512"} 435 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="1.024"} 776 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="2.048"} 1524 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="4.096"} 3272 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="8.192"} 8341 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="16.384"} 31665 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="32.768"} 45552 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 124136 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub"} 18.064199600000173 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 88672 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 88703 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 88745 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 88763 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 88764 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 88764 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW"} 1.855015899999985 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.001"} 22658 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.002"} 22662 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 22665 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 22668 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 22669 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 22669 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate"} 43.09651159999996 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.001"} 83570 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.002"} 84561 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.004"} 84653 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.008"} 84710 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.016"} 84714 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.032"} 84714 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.064"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.128"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.256"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="0.512"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="1.024"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="2.048"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="4.096"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="8.192"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="16.384"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="32.768"} 84715 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate",le="+Inf"} 84715 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 40.68154620000007 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.001"} 77559 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.002"} 78132 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.004"} 78188 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.008"} 78228 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.016"} 78232 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.032"} 78235 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.064"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.128"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.256"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.512"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="1.024"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="2.048"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="4.096"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="8.192"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="16.384"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="32.768"} 78236 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="+Inf"} 78236 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 52393.11076170009 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 5808 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.001"} 2364 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.002"} 2377 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 2387 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 2402 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 2414 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 2431 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 2552 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 2623 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 2673 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 2707 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 2765 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 2879 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 3050 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 3316 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 5603 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 5627 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 5808 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/OutletHub"} 60030029.640605636 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/OutletHub"} 18404 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"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="0.512"} 0 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"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="4.096"} 13 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="8.192"} 20 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="16.384"} 62 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="32.768"} 15986 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OutletHub",le="+Inf"} 18404 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 3.477349000000087 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.001"} 44542 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.002"} 44545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.004"} 44552 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.008"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.016"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.032"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.064"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.128"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.256"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="0.512"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="1.024"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="2.048"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="4.096"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="8.192"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="16.384"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="32.768"} 44554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate",le="+Inf"} 44554 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate"} 0.6152373000000009 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.001"} 7639 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.002"} 7640 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.004"} 7641 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.008"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.016"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.032"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.064"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.128"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.256"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="0.512"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="1.024"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="2.048"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="4.096"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="8.192"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="16.384"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="32.768"} 7642 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate",le="+Inf"} 7642 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 2.3318275999999973 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.001"} 11223 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.002"} 11231 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.004"} 11234 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.008"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.016"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.032"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.064"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.128"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.256"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.512"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="1.024"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="2.048"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="4.096"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="8.192"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="16.384"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="32.768"} 11239 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="+Inf"} 11239 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0.0088296 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 55 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 55 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/CheckHub"} 2.787898299999988 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/CheckHub"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.001"} 13637 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.002"} 13638 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.004"} 13642 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.008"} 13646 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.016"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.032"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.064"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.128"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.256"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="0.512"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="1.024"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="2.048"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="4.096"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="8.192"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="16.384"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="32.768"} 13647 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/CheckHub",le="+Inf"} 13647 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/CheckHub"} 6435311.750390678 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/CheckHub"} 170319 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.001"} 40477 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.002"} 40623 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.004"} 40821 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.008"} 41030 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.016"} 41346 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.032"} 42035 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.064"} 44435 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.128"} 47534 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.256"} 51545 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="0.512"} 55677 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="1.024"} 61743 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="2.048"} 67587 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="4.096"} 77266 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="8.192"} 90088 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="16.384"} 97195 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="32.768"} 100539 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckHub",le="+Inf"} 170319 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CheckHub"} 0.06618929999999998 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CheckHub"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.001"} 498 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.002"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.004"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.008"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.016"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.032"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.064"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.128"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.256"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="0.512"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="1.024"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="2.048"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="4.096"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="8.192"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="16.384"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="32.768"} 499 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckHub",le="+Inf"} 499 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub"} 639259.4115786027 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub"} 32844 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 10675 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 12092 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 13396 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 14526 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 15352 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 15681 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 16053 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 16759 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 17001 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 17414 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 17717 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 18028 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 18452 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 19667 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 25438 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 26477 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 32844 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub"} 1.2336257000000084 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 8483 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 8485 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 8489 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 8491 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 8492 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 8492 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 8493 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 8493 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate"} 4.6993461000000005 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.001"} 10737 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.002"} 10962 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.004"} 11023 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.008"} 11031 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.016"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.032"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.064"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.128"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.256"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="0.512"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="1.024"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="2.048"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="4.096"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="8.192"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="16.384"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="32.768"} 11033 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate",le="+Inf"} 11033 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub"} 3.034454500000079 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 37543 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 37543 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 37545 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 37545 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub"} 2.257724100000005 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.001"} 27823 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.002"} 27824 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.004"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.008"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.016"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.032"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.064"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.128"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.256"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="0.512"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="1.024"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="2.048"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="4.096"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="8.192"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="16.384"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="32.768"} 27826 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 27826 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/StockHub"} 16278553.943661619 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/StockHub"} 10952 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.128"} 27 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.256"} 44 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="0.512"} 115 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="1.024"} 352 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="2.048"} 662 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="4.096"} 965 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="8.192"} 1223 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="16.384"} 1469 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="32.768"} 6481 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/StockHub",le="+Inf"} 10952 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.046864700000000016 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 115 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 115 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 115 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 115 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 115 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 116 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 116 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.14762339999999988 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"} 757 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 757 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 757 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 758 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 758 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="404",method="POST",controller="",action="",endpoint="/CustomerHub"} 1.0501414 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/CustomerHub"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.001"} 4848 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.002"} 4853 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.004"} 4854 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.008"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.016"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.032"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.064"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.128"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.256"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="0.512"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="1.024"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="2.048"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="4.096"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="8.192"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="16.384"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="32.768"} 4855 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 4855 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub"} 1.1919600999999982 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 5566 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 5568 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 5572 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 5573 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 5573 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/OrderHub"} 12370637.867145533 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/OrderHub"} 37275 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.002"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.004"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.008"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.016"} 11 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.032"} 16 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.064"} 50 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.128"} 86 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.256"} 158 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="0.512"} 289 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="1.024"} 626 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="2.048"} 1472 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="4.096"} 3062 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="8.192"} 5930 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="16.384"} 9714 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="32.768"} 18326 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/OrderHub",le="+Inf"} 37275 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub"} 0.22606919999999986 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 1015 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 1015 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 1017 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 1017 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 9987359.4500255 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 23673 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"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 3 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 8 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 16 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 58 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 88 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 140 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 249 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 529 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 1011 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 1940 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 3641 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 5884 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 12068 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 23673 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub"} 1.5580772000000018 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.001"} 19060 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.002"} 19062 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.004"} 19064 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.008"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.016"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.032"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.064"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.128"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.256"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="0.512"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="1.024"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="2.048"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="4.096"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="8.192"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="16.384"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="32.768"} 19067 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub",le="+Inf"} 19067 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/OrderHub"} 0.6292605000000001 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/OrderHub"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.001"} 2931 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.002"} 2933 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.004"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.008"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.016"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.032"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.064"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.128"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.256"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="0.512"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="1.024"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="2.048"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="4.096"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="8.192"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="16.384"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="32.768"} 2934 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OrderHub",le="+Inf"} 2934 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub"} 0.1543769000000001 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.001"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.002"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.004"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.008"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.016"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.032"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.064"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.128"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.256"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.512"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="1.024"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="2.048"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="4.096"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="8.192"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="16.384"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="32.768"} 713 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 713 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/OrderHub"} 53113.256554800035 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/OrderHub"} 5507 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.001"} 2176 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.002"} 2220 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.004"} 2269 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.008"} 2302 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.016"} 2328 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.032"} 2352 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.064"} 2453 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.128"} 2535 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.256"} 2577 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="0.512"} 2617 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="1.024"} 2686 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="2.048"} 2802 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="4.096"} 2990 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="8.192"} 3251 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="16.384"} 5239 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="32.768"} 5268 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OrderHub",le="+Inf"} 5507 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/TicketHub"} 0.07964489999999992 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/TicketHub"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.001"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.002"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.004"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.008"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.016"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.032"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.064"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.128"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.256"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="0.512"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="1.024"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="2.048"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="4.096"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="8.192"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="16.384"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="32.768"} 575 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TicketHub",le="+Inf"} 575 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 0.030530300000000007 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.001"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.002"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.004"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.008"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.016"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.032"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.064"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.128"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.256"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.512"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="1.024"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="2.048"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="4.096"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="8.192"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="16.384"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="32.768"} 206 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="+Inf"} 206 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/TicketHub"} 14534881.053375756 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/TicketHub"} 301870 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.001"} 81710 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.002"} 82054 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.004"} 82603 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.008"} 83345 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.016"} 84683 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.032"} 86887 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.064"} 89573 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.128"} 92835 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.256"} 96585 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="0.512"} 101491 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="1.024"} 107164 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="2.048"} 111715 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="4.096"} 115225 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="8.192"} 119496 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="16.384"} 127031 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="32.768"} 137881 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TicketHub",le="+Inf"} 301870 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 5859630.719703568 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 134462 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.001"} 33723 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.002"} 33894 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.004"} 34226 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.008"} 34748 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.016"} 35656 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.032"} 37302 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.064"} 39484 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.128"} 41345 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.256"} 43449 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.512"} 46098 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="1.024"} 51234 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="2.048"} 53799 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="4.096"} 55886 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="8.192"} 58127 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="16.384"} 61725 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="32.768"} 68894 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="+Inf"} 134462 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/TicketHub"} 0.0750793 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/TicketHub"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.001"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.002"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.004"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.008"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.016"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.032"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.064"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.128"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.256"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="0.512"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="1.024"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="2.048"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="4.096"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="8.192"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="16.384"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="32.768"} 625 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TicketHub",le="+Inf"} 625 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS"} 0.848758500000001 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.001"} 6140 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.002"} 6140 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.004"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.008"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.016"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.032"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.064"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.128"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.256"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.512"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="1.024"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="2.048"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="4.096"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="8.192"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="16.384"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="32.768"} 6143 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="+Inf"} 6143 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate"} 1.7267969000000025 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.001"} 5593 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.002"} 5764 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.004"} 5823 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.008"} 5829 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.016"} 5830 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.032"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.064"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.128"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.256"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="0.512"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="1.024"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="2.048"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="4.096"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="8.192"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="16.384"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="32.768"} 5831 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate",le="+Inf"} 5831 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate"} 1.7725261000000054 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.001"} 5585 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.002"} 5778 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.004"} 5844 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.008"} 5849 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.016"} 5851 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.032"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.064"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.128"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.256"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="0.512"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="1.024"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="2.048"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="4.096"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="8.192"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="16.384"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="32.768"} 5852 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate",le="+Inf"} 5852 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms"} 4.1858161 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.256"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="1.024"} 11 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="2.048"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="4.096"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="8.192"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="16.384"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="32.768"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms",le="+Inf"} 12 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 8.13162249999999 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.001"} 16119 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.002"} 16340 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.004"} 16403 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.008"} 16413 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.016"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.032"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.064"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.128"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.256"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.512"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="1.024"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="2.048"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="4.096"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="8.192"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="16.384"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="32.768"} 16414 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="+Inf"} 16414 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate"} 1.6949729000000027 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.001"} 5628 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.002"} 5803 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.004"} 5851 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.008"} 5854 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.016"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.032"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.064"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.128"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.256"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="0.512"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="1.024"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="2.048"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="4.096"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="8.192"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="16.384"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="32.768"} 5856 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate",le="+Inf"} 5856 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate"} 1.513631400000003 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.001"} 4847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.002"} 5018 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.004"} 5073 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.008"} 5073 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.016"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.032"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.064"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.128"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.256"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="0.512"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="1.024"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="2.048"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="4.096"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="8.192"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="16.384"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="32.768"} 5074 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate",le="+Inf"} 5074 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate"} 1.5386945999999997 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.001"} 4848 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.002"} 5036 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.004"} 5081 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.008"} 5085 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.016"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.032"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.064"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.128"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.256"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="0.512"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="1.024"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="2.048"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="4.096"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="8.192"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="16.384"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="32.768"} 5086 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate",le="+Inf"} 5086 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/PrinterHub"} 6345127.615609003 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/PrinterHub"} 5013 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="4.096"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="8.192"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="16.384"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="32.768"} 4008 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/PrinterHub",le="+Inf"} 5013 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 6541475.80369591 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 4195 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"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.128"} 4 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.256"} 12 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.512"} 17 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="1.024"} 31 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="2.048"} 66 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="4.096"} 165 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="8.192"} 372 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="16.384"} 704 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="32.768"} 1289 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="+Inf"} 4195 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 6521822.848645601 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 5768 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="4.096"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="8.192"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="16.384"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="32.768"} 4719 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="+Inf"} 5768 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub"} 6572486.503968899 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub"} 5024 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="4.096"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="8.192"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="16.384"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="32.768"} 4011 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub",le="+Inf"} 5024 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/TableHub"} 6183810.266686693 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/TableHub"} 5789 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="4.096"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="8.192"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="16.384"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="32.768"} 4719 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/TableHub",le="+Inf"} 5789 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 6923281.148823797 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 5804 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="4.096"} 7 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="8.192"} 15 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="16.384"} 16 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="32.768"} 4692 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="+Inf"} 5804 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate"} 8.837412499999974 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.001"} 16003 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.002"} 16725 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.004"} 16822 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.008"} 16842 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.016"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.032"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.064"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.128"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.256"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="0.512"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="1.024"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="2.048"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="4.096"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="8.192"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="16.384"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="32.768"} 16847 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate",le="+Inf"} 16847 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 702021.780601698 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 16047 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.064"} 5 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.128"} 9 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.256"} 25 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.512"} 46 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="1.024"} 153 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="2.048"} 541 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="4.096"} 1353 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="8.192"} 2907 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="16.384"} 4986 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="32.768"} 8105 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="+Inf"} 16047 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub"} 0.47691460000000124 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.001"} 5795 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.002"} 5795 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.004"} 5796 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.008"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.016"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.032"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.064"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.128"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.256"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="0.512"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="1.024"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="2.048"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="4.096"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="8.192"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="16.384"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="32.768"} 5798 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub",le="+Inf"} 5798 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/CheckHub"} 0.19481499999999988 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/CheckHub"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.001"} 907 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.002"} 907 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.004"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.008"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.016"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.032"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.064"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.128"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.256"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="0.512"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="1.024"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="2.048"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="4.096"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="8.192"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="16.384"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="32.768"} 908 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/CheckHub",le="+Inf"} 908 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 0.23286469999999973 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 1330 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 1330 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 1331 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 1331 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 8614868.734707348 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 207161 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 48932 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 49106 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 49369 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 49726 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 50310 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 51647 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 53828 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 57170 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 61728 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 67477 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 74737 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 82990 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 92079 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 100604 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 107380 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 112375 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 207161 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 0.3310586999999996 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 2158 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 2158 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 2160 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 2160 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub"} 0.0026519 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 17 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/OutletHub"} 0.0010489 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/OutletHub"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.001"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.002"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.004"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.008"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.016"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.032"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.064"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.128"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.256"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="0.512"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="1.024"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="2.048"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="4.096"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="8.192"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="16.384"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="32.768"} 6 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/OutletHub",le="+Inf"} 6 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/OutletHub"} 0.035474900000000004 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/OutletHub"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.001"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.002"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.004"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.008"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.016"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.032"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.064"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.128"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.256"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="0.512"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="1.024"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="2.048"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="4.096"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="8.192"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="16.384"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="32.768"} 240 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/OutletHub",le="+Inf"} 240 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/TicketHub"} 0.0016518999999999998 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/TicketHub"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.001"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.002"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.004"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.008"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.016"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.032"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.064"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.128"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.256"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="0.512"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="1.024"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="2.048"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="4.096"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="8.192"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="16.384"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="32.768"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TicketHub",le="+Inf"} 13 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 0.023480499999999998 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 135 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 136 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 136 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 731512.5131593985 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 8722 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 336 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 381 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 388 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 396 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 406 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 425 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 461 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 488 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 498 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 500 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 504 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 524 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 541 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 546 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 554 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 556 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 8722 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 0.04421970000000003 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 298 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 298 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS"} 0.008161599999999998 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 55 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 55 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 0.0036166 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 36 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 36 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub"} 0.4227746999999996 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.001"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.002"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.004"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.008"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.016"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.032"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.064"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.128"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.256"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="0.512"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="1.024"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="2.048"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="4.096"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="8.192"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="16.384"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="32.768"} 5244 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub",le="+Inf"} 5244 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW"} 0.12809760000000003 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.001"} 580 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.002"} 580 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 581 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 581 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub"} 0.08992289999999997 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 582 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 582 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW"} 0.06529919999999996 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.001"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.002"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 394 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 394 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS"} 0.009246099999999998 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.001"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.002"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.004"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.008"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.016"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.032"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.064"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.128"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.256"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="0.512"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="1.024"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="2.048"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="4.096"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="8.192"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="16.384"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="32.768"} 57 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS",le="+Inf"} 57 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 146468.25583820028 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 2867 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.001"} 581 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.002"} 586 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.004"} 590 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.008"} 594 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.016"} 596 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.032"} 598 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.064"} 616 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.128"} 633 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.256"} 641 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="0.512"} 647 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="1.024"} 657 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="2.048"} 672 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="4.096"} 691 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="8.192"} 734 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="16.384"} 1328 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="32.768"} 1343 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub",le="+Inf"} 2867 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub"} 0.01502309999999999 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.001"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.002"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.004"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.008"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.016"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.032"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.064"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.128"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.256"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.512"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="1.024"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="2.048"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="4.096"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="8.192"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="16.384"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="32.768"} 103 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="+Inf"} 103 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub"} 0.023060700000000007 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.001"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.002"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.004"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.008"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.016"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.032"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.064"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.128"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.256"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="0.512"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="1.024"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="2.048"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="4.096"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="8.192"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="16.384"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="32.768"} 132 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 132 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 0.48903189999999924 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.001"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.002"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.004"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.008"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.016"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.032"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.064"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.128"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.256"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="0.512"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="1.024"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="2.048"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="4.096"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="8.192"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="16.384"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="32.768"} 6362 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate",le="+Inf"} 6362 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 1463.7718792000005 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 341 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.001"} 131 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.002"} 160 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.004"} 181 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.008"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.016"} 216 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.032"} 225 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.064"} 233 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.128"} 239 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.256"} 246 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.512"} 253 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="1.024"} 261 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="2.048"} 278 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="4.096"} 287 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="8.192"} 298 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="16.384"} 310 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="32.768"} 332 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="+Inf"} 341 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA"} 0.02191489999999998 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.001"} 150 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.002"} 150 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.004"} 150 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.008"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.016"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.032"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.064"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.128"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.256"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.512"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="1.024"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="2.048"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="4.096"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="8.192"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="16.384"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="32.768"} 151 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="+Inf"} 151 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub"} 0.17977790000000016 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.001"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.002"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.004"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.008"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.016"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.032"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.064"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.128"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.256"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="0.512"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="1.024"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="2.048"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="4.096"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="8.192"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="16.384"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="32.768"} 861 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub",le="+Inf"} 861 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub"} 1177.1931675 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub"} 122 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 35 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 44 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 52 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 58 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 62 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 62 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 63 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 64 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 64 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 64 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 66 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 66 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 67 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 72 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 104 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 111 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 122 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate"} 0.013827799999999998 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.001"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.002"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.004"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.008"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.016"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.032"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.064"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.128"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.256"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.512"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="1.024"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="2.048"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="4.096"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="8.192"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="16.384"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="32.768"} 175 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="+Inf"} 175 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 0.009775499999999998 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.001"} 76 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.002"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.004"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.008"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.016"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.032"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.064"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.128"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.256"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.512"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="1.024"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="2.048"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="4.096"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="8.192"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="16.384"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="32.768"} 77 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="+Inf"} 77 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 0.047785799999999996 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 363 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 363 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 0.049390199999999995 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 343 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 343 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 343 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 344 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 344 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/PrinterHub"} 0.008794999999999999 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/PrinterHub"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.001"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.002"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.004"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.008"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.016"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.032"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.064"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.128"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.256"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.512"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="1.024"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="2.048"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="4.096"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="8.192"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="16.384"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="32.768"} 74 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/PrinterHub",le="+Inf"} 74 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 7762065.7563191885 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 94553 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 579 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 634 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 673 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 701 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 749 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 800 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 862 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 976 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 1011 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 1099 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 1360 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 1571 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 2561 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 5477 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 6570 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 8416 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 94553 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/PrinterHub"} 239064.97402089986 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/PrinterHub"} 2768 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.001"} 55 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.002"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.004"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.008"} 89 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.016"} 91 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.032"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.064"} 96 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.128"} 98 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.256"} 98 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="0.512"} 98 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="1.024"} 101 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="2.048"} 101 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="4.096"} 101 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="8.192"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="16.384"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="32.768"} 112 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/PrinterHub",le="+Inf"} 2768 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 0.04607459999999997 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 383 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/PrinterHub"} 0.005910399999999999 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/PrinterHub"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.001"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.002"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.004"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.008"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.016"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.032"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.064"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.128"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.256"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.512"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="1.024"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="2.048"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="4.096"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="8.192"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="16.384"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="32.768"} 65 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/PrinterHub",le="+Inf"} 65 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 0.006892199999999997 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.001"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.002"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.004"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.008"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.016"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.032"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.064"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.128"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.256"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.512"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="1.024"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="2.048"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="4.096"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="8.192"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="16.384"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="32.768"} 63 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="+Inf"} 63 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/StockHub"} 0.012226999999999997 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/StockHub"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.001"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.002"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.004"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.008"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.016"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.032"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.064"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.128"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.256"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="0.512"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="1.024"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="2.048"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="4.096"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="8.192"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="16.384"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="32.768"} 95 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/StockHub",le="+Inf"} 95 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 318620.28024780046 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 3669 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.001"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.002"} 96 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.004"} 108 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.008"} 109 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.016"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.032"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.064"} 120 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.128"} 120 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.256"} 120 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="0.512"} 121 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="1.024"} 121 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="2.048"} 121 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="4.096"} 121 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="8.192"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="16.384"} 124 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="32.768"} 132 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub",le="+Inf"} 3669 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 262822.02338500106 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 3011 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.001"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.002"} 54 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.004"} 68 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.008"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.016"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.032"} 81 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.064"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.128"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.256"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="0.512"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="1.024"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="2.048"} 83 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="4.096"} 83 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="8.192"} 84 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="16.384"} 86 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="32.768"} 92 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub",le="+Inf"} 3011 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 8193574.875560646 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 91720 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 341 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 397 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 431 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 439 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 443 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 484 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 529 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 613 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 623 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 628 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 632 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 636 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 641 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 651 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 697 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 736 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 91720 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/StockHub"} 455327.9544023 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/StockHub"} 5179 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.001"} 37 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.002"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.004"} 65 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.008"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.016"} 75 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.032"} 78 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.064"} 78 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.128"} 78 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.256"} 78 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="0.512"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="1.024"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="2.048"} 84 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="4.096"} 86 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="8.192"} 96 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="16.384"} 110 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="32.768"} 120 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/StockHub",le="+Inf"} 5179 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub"} 0.0066759 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.001"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.002"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.004"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.008"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.016"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.032"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.064"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.128"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.256"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.512"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="1.024"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="2.048"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="4.096"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="8.192"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="16.384"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="32.768"} 61 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="+Inf"} 61 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub"} 0.0048226 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.001"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.002"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.004"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.008"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.016"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.032"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.064"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.128"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.256"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.512"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="1.024"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="2.048"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="4.096"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="8.192"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="16.384"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="32.768"} 52 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="+Inf"} 52 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub"} 0.04967490000000004 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 409 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 409 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OrderHub"} 0.08050009999999995 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OrderHub"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.001"} 511 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.002"} 511 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.004"} 511 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.008"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.016"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.032"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.064"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.128"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.256"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="0.512"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="1.024"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="2.048"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="4.096"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="8.192"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="16.384"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="32.768"} 512 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OrderHub",le="+Inf"} 512 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub"} 0.007752 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.001"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.002"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.004"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.008"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.016"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.032"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.064"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.128"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.256"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.512"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="1.024"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="2.048"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="4.096"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="8.192"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="16.384"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="32.768"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub",le="+Inf"} 67 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/TableHub"} 0.007567300000000001 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/TableHub"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.001"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.002"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.004"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.008"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.016"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.032"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.064"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.128"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.256"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="0.512"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="1.024"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="2.048"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="4.096"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="8.192"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="16.384"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="32.768"} 67 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/TableHub",le="+Inf"} 67 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub"} 364900.3295922991 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub"} 4159 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.001"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.002"} 70 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.004"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.008"} 92 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.016"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.032"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.064"} 96 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.128"} 96 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.256"} 96 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="0.512"} 96 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="1.024"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="2.048"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="4.096"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="8.192"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="16.384"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="32.768"} 107 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub",le="+Inf"} 4159 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/TableHub"} 369189.6288271008 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/TableHub"} 4205 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.001"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.002"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.004"} 77 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.008"} 84 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.016"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.032"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.064"} 92 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.128"} 93 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.256"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="0.512"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="1.024"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="2.048"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="4.096"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="8.192"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="16.384"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="32.768"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/TableHub",le="+Inf"} 4205 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub"} 0.0059813 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.001"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.002"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.004"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.008"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.016"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.032"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.064"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.128"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.256"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.512"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="1.024"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="2.048"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="4.096"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="8.192"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="16.384"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="32.768"} 64 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub",le="+Inf"} 64 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/TableHub"} 0.0049359 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/TableHub"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.001"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.002"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.004"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.008"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.016"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.032"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.064"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.128"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.256"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="0.512"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="1.024"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="2.048"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="4.096"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="8.192"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="16.384"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="32.768"} 63 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/TableHub",le="+Inf"} 63 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub"} 0.11340799999999993 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.001"} 519 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.002"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.004"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.008"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.016"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.032"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.064"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.128"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.256"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.512"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="1.024"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="2.048"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="4.096"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="8.192"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="16.384"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="32.768"} 520 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub",le="+Inf"} 520 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub"} 0.017010599999999994 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.001"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.002"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.004"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.008"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.016"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.032"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.064"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.128"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.256"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="0.512"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="1.024"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="2.048"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="4.096"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="8.192"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="16.384"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="32.768"} 98 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub",le="+Inf"} 98 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 0.017758100000000002 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 147 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 147 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub"} 0.03957420000000005 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.001"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.002"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.004"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.008"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.016"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.032"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.064"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.128"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.256"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.512"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="1.024"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="2.048"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="4.096"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="8.192"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="16.384"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="32.768"} 183 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub",le="+Inf"} 183 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub"} 0.02892280000000001 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.001"} 126 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.002"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.004"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.008"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.016"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.032"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.064"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.128"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.256"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.512"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="1.024"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="2.048"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="4.096"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="8.192"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="16.384"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="32.768"} 127 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="+Inf"} 127 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.046484 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 86 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 87 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 88 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/OutletHub"} 8006771.260568146 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/OutletHub"} 89339 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.001"} 215 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.002"} 255 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.004"} 278 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.008"} 287 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.016"} 296 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.032"} 309 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.064"} 331 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.128"} 379 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.256"} 391 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="0.512"} 395 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="1.024"} 399 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="2.048"} 403 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="4.096"} 404 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="8.192"} 409 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="16.384"} 414 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="32.768"} 434 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/OutletHub",le="+Inf"} 89339 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/OutletHub"} 0.033278199999999994 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/OutletHub"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.001"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.002"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.004"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.008"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.016"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.032"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.064"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.128"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.256"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="0.512"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="1.024"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="2.048"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="4.096"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="8.192"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="16.384"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="32.768"} 265 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/OutletHub",le="+Inf"} 265 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/ProductHub"} 0.0019487999999999999 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/ProductHub"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.001"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.002"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.004"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.008"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.016"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.032"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.064"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.128"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.256"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="0.512"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="1.024"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="2.048"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="4.096"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="8.192"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="16.384"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="32.768"} 13 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/ProductHub",le="+Inf"} 13 http_request_duration_seconds_sum{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub"} 0.0029607 http_request_duration_seconds_count{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 4 http_request_duration_seconds_bucket{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 4 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW"} 0.017246799999999993 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.001"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.002"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 99 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 99 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub"} 0.0056665000000000005 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.001"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.002"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.004"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.008"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.016"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.032"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.064"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.128"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.256"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="0.512"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="1.024"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="2.048"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="4.096"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="8.192"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="16.384"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="32.768"} 31 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub",le="+Inf"} 31 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 0.0142211 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.001"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.002"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.004"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.008"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.016"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.032"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.064"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.128"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.256"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.512"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="1.024"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="2.048"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="4.096"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="8.192"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="16.384"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="32.768"} 105 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="+Inf"} 105 http_request_duration_seconds_sum{code="301",method="GET",controller="",action="",endpoint=""} 0.0007457000000000001 http_request_duration_seconds_count{code="301",method="GET",controller="",action="",endpoint=""} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.001"} 2 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"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.016"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.032"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.064"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.128"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.256"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.512"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="1.024"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="2.048"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="4.096"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="8.192"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="16.384"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="32.768"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="+Inf"} 2 http_request_duration_seconds_sum{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.0063008 http_request_duration_seconds_count{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 4 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/healthz"} 0.0357143 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"} 2 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"} 3 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="200",method="GET",controller="",action="",endpoint=""} 0.0885918 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint=""} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.001"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.002"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.004"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.008"} 11 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"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.064"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.128"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.256"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.512"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="1.024"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="2.048"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="4.096"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="8.192"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="16.384"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="32.768"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="+Inf"} 14 http_request_duration_seconds_sum{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog"} 0.0059332 http_request_duration_seconds_count{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.001"} 2 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"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.016"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.032"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.064"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.128"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.256"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="0.512"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="1.024"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="2.048"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="4.096"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="8.192"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="16.384"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="32.768"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog",le="+Inf"} 3 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.0005739 http_request_duration_seconds_count{code="405",method="POST",controller="",action="",endpoint=""} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.008"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.016"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.032"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.064"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.128"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.256"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.512"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="1.024"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="2.048"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="4.096"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="8.192"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="16.384"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="32.768"} 2 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="+Inf"} 2 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.0002749 http_request_duration_seconds_count{code="405",method="HEAD",controller="",action="",endpoint=""} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.008"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.016"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.032"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.064"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.128"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.256"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.512"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="1.024"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="2.048"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="4.096"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="8.192"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="16.384"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="32.768"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 2 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub"} 0.006276 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.001"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.002"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.004"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.008"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.016"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.032"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.064"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.128"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.256"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="0.512"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="1.024"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="2.048"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="4.096"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="8.192"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="16.384"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="32.768"} 35 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub",le="+Inf"} 35 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 1885.9424036999997 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 61 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 8 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 11 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 14 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 31 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 38 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 61 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/StockHub"} 0.008176700000000002 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/StockHub"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.001"} 49 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.002"} 49 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.004"} 49 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.008"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.016"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.032"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.064"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.128"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.256"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="0.512"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="1.024"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="2.048"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="4.096"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="8.192"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="16.384"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="32.768"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/StockHub",le="+Inf"} 50 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/CustomerHub"} 1717.8418174 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/CustomerHub"} 76 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.512"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="4.096"} 9 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="8.192"} 15 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="16.384"} 51 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="32.768"} 57 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 76 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 0.006711600000000001 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 34 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 0.0199661 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.001"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.002"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.004"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.008"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.016"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.032"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.064"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.128"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.256"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="0.512"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="1.024"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="2.048"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="4.096"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="8.192"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="16.384"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="32.768"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS",le="+Inf"} 4 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub"} 0.0006158 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 3 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub"} 0.0010972 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.001"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.002"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.004"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.008"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.016"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.032"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.064"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.128"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.256"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.512"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="1.024"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="2.048"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="4.096"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="8.192"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="16.384"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="32.768"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub",le="+Inf"} 8 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub"} 0.0011797 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 8 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate"} 0.06197489999999999 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.001"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.002"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.004"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.008"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.016"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.032"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.064"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.128"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.256"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="0.512"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="1.024"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="2.048"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="4.096"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="8.192"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="16.384"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="32.768"} 121 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate",le="+Inf"} 121 http_request_duration_seconds_sum{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub"} 31344.9805364 http_request_duration_seconds_count{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub"} 102 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="1.024"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="2.048"} 10 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="4.096"} 19 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="8.192"} 36 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="16.384"} 52 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="32.768"} 66 http_request_duration_seconds_bucket{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub",le="+Inf"} 102 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA"} 0.0014085000000000002 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.001"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.002"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.004"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.008"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.016"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.032"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.064"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.128"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.256"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.512"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="1.024"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="2.048"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="4.096"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="8.192"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="16.384"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="32.768"} 13 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="+Inf"} 13 http_request_duration_seconds_sum{code="404",method="HEAD",controller="",action="",endpoint=""} 0.0003354 http_request_duration_seconds_count{code="404",method="HEAD",controller="",action="",endpoint=""} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.008"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.016"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/PrinterHub"} 0.0001633 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/PrinterHub"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PrinterHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub"} 0.0015341 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 10 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 10 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 0.0023315 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 15 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 15 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub"} 0.0016921000000000002 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 15 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 15 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub"} 0.0008914000000000001 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 8 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 8 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub"} 0.00043819999999999997 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.001"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.002"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.004"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.008"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.016"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.032"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.064"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.128"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.256"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="0.512"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="1.024"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="2.048"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="4.096"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="8.192"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="16.384"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="32.768"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub",le="+Inf"} 5 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS"} 0.0008454 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.001"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.002"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.004"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.008"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.016"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.032"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.064"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.128"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.256"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.512"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="1.024"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="2.048"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="4.096"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="8.192"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="16.384"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="32.768"} 6 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="+Inf"} 6 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0.00056 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 5 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 5 http_request_duration_seconds_sum{code="409",method="GET",controller="",action="",endpoint="/CustomerHub"} 0.0045579 http_request_duration_seconds_count{code="409",method="GET",controller="",action="",endpoint="/CustomerHub"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CustomerHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/OrderHub"} 3.6662030999999997 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/OrderHub"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OrderHub",le="+Inf"} 3 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub"} 0.0006953 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.001"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.002"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.004"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.008"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.016"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.032"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.064"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.128"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.256"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="0.512"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="1.024"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="2.048"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="4.096"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="8.192"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="16.384"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="32.768"} 9 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub",le="+Inf"} 9 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 151.30264050000002 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 10 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 10 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 10 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 10 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 188.2849789 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 13 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 13 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 13 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 13 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub"} 0.0019665999999999998 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.001"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.002"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.004"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.008"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.016"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.032"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.064"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.128"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.256"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.512"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="1.024"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="2.048"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="4.096"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="8.192"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="16.384"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="32.768"} 10 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub"} 270.63757880000003 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.002"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.004"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.016"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.032"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub",le="+Inf"} 12 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub"} 0.000395 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/ProductHub"} 29.9182302 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/ProductHub"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="4.096"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="8.192"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="16.384"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/ProductHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/CheckHub"} 29.8574112 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/CheckHub"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="4.096"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="8.192"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="16.384"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/CheckHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 6.824255 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA"} 0.0006138999999999999 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.001"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.002"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.004"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.008"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.016"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.032"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.064"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.128"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.256"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="0.512"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="1.024"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="2.048"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="4.096"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="8.192"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="16.384"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="32.768"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA",le="+Inf"} 3 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub"} 0.0003526 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub"} 0.0011713 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.001"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.002"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.004"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.008"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.016"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.032"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.064"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.128"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.256"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.512"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="1.024"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="2.048"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="4.096"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="8.192"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="16.384"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="32.768"} 9 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub",le="+Inf"} 9 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 0.0007617 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.001"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.002"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.004"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.008"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.016"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.032"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.064"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.128"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.256"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="0.512"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="1.024"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="2.048"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="4.096"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="8.192"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="16.384"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="32.768"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub"} 0.0007543 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.001"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.002"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.004"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.008"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.016"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.032"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.128"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.256"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="0.512"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub",le="+Inf"} 3 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub"} 0.0003991 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.001"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.002"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.004"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.008"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.016"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.032"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.064"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.128"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.256"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="0.512"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="1.024"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="2.048"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="4.096"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="8.192"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="16.384"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="32.768"} 4 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub",le="+Inf"} 4 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub"} 0.0006891 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.001"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.002"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.004"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.008"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.016"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.032"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.128"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.256"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="0.512"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub",le="+Inf"} 3 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/OutletHub"} 89.9627869 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/OutletHub"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="4.096"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="8.192"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="16.384"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="32.768"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 0.0005349 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.001"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.002"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.004"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.008"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.016"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.032"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.064"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.128"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.256"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="0.512"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="1.024"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="2.048"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="4.096"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="8.192"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="16.384"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="32.768"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub",le="+Inf"} 5 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS"} 0.000162 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS",le="+Inf"} 1 http_request_duration_seconds_sum{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub"} 0.000271 http_request_duration_seconds_count{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 3 http_request_duration_seconds_bucket{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 3 http_request_duration_seconds_sum{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 0.0001453 http_request_duration_seconds_count{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.001"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.002"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.004"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.008"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.016"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.032"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.064"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.128"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.256"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="0.512"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="1.024"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="2.048"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="4.096"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="8.192"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="16.384"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="32.768"} 1 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub"} 0.0002346 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="405",method="OPTIONS",controller="",action="",endpoint=""} 0.0002203 http_request_duration_seconds_count{code="405",method="OPTIONS",controller="",action="",endpoint=""} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 2 http_request_duration_seconds_bucket{code="405",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0.0001991 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub"} 0.0004457 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA"} 0.0004726 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.001"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.002"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.004"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.008"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.016"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA",le="+Inf"} 2 http_request_duration_seconds_sum{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub"} 0.0003491 http_request_duration_seconds_count{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub"} 87.0231682 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/TableHub"} 0.0001273 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/TableHub"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/TableHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/StockHub"} 0.0001656 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/StockHub"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/StockHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub"} 0.0001833 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub"} 0.0002902 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.001"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.002"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.004"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub",le="+Inf"} 2 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub"} 8.79e-05 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.001"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.002"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.004"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.008"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.016"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.032"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.064"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.128"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.256"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="0.512"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="1.024"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="2.048"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="4.096"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="8.192"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="16.384"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="32.768"} 1 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 0.000931 http_request_duration_seconds_count{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.001"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.002"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.004"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.008"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.016"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.032"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.064"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.128"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.256"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="0.512"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="1.024"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="2.048"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="4.096"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="8.192"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="16.384"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="32.768"} 4 http_request_duration_seconds_bucket{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS",le="+Inf"} 4 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 0.0015076999999999998 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.001"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.002"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.004"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.008"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.016"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.032"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.064"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.128"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.256"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="0.512"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="1.024"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="2.048"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="4.096"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="8.192"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="16.384"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="32.768"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions"} 0.0478237 http_request_duration_seconds_count{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions",le="+Inf"} 1 http_request_duration_seconds_sum{code="204",method="GET",controller="",action="",endpoint="/TicketHub"} 173.92744779999998 http_request_duration_seconds_count{code="204",method="GET",controller="",action="",endpoint="/TicketHub"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.008"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.016"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.032"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.064"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.128"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.256"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="0.512"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="1.024"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="2.048"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="4.096"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="8.192"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="16.384"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="32.768"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="",action="",endpoint="/TicketHub",le="+Inf"} 2 # 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="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate"} 58391 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate"} 24765 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate"} 840103 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate"} 10004 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate"} 110389 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OutletHub/negotiate"} 18712 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/TicketHub/negotiate"} 40506 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/ProductHub/negotiate"} 92759 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CheckHub/negotiate"} 113062 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate"} 15120 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate"} 95703 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate"} 89155 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate"} 94187 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate"} 70777 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate"} 41114 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/OutletClientHub"} 679 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 284 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/ProductHub"} 365 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 344 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/OutletClientHub"} 158973 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 173691 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/ProductHub"} 89886 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 129044 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 32110 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OutletClientHub"} 753 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/ProductHub"} 404 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 424 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 836813 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate"} 249296 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/CustomerHub"} 65289 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CustomerHub/negotiate"} 196393 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/CustomerHub"} 23883 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CustomerHub"} 7590 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/OutletClientHub"} 109414 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 22865 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/TicketHub"} 39805 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/CheckoutHub"} 151056 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/ProductHub"} 92144 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/CheckHub"} 98282 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 88533 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 95120 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 93537 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 14603 http_requests_received_total{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 13145 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub/negotiate"} 2835 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub/negotiate"} 2270 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/IntegrationHub"} 2205 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 49742 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/OrderHub"} 42566 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOW"} 3462 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 9725 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/CustomerHub"} 124136 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/CheckoutHub"} 88764 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW"} 22669 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OrderHub/negotiate"} 84715 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 78236 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 5808 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/OutletHub"} 18404 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 44554 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate"} 7642 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 11239 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 55 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/CheckHub"} 13647 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/CheckHub"} 170319 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CheckHub"} 499 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/CheckoutHub"} 32844 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/CheckoutHub"} 8493 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/StockHub/negotiate"} 11033 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckoutHub"} 37545 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/CustomerHub"} 27826 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/StockHub"} 10952 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 116 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 758 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/CustomerHub"} 4855 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/CheckoutHub"} 5573 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/OrderHub"} 37275 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/CheckoutHub"} 1017 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 23673 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/OrderHub"} 19067 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/OrderHub"} 2934 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/CustomerHub"} 713 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/OrderHub"} 5507 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/TicketHub"} 575 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 206 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/TicketHub"} 301870 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 134462 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/TicketHub"} 625 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-KDS"} 6143 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate"} 5831 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/TableHub/negotiate"} 5852 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms"} 12 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 16414 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate"} 5856 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/PrinterHub/negotiate"} 5074 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate"} 5086 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/PrinterHub"} 5013 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 4195 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 5768 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/IncrementalHub"} 5024 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/TableHub"} 5789 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 5804 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate"} 16847 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 16047 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/CheckHub"} 5798 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/CheckHub"} 908 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 1331 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 207161 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 2160 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/OutletClientHub"} 17 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/OutletHub"} 6 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/OutletHub"} 240 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/TicketHub"} 13 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 136 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 8722 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 298 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/BeaconHub-POS"} 55 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 36 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub"} 5244 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW"} 581 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/CheckoutHub"} 582 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOW"} 394 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-KDS"} 57 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/SalesGroupHub"} 2867 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/SalesGroupHub"} 103 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/CustomerHub"} 132 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 6362 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 341 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/GeneralHub-AOA"} 151 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/SalesGroupHub"} 861 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/CheckoutHub"} 122 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate"} 175 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 77 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 363 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 344 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/PrinterHub"} 74 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 94553 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/PrinterHub"} 2768 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 383 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/PrinterHub"} 65 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 63 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/StockHub"} 95 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 3669 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 3011 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/MenuTreeHub"} 91720 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/StockHub"} 5179 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/BroadcastMessageHub"} 61 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/WayOfPaymentHub"} 52 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/MenuTreeHub"} 409 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OrderHub"} 512 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/IncrementalHub"} 67 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/TableHub"} 67 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/IncrementalHub"} 4159 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/TableHub"} 4205 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/IncrementalHub"} 64 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/TableHub"} 63 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/OrderHub"} 520 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/OrderHub"} 98 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 147 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/CheckHub"} 183 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/SalesGroupHub"} 127 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 88 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/OutletHub"} 89339 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/OutletHub"} 265 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/ProductHub"} 13 http_requests_received_total{code="400",method="POST",controller="",action="",endpoint="/CheckoutHub"} 4 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW"} 99 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/CheckHub"} 31 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 105 http_requests_received_total{code="301",method="GET",controller="",action="",endpoint=""} 2 http_requests_received_total{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 4 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/healthz"} 3 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint=""} 14 http_requests_received_total{code="401",method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog"} 3 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 2 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 2 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/SalesGroupHub"} 35 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 61 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/StockHub"} 50 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/CustomerHub"} 76 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 34 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 4 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub"} 3 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/ProductHub"} 8 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub"} 8 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate"} 121 http_requests_received_total{code="101",method="GET",controller="",action="",endpoint="/AdyenIntegrationHub"} 102 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA"} 13 http_requests_received_total{code="404",method="HEAD",controller="",action="",endpoint=""} 2 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/PrinterHub"} 1 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/MenuTreeHub"} 10 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 15 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/OutletClientHub"} 15 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub"} 8 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/OutletHub"} 5 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS"} 6 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 5 http_requests_received_total{code="409",method="GET",controller="",action="",endpoint="/CustomerHub"} 1 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/OrderHub"} 3 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/IntegrationHub"} 9 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 10 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 13 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint="/IntegrationHub"} 10 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/IntegrationHub"} 12 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/IntegrationHub"} 2 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/ProductHub"} 1 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/CheckHub"} 1 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 2 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA"} 3 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/OutletClientHub"} 2 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/TicketHub"} 9 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 1 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/BroadcastMessageHub"} 3 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/WayOfPaymentHub"} 4 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/ProductHub"} 3 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/OutletHub"} 1 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 5 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS"} 1 http_requests_received_total{code="202",method="DELETE",controller="",action="",endpoint="/MenuTreeHub"} 3 http_requests_received_total{code="409",method="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 1 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/MenuTreeHub"} 1 http_requests_received_total{code="405",method="OPTIONS",controller="",action="",endpoint=""} 2 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 1 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/TicketHub"} 2 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/GeneralHub-AOA"} 2 http_requests_received_total{code="409",method="GET",controller="",action="",endpoint="/CheckoutHub"} 2 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/OutletClientHub"} 2 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/TableHub"} 1 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/StockHub"} 1 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint="/IncrementalHub"} 1 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/IntegrationHub"} 2 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub"} 1 http_requests_received_total{code="404",method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 4 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 2 http_requests_received_total{code="200",method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions"} 1 http_requests_received_total{code="204",method="GET",controller="",action="",endpoint="/TicketHub"} 2 # 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="OPTIONS",controller="",action="",endpoint="/CustomerHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BeaconHub-POS/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/BeaconHub-POS"} 45 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-POS/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/GeneralHub-POS"} 77 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-KDS/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/OutletClientHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/OutletHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/GeneralHub-KDS"} 26 http_requests_in_progress{method="GET",controller="",action="",endpoint="/OutletClientHub"} 61 http_requests_in_progress{method="GET",controller="",action="",endpoint="/OutletHub"} 25 http_requests_in_progress{method="POST",controller="",action="",endpoint="/TicketHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/TicketHub"} 52 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/ProductHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CheckHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/PaymentTerminalHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BackgroundWorkerHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 30 http_requests_in_progress{method="GET",controller="",action="",endpoint="/PaymentTerminalHub"} 34 http_requests_in_progress{method="GET",controller="",action="",endpoint="/ProductHub"} 34 http_requests_in_progress{method="GET",controller="",action="",endpoint="/CheckHub"} 33 http_requests_in_progress{method="GET",controller="",action="",endpoint="/BackgroundWorkerHub"} 36 http_requests_in_progress{method="POST",controller="",action="",endpoint="/MenuTreeHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/MenuTreeHub"} 38 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/CheckoutHub/negotiate"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/OrderHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/OutletClientHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/ProductHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/PaymentTerminalHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CheckoutHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/CustomerHub"} 7 http_requests_in_progress{method="GET",controller="",action="",endpoint="/CheckoutHub"} 5 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CustomerHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CustomerHub"} 0 http_requests_in_progress{method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 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="GET",controller="",action="",endpoint="/GeneralHub-AOW"} 4 http_requests_in_progress{method="GET",controller="",action="",endpoint="/OrderHub"} 4 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-AOW"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/OrderHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/GeneralHub-AOW/negotiate"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/CheckHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/SalesGroupHub"} 2 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CheckHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/CheckoutHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/StockHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/StockHub"} 6 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/CheckoutHub"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/CustomerHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/CheckoutHub"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/OrderHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/OrderHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/CustomerHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/TicketHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-KDS"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/TableHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/WayOfPaymentHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Notification.V1.Sms.SmsService/SendSms"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/IncrementalHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/PrinterHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BroadcastMessageHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/PrinterHub"} 2 http_requests_in_progress{method="GET",controller="",action="",endpoint="/BroadcastMessageHub"} 2 http_requests_in_progress{method="GET",controller="",action="",endpoint="/WayOfPaymentHub"} 2 http_requests_in_progress{method="GET",controller="",action="",endpoint="/IncrementalHub"} 2 http_requests_in_progress{method="GET",controller="",action="",endpoint="/TableHub"} 2 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-AOA/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/GeneralHub-AOA"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/CheckHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-POS"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/OutletHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BeaconHub-POS"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/BeaconHub-POS"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/GeneralHub-AOW"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/SalesGroupHub"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/SalesGroupHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/GeneralHub-AOA"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BackgroundWorkerHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/PrinterHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/BroadcastMessageHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/WayOfPaymentHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/MenuTreeHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/IncrementalHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/TableHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/OrderHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/GeneralHub-POS"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/CheckHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/SalesGroupHub"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/healthz"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0 http_requests_in_progress{method="GET",controller="Meta",action="GetMessages",endpoint="SelfLog"} 0 http_requests_in_progress{method="HEAD",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/StockHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/BackgroundWorkerHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/ProductHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/AdyenIntegrationHub/negotiate"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/AdyenIntegrationHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/GeneralHub-AOA"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/OutletClientHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/PaymentTerminalHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/OutletHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/GeneralHub-KDS"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/GeneralHub-EXPRESS"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/IntegrationHub"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/IntegrationHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/TicketHub"} 0 http_requests_in_progress{method="DELETE",controller="",action="",endpoint="/MenuTreeHub"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint="/AdyenIntegrationHub"} 0 http_requests_in_progress{method="PUT",controller="Version",action="SetVersion",endpoint="api/v{version:apiVersion}/Versions"} 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 current_requests{endpoint="Ancon.Wildcat.Notification.Api.Controllers.V1.Versions.VersionController.SetVersion (Ancon.Wildcat.Notification.Api)"} 0 # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 680481 dotnet_collection_count_total{generation="1"} 98294 dotnet_collection_count_total{generation="2"} 29964 # 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 1767063855.2262256 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 284211.65 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 72636506112 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 1206484992 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 2282414080 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 1402 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 173 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 188712672 # HELP prometheus_net_metric_families Number of metric families currently registered. # TYPE prometheus_net_metric_families gauge prometheus_net_metric_families{metric_type="counter"} 51 prometheus_net_metric_families{metric_type="gauge"} 251 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"} 333 prometheus_net_metric_instances{metric_type="gauge"} 455 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 300 # 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"} 333 prometheus_net_metric_timeseries{metric_type="gauge"} 455 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 6265 # 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-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",state="idle"} 1 npgsql_db_client_connections_usage{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",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-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23"} 23 # 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 22757496 # 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 7189443 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 7189444 # HELP microsoft_aspnetcore_hosting_current_requests Current Requests # TYPE microsoft_aspnetcore_hosting_current_requests gauge microsoft_aspnetcore_hosting_current_requests 527 # HELP microsoft_aspnetcore_hosting_failed_requests Failed Requests # TYPE microsoft_aspnetcore_hosting_failed_requests gauge microsoft_aspnetcore_hosting_failed_requests 8 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 0.6667189339904778 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 1205.948416 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 186.240528 # 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 680475 # 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 98291 # 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 29962 # 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 182 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 21 # 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 48178484 # HELP system_runtime_threadpool_queue_length ThreadPool Queue Length # TYPE system_runtime_threadpool_queue_length gauge system_runtime_threadpool_queue_length 0 # HELP system_runtime_threadpool_completed_items_count_total ThreadPool Completed Work Item Count # TYPE system_runtime_threadpool_completed_items_count_total counter system_runtime_threadpool_completed_items_count_total 1629232209 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 15404052130208 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 202 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 21.84188630485702 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 455.835648 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 9521079 # 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 1984239.6330000001 # 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 4394784 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 113130456 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 102290880 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 8384024 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 303 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 378553207 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 19520925 # 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 3935050.2881 # 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 2487306 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 2487307 # 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 539 # 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 429 # 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"} 74500.35982100072 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"} 1306488 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"} 28743 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"} 916152 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"} 1151099 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"} 1199801 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"} 1232727 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"} 1254016 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"} 1276061 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"} 1300061 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"} 1306120 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 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"} 1306488 # 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.2.50",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.2.50",server_port="80"} 538 # 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"} 530 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="POST",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="HEAD",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="OPTIONS",url_scheme="http"} 0 # 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"} 395122 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/GeneralHub-POS"} 5371 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/GeneralHub-KDS"} 1432 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/SalesGroupHub/negotiate"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/BackgroundWorkerHub/negotiate"} 552 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/BroadcastMessageHub"} 348 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/CustomerHub/negotiate"} 4007 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/OutletHub"} 10788 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/TableHub"} 346 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/GeneralHub-AOW/negotiate"} 1675 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/CheckHub"} 12832 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 180420 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/PrinterHub"} 346 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/BackgroundWorkerHub"} 3667 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/CheckHub/negotiate"} 563 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/OutletClientHub"} 9693 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/GeneralHub-POS/negotiate"} 4905 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/PaymentTerminalHub/negotiate"} 542 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/ProductHub/negotiate"} 539 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/CheckoutHub/negotiate"} 5368 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/OrderHub"} 14 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/PaymentTerminalHub"} 7045 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/StockHub/negotiate"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/IncrementalHub"} 345 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/GeneralHub-EXPRESS"} 9374 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/SalesGroupHub"} 66 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/OrderHub/negotiate"} 1872 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/CheckoutHub"} 5920 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/MenuTreeHub/negotiate"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/TicketHub"} 27003 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/CustomerHub"} 4150 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/IntegrationHub/negotiate"} 2 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/MenuTreeHub"} 5504 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/ProductHub"} 6418 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/BeaconHub-POS"} 3 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/StockHub"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/IntegrationHub"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/BeaconHub-POS/negotiate"} 3 # 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-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23"} 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-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23"} 2372815839 # 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-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23"} 2317934610 # 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-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23"} 66555.05082910467 npgsql_db_client_commands_duration_count{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.01"} 3855312 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.02"} 3908229 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.04"} 3958525 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.08"} 3999253 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.16"} 4030526 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.32"} 4058267 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.64"} 4088133 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="1.28"} 4114980 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="2.56"} 4118828 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="5.12"} 4119002 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="10.24"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="20.48"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="40.96"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="81.92"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="163.84"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="327.68"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="655.36"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="1310.72"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="2621.44"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="5242.88"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="10485.76"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="20971.52"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="41943.04"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="83886.08"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="167772.16"} 4119003 npgsql_db_client_commands_duration_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="+Inf"} 4119003 # 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"} 15278.173846799926 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"} 374010 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"} 337002 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"} 342177 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"} 348861 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"} 352105 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"} 356395 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"} 360177 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"} 365349 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"} 371775 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"} 373750 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"} 374009 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 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"} 374010 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 0.0045322999999999995 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="163.84"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http"} 29175.231562099994 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/IncrementalHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http"} 920387.7775583019 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 59 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 66 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 74 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 76 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 77 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 79 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 79 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 79 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 79 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 79 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 79 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 79 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 10298 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 10298 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"} 9196.276988199952 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"} 180419 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"} 122744 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"} 169676 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"} 171736 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"} 173101 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"} 174534 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"} 176529 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"} 179627 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"} 180292 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"} 180418 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 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"} 180419 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.40208049999999984 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 537 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 537 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/ProductHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 539 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http"} 29175.18328459999 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TableHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http"} 29175.21895400001 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BroadcastMessageHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 332 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http"} 1295304.4695197006 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 6997 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 7102 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 7245 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 7471 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 7776 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 8086 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 8513 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 8909 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 9296 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 9681 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 10160 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 10910 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 11795 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 12679 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/TicketHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 26001 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 3.971709799999992 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 4276 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 4278 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http"} 81149.60013930002 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="0.01"} 165 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="0.02"} 168 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="0.04"} 172 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="0.08"} 177 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="0.16"} 186 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="0.32"} 207 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="0.64"} 235 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="1.28"} 250 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="2.56"} 263 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="5.12"} 267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="10.24"} 277 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="20.48"} 304 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="40.96"} 341 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="81.92"} 385 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-KDS",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1238 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http"} 377551.019791 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2407 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2444 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2516 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2609 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2775 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3205 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3431 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3530 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3680 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="5.12"} 4231 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="10.24"} 4499 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="20.48"} 4734 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="40.96"} 4967 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="81.92"} 5250 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="163.84"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="327.68"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="655.36"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-EXPRESS",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 9081 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http"} 0.0032892 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http"} 302674.3620996004 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 620 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 622 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 628 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 640 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 647 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 664 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 679 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 695 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 725 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 944 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1052 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1127 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1193 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1310 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 4539 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http"} 356581.94791349996 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2464 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2476 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2530 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2700 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2900 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3283 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3598 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3939 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 4379 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 5172 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 5694 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 5958 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6119 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6353 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 9971 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http"} 262044.39225110016 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http"} 534 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",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="101",http_route="/ProductHub",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="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 511 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 511 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 511 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 512 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 513 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 513 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 514 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 515 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 518 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 534 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 534 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 534 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 534 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 534 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0053955999999999995 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 7 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http"} 51.2342453 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="101",http_route="/StockHub",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="/PrinterHub",network_protocol_version="1.1",url_scheme="http"} 29175.244347499996 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/PrinterHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http"} 29442.82721669999 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.01"} 20 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.02"} 21 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.04"} 23 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.08"} 23 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.16"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.32"} 28 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.64"} 28 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="1.28"} 30 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="2.56"} 33 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="5.12"} 35 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="10.24"} 41 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="20.48"} 41 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="40.96"} 45 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="81.92"} 48 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="163.84"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="327.68"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="655.36"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 371 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http"} 4954.7244509 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 57 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http"} 51.2304345 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="101",http_route="/MenuTreeHub",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="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http"} 0.7892360999999996 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="404",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1267 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http"} 83829.04767950007 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 17 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 21 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 22 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 24 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 24 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 29 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 33 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 36 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 121 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 170 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 206 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 260 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 302 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1176 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0009653 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/MenuTreeHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0014432000000000002 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0010561 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/StockHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.4098313999999996 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 554 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 554 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CheckHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 555 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.3719931 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BackgroundWorkerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 552 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0009495 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/SalesGroupHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0049365 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/OrderHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0005204 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/GeneralHub-AOW/negotiate",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="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http"} 316316.1361698992 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 17 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 20 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 25 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 27 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 29 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/MenuTreeHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3540 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.001539 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/BeaconHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http"} 672349.0317835031 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 67 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 70 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 76 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 86 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 88 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/OutletClientHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 7556 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="404",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http"} 0.0005775 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",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="404",http_route="/SalesGroupHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0009427 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0004557 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CustomerHub/negotiate",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="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http"} 797809.2146534001 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http"} 2160 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",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="101",http_route="/CustomerHub",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="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",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="101",http_route="/CustomerHub",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="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 9 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 55 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 458 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 609 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1672 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1825 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1936 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2012 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2060 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2092 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2123 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2141 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2150 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2158 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2159 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2159 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2159 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CustomerHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2160 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="101",http_route="/IntegrationHub",network_protocol_version="1.1",url_scheme="http"} 1.7213762 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/IntegrationHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/IntegrationHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/IntegrationHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/IntegrationHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/IntegrationHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/IntegrationHub",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="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http"} 481821.8983435994 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http"} 2827 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",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="101",http_route="/CheckoutHub",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="101",http_route="/CheckoutHub",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="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 14 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 25 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 42 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 74 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 135 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 629 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 906 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2218 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2466 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 2621 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2693 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2732 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2762 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2790 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2809 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2819 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2825 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2827 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2827 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2827 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2827 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http"} 348753.2141915003 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 20 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 25 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 33 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 34 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 34 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 34 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 34 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 35 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 37 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 48 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 63 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 78 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 93 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/ProductHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3946 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http"} 29582.48972120001 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 317 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 328 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 330 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 333 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 340 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 348 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 354 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 360 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 367 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 369 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 376 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 442 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 453 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 465 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 770 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.0004617 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/IntegrationHub/negotiate",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="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http"} 259308.05655069984 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http"} 536 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",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="101",http_route="/CheckHub",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="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",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="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 511 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 511 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 511 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 514 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 516 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 516 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 517 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 517 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 520 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 536 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 536 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 536 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 536 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/CheckHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 536 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 2.9297604000000015 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 3148 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/CustomerHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3149 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http"} 2375589.8991231997 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http"} 4842 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",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="101",http_route="/GeneralHub-POS",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="101",http_route="/GeneralHub-POS",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="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="5.12"} 10 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="10.24"} 16 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="20.48"} 25 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="40.96"} 4132 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="81.92"} 4224 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="163.84"} 4326 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="327.68"} 4399 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="655.36"} 4462 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 4543 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 4610 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 4688 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 4775 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 4839 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 4841 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 4841 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 4842 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/GeneralHub-POS",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 4842 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http"} 0.0005587 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="404",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 0.3970958999999998 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 541 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 541 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/PaymentTerminalHub/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 542 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http"} 0.0009954999999999999 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/CheckoutHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http"} 293954.2836688006 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http"} 538 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",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="101",http_route="/PaymentTerminalHub",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="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 510 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 511 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 512 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 513 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 513 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 513 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 516 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 517 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 519 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 538 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 538 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 538 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 538 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/PaymentTerminalHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 538 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http"} 3.563936099999987 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.01"} 4926 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.02"} 4928 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.04"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.08"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.16"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.32"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="0.64"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="1.28"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="2.56"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="5.12"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="10.24"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="20.48"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="40.96"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="81.92"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="163.84"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="327.68"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="655.36"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="/GeneralHub-POS/negotiate",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 4930 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http"} 343497.8128865994 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http"} 544 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",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="101",http_route="/BackgroundWorkerHub",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="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 510 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 511 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 512 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 513 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 513 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 513 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 518 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 519 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 522 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 544 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 544 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 544 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 544 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="101",http_route="/BackgroundWorkerHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 544 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http"} 0.0009555 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="163.84"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",http_route="/OrderHub",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 # 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.2.50",server_port="80"} 1602986161.6868365 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.2.50",server_port="80"} 2486755 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.2.50",server_port="80",le="0.01"} 326578 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.2.50",server_port="80",le="0.02"} 331638 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.2.50",server_port="80",le="0.04"} 338236 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.2.50",server_port="80",le="0.08"} 341612 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.2.50",server_port="80",le="0.16"} 346112 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.2.50",server_port="80",le="0.32"} 350412 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.2.50",server_port="80",le="0.64"} 356555 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.2.50",server_port="80",le="1.28"} 365206 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.2.50",server_port="80",le="2.56"} 371793 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.2.50",server_port="80",le="5.12"} 379940 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.2.50",server_port="80",le="10.24"} 417205 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.2.50",server_port="80",le="20.48"} 452487 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.2.50",server_port="80",le="40.96"} 1575195 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.2.50",server_port="80",le="81.92"} 2091575 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.2.50",server_port="80",le="163.84"} 2276719 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.2.50",server_port="80",le="327.68"} 2333961 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.2.50",server_port="80",le="655.36"} 2362546 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.2.50",server_port="80",le="1310.72"} 2393135 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.2.50",server_port="80",le="2621.44"} 2425216 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.2.50",server_port="80",le="5242.88"} 2447438 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.2.50",server_port="80",le="10485.76"} 2459257 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.2.50",server_port="80",le="20971.52"} 2470004 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.2.50",server_port="80",le="41943.04"} 2478160 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.2.50",server_port="80",le="83886.08"} 2483806 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.2.50",server_port="80",le="167772.16"} 2485568 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.2.50",server_port="80",le="+Inf"} 2486755 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 1431191 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 1431182 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 1108 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 1107 # 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 1 # HELP system_net_http_http20_connections_current_total Current Http 2.0 Connections # TYPE system_net_http_http20_connections_current_total gauge system_net_http_http20_connections_current_total 0 # HELP system_net_http_http30_connections_current_total Current Http 3.0 Connections # TYPE system_net_http_http30_connections_current_total gauge system_net_http_http30_connections_current_total 0 # HELP system_net_http_http11_requests_queue_duration (ms) HTTP 1.1 Requests Queue Duration # TYPE system_net_http_http11_requests_queue_duration gauge system_net_http_http11_requests_queue_duration 0 # HELP system_net_http_http20_requests_queue_duration (ms) HTTP 2.0 Requests Queue Duration # TYPE system_net_http_http20_requests_queue_duration gauge system_net_http_http20_requests_queue_duration 0 # HELP system_net_http_http30_requests_queue_duration (ms) HTTP 3.0 Requests Queue Duration # TYPE system_net_http_http30_requests_queue_duration gauge system_net_http_http30_requests_queue_duration 0 # HELP system_net_sockets_current_outgoing_connect_attempts Current Outgoing Connect Attempts # TYPE system_net_sockets_current_outgoing_connect_attempts gauge system_net_sockets_current_outgoing_connect_attempts 0 # HELP system_net_sockets_outgoing_connections_established Outgoing Connections Established # TYPE system_net_sockets_outgoing_connections_established gauge system_net_sockets_outgoing_connections_established 171970 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 2487299 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 409595024113 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 737542418364 # HELP system_net_sockets_datagrams_received Datagrams Received # TYPE system_net_sockets_datagrams_received gauge system_net_sockets_datagrams_received 2 # HELP system_net_sockets_datagrams_sent Datagrams Sent # TYPE system_net_sockets_datagrams_sent gauge system_net_sockets_datagrams_sent 2 # HELP system_net_nameresolution_dns_lookups_requested DNS Lookups Requested # TYPE system_net_nameresolution_dns_lookups_requested gauge system_net_nameresolution_dns_lookups_requested 171997 # 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 0 # HELP system_net_security_tls_handshake_total TLS handshakes completed # TYPE system_net_security_tls_handshake_total counter system_net_security_tls_handshake_total 171218 # 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 171298 # 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 7 # 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 82 # 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 82 # 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 0 # 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 0 # HELP microsoft_entityframeworkcore_active_db_contexts Active DbContexts # TYPE microsoft_entityframeworkcore_active_db_contexts gauge microsoft_entityframeworkcore_active_db_contexts 1 # HELP microsoft_entityframeworkcore_total_queries Queries (Total) # TYPE microsoft_entityframeworkcore_total_queries gauge microsoft_entityframeworkcore_total_queries 3419654 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 3419653 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 124711 # 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 124711 # 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 100 # HELP microsoft_entityframeworkcore_total_execution_strategy_operation_failures Execution Strategy Operation Failures (Total) # TYPE microsoft_entityframeworkcore_total_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_total_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total Execution Strategy Operation Failures # TYPE microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total counter microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total 0 # HELP microsoft_entityframeworkcore_total_optimistic_concurrency_failures Optimistic Concurrency Failures (Total) # TYPE microsoft_entityframeworkcore_total_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_total_optimistic_concurrency_failures 0 # HELP microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total Optimistic Concurrency Failures # TYPE microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total counter microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total 0 # HELP system_net_nameresolution_dns_lookup_duration (s) Measures the time taken to perform a DNS lookup. (Histogram`1) # TYPE system_net_nameresolution_dns_lookup_duration histogram system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com"} 1.0445194999999992 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 199 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 211 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 212 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 212 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.1824837 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 39 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"} 38 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 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"} 39 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 39 # 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 microsoft_aspnetcore_http_connections_signalr_server_active_connections{signalr_transport="long_polling"} 1 microsoft_aspnetcore_http_connections_signalr_server_active_connections{signalr_transport="web_sockets"} 218 # 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 microsoft_aspnetcore_server_kestrel_kestrel_upgraded_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.2.50",server_port="80"} 218 # HELP signalr_hub_connections Number of connections per hub. # TYPE signalr_hub_connections gauge signalr_hub_connections{hub="BeaconHub_POS"} 45 signalr_hub_connections{hub="GeneralHub_POS"} 77 signalr_hub_connections{hub="GeneralHub_KDS"} 26 signalr_hub_connections{hub="OutletClientHub"} 61 signalr_hub_connections{hub="OutletHub"} 25 signalr_hub_connections{hub="TicketHub"} 52 signalr_hub_connections{hub="GeneralHub_Express"} 30 signalr_hub_connections{hub="MenuTreeHub"} 38 signalr_hub_connections{hub="PaymentTerminalHub"} 33 signalr_hub_connections{hub="CheckHub"} 32 signalr_hub_connections{hub="BackgroundWorkerHub"} 36 signalr_hub_connections{hub="ProductHub"} 34 signalr_hub_connections{hub="CheckoutHub"} 5 signalr_hub_connections{hub="CustomerHub"} 7 signalr_hub_connections{hub="IntegrationHub"} 0 signalr_hub_connections{hub="StockHub"} 6 signalr_hub_connections{hub="OrderHub"} 4 signalr_hub_connections{hub="GeneralHub_AOW"} 4 signalr_hub_connections{hub="PrinterHub"} 2 signalr_hub_connections{hub="SaleGroupHub"} 2 signalr_hub_connections{hub="TableHub"} 2 signalr_hub_connections{hub="IncrementalHub"} 2 signalr_hub_connections{hub="WayOfPaymentHub"} 2 signalr_hub_connections{hub="BroadcastMessageHub"} 2 signalr_hub_connections{hub="GeneralHub_AOA"} 0 signalr_hub_connections{hub="AdyenIntegrationHub"} 0 # 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-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23"} 0 # HELP microsoft_aspnetcore_http_connections_connections_started Total Connections Started # TYPE microsoft_aspnetcore_http_connections_connections_started gauge microsoft_aspnetcore_http_connections_connections_started 1955945 # HELP microsoft_aspnetcore_http_connections_connections_stopped Total Connections Stopped # TYPE microsoft_aspnetcore_http_connections_connections_stopped gauge microsoft_aspnetcore_http_connections_connections_stopped 1955415 # 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 293403 # HELP microsoft_aspnetcore_http_connections_current_connections Current Connections # TYPE microsoft_aspnetcore_http_connections_current_connections gauge microsoft_aspnetcore_http_connections_current_connections 530 # 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 31061.37355 # 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 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_sum{signalr_connection_status="timeout",signalr_transport="long_polling"} 15.5397559 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_count{signalr_connection_status="timeout",signalr_transport="long_polling"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="0.01"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="0.02"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="0.04"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="0.08"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="0.16"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="0.32"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="0.64"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="1.28"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="2.56"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="5.12"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="10.24"} 0 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="20.48"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="40.96"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="81.92"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="163.84"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="327.68"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="655.36"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="1310.72"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="2621.44"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="5242.88"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="10485.76"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="20971.52"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="41943.04"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="83886.08"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="167772.16"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="timeout",signalr_transport="long_polling",le="+Inf"} 1 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_sum{signalr_connection_status="normal_closure",signalr_transport="web_sockets"} 111410776.5795403 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_count{signalr_connection_status="normal_closure",signalr_transport="web_sockets"} 112004 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="0.01"} 4 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="0.02"} 6 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="0.04"} 19 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="0.08"} 56 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="0.16"} 99 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="0.32"} 183 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="0.64"} 302 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="1.28"} 599 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="2.56"} 1186 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="5.12"} 2210 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="10.24"} 6844 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="20.48"} 9984 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="40.96"} 94038 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="81.92"} 98372 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="163.84"} 101634 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="327.68"} 103642 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="655.36"} 105149 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="1310.72"} 106593 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="2621.44"} 107952 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="5242.88"} 109050 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="10485.76"} 109953 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="20971.52"} 110916 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="41943.04"} 111470 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="83886.08"} 111785 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="167772.16"} 111889 microsoft_aspnetcore_http_connections_signalr_server_connection_duration_bucket{signalr_connection_status="normal_closure",signalr_transport="web_sockets",le="+Inf"} 112004 # 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.108",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.108",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="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"} 1 # 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"} 8.783442800000001 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"} 58 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"} 3 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"} 3 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"} 3 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"} 54 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"} 56 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"} 57 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 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"} 58 # 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-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23"} 36.36975779999999 npgsql_db_client_connections_create_time_count{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.01"} 0 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.02"} 38 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.04"} 119 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.08"} 129 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.16"} 162 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.32"} 174 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="0.64"} 187 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="1.28"} 199 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="2.56"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="5.12"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="10.24"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="20.48"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="40.96"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="81.92"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="163.84"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="327.68"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="655.36"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="1310.72"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="2621.44"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="5242.88"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="10485.76"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="20971.52"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="41943.04"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="83886.08"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="167772.16"} 205 npgsql_db_client_connections_create_time_bucket{pool_name="Host=private-production-notification-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=production-notification;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=23",le="+Inf"} 205 # 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.108",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"} 361.014 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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.108",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_server_kestrel_kestrel_queued_requests ({request}) Number of HTTP requests on multiplexed connections (HTTP/2 and HTTP/3) that are currently queued and are waiting to start. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_queued_requests gauge # HELP grpc_aspnetcore_server_total_calls Total Calls # TYPE grpc_aspnetcore_server_total_calls gauge grpc_aspnetcore_server_total_calls 12 # HELP grpc_aspnetcore_server_current_calls Current Calls # TYPE grpc_aspnetcore_server_current_calls gauge grpc_aspnetcore_server_current_calls 0 # HELP grpc_aspnetcore_server_calls_failed Total Calls Failed # TYPE grpc_aspnetcore_server_calls_failed gauge grpc_aspnetcore_server_calls_failed 0 # HELP grpc_aspnetcore_server_calls_deadline_exceeded Total Calls Deadline Exceeded # TYPE grpc_aspnetcore_server_calls_deadline_exceeded gauge grpc_aspnetcore_server_calls_deadline_exceeded 0 # HELP grpc_aspnetcore_server_messages_sent Total Messages Sent # TYPE grpc_aspnetcore_server_messages_sent gauge grpc_aspnetcore_server_messages_sent 12 # HELP grpc_aspnetcore_server_messages_received Total Messages Received # TYPE grpc_aspnetcore_server_messages_received gauge grpc_aspnetcore_server_messages_received 12 # HELP grpc_aspnetcore_server_calls_unimplemented Total Calls Unimplemented # TYPE grpc_aspnetcore_server_calls_unimplemented gauge grpc_aspnetcore_server_calls_unimplemented 0 # HELP MongoDbSyncerQueue Generic gauge for MongoDbSyncerQueue # TYPE MongoDbSyncerQueue gauge MongoDbSyncerQueue 0 # HELP MongoDbSyncerFailCount Generic counter for MongoDbSyncerFailCount # TYPE MongoDbSyncerFailCount counter MongoDbSyncerFailCount 0 # HELP npgsql_db_client_connections_pending_requests ({request}) The number of pending requests for an open connection, cumulative for the entire pool. (UpDownCounter`1) # TYPE npgsql_db_client_connections_pending_requests gauge