# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 53 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 185757 # HELP dotnet_gc_memory_total_available_bytes The upper limit on the amount of physical memory .NET can allocate to # TYPE dotnet_gc_memory_total_available_bytes gauge dotnet_gc_memory_total_available_bytes 2249997312 # HELP dotnet_gc_pause_ratio The percentage of time the process spent paused for garbage collection # TYPE dotnet_gc_pause_ratio gauge dotnet_gc_pause_ratio 0 # HELP dotnet_gc_heap_size_bytes The current size of all heaps (only updated after a garbage collection) # TYPE dotnet_gc_heap_size_bytes gauge dotnet_gc_heap_size_bytes{gc_generation="0"} 0 dotnet_gc_heap_size_bytes{gc_generation="1"} 3216984 dotnet_gc_heap_size_bytes{gc_generation="2"} 351280248 dotnet_gc_heap_size_bytes{gc_generation="loh"} 118881672 # 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"} 1580 dotnet_gc_collection_count_total{gc_generation="1"} 591 dotnet_gc_collection_count_total{gc_generation="2"} 203 # 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 96552238544 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 27420664 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 484553 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 19 # 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 3892581 # 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 288 dotnet_threadpool_queue_length_count 105685 dotnet_threadpool_queue_length_bucket{le="0"} 105439 dotnet_threadpool_queue_length_bucket{le="1"} 105659 dotnet_threadpool_queue_length_bucket{le="10"} 105685 dotnet_threadpool_queue_length_bucket{le="100"} 105685 dotnet_threadpool_queue_length_bucket{le="1000"} 105685 dotnet_threadpool_queue_length_bucket{le="+Inf"} 105685 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 107 # HELP dotnet_build_info Build information about prometheus-net.DotNetRuntime and the environment # TYPE dotnet_build_info gauge dotnet_build_info{version="4.4.1.0",target_framework=".NETCoreApp,Version=v10.0",runtime_version=".NET 10.0.5",os_version="Ubuntu 24.04.4 LTS",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 4 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 0.8627607886190163 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 1555.861504 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 373.460272 # 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 19 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 0 # HELP runtime_threadpool_queue_length ThreadPool Queue Length # TYPE runtime_threadpool_queue_length gauge runtime_threadpool_queue_length 1 # HELP runtime_threadpool_completed_items_total ThreadPool Completed Work Item Count # TYPE runtime_threadpool_completed_items_total gauge runtime_threadpool_completed_items_total 17 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 32800 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 107 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 26.029549175057202 # HELP runtime_exceptions_total Exception Count # TYPE runtime_exceptions_total gauge runtime_exceptions_total 0 # HELP runtime_time_in_gc_ratio % Time in GC since last GC # TYPE runtime_time_in_gc_ratio gauge runtime_time_in_gc_ratio 1 # HELP runtime_gc_size_gen0_bytes GC size in bytes (Gen 0) # TYPE runtime_gc_size_gen0_bytes gauge runtime_gc_size_gen0_bytes 1 # HELP runtime_gc_size_gen1_bytes GC size in bytes (Gen 1) # TYPE runtime_gc_size_gen1_bytes gauge runtime_gc_size_gen1_bytes 3216984 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 351280248 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 118881672 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 4365736 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 354 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 27420664 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 484553 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 1 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 29065 # HELP aspnetcore_requests_current_total Current Requests # TYPE aspnetcore_requests_current_total gauge aspnetcore_requests_current_total 1 # HELP aspnetcore_requests_failed_total Failed Requests # TYPE aspnetcore_requests_failed_total gauge aspnetcore_requests_failed_total 1 # HELP signalr_connections_started_total Total Connections Started # TYPE signalr_connections_started_total gauge signalr_connections_started_total 0 # HELP signalr_connections_timed_out_total Total Connections Timed Out # TYPE signalr_connections_timed_out_total gauge signalr_connections_timed_out_total 0 # HELP signalr_connections_current_total Current Connections # TYPE signalr_connections_current_total gauge signalr_connections_current_total 0 # HELP signalr_connections_duration_milliseconds Average Connection Duration # TYPE signalr_connections_duration_milliseconds gauge signalr_connections_duration_milliseconds 0 # HELP grpc_server_calls_total Total Calls # TYPE grpc_server_calls_total gauge grpc_server_calls_total 134 # 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 134 # HELP grpc_server_messages_received_total Total Messages Received # TYPE grpc_server_messages_received_total gauge grpc_server_messages_received_total 134 # 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 2 # HELP grpc_client_calls_current_total Current Calls # TYPE grpc_client_calls_current_total gauge grpc_client_calls_current_total 1 # HELP grpc_client_calls_failed_total Total Calls Failed # TYPE grpc_client_calls_failed_total gauge grpc_client_calls_failed_total 1 # 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 1 # HELP grpc_client_messages_sent_total Total Messages Sent # TYPE grpc_client_messages_sent_total gauge grpc_client_messages_sent_total 2 # HELP grpc_client_messages_received_total Total Messages Received # TYPE grpc_client_messages_received_total gauge grpc_client_messages_received_total 2 # 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 17591 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 2 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 3828 # 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 1 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 9368 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 5 # HELP kestrel_tls_handshakes_per_second Number of TLS Handshakes made between update intervals # TYPE kestrel_tls_handshakes_per_second gauge kestrel_tls_handshakes_per_second 0 # HELP kestrel_tls_handshakes_total Total number of TLS handshakes made # TYPE kestrel_tls_handshakes_total gauge kestrel_tls_handshakes_total 1 # HELP kestrel_tls_handshakes_current_total Number of currently active TLS handshakes # TYPE kestrel_tls_handshakes_current_total gauge kestrel_tls_handshakes_current_total 1 # HELP kestrel_tls_handshakes_failed_total Total number of failed TLS handshakes # TYPE kestrel_tls_handshakes_failed_total gauge kestrel_tls_handshakes_failed_total 1 # HELP kestrel_connections_queue_total Length of Kestrel Connection Queue # TYPE kestrel_connections_queue_total gauge kestrel_connections_queue_total 1 # HELP kestrel_requests_queue_total Length total HTTP request queue # TYPE kestrel_requests_queue_total gauge kestrel_requests_queue_total 1 # HELP kestrel_requests_upgraded_total Current Upgraded Requests (WebSockets) # TYPE kestrel_requests_upgraded_total gauge kestrel_requests_upgraded_total 1 # HELP http_client_requests_started_total Requests Started # TYPE http_client_requests_started_total gauge http_client_requests_started_total 13080 # HELP http_client_requests_started_per_second Requests Started Rate # TYPE http_client_requests_started_per_second gauge http_client_requests_started_per_second 3 # 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 2147 # HELP net_security_tls_handshakes_current_total Current TLS handshakes # TYPE net_security_tls_handshakes_current_total gauge net_security_tls_handshakes_current_total 1 # HELP net_security_tls_handshakes_failed_total Total TLS handshakes failed # TYPE net_security_tls_handshakes_failed_total gauge net_security_tls_handshakes_failed_total 1 # HELP net_security_tls_sessions_total All TLS Sessions Active # TYPE net_security_tls_sessions_total gauge net_security_tls_sessions_total 27 # 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 27 # 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 2892 # 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 2891 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 9368 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 591155662 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 5263446368 # HELP net_sockets_datagrams_received Datagrams Received # TYPE net_sockets_datagrams_received gauge net_sockets_datagrams_received 2 # HELP net_sockets_datagrams_sent Datagrams Sent # TYPE net_sockets_datagrams_sent gauge net_sockets_datagrams_sent 2 # HELP sqlclient_active_hard_connections_total Actual active connections are made to servers # TYPE sqlclient_active_hard_connections_total gauge sqlclient_active_hard_connections_total 0 # HELP sqlclient_hard_connects_per_second Actual connections are made to servers # TYPE sqlclient_hard_connects_per_second gauge sqlclient_hard_connects_per_second 0 # HELP sqlclient_hard_disconnects_per_second Actual disconnections are made to servers # TYPE sqlclient_hard_disconnects_per_second gauge sqlclient_hard_disconnects_per_second 0 # HELP sqlclient_active_soft_connections_total Active connections got from connection pool # TYPE sqlclient_active_soft_connections_total gauge sqlclient_active_soft_connections_total 0 # HELP sqlclient_soft_connects_per_second Connections got from connection pool # TYPE sqlclient_soft_connects_per_second gauge sqlclient_soft_connects_per_second 0 # HELP sqlclient_soft_disconnects_per_second Connections returned to the connection pool # TYPE sqlclient_soft_disconnects_per_second gauge sqlclient_soft_disconnects_per_second 0 # HELP sqlclient_non_pooled_connections_total Number of connections are not using connection pooling # TYPE sqlclient_non_pooled_connections_total gauge sqlclient_non_pooled_connections_total 0 # HELP sqlclient_pooled_connections_total Number of connections are managed by connection pooler # TYPE sqlclient_pooled_connections_total gauge sqlclient_pooled_connections_total 0 # HELP sqlclient_active_connection_pool_groups_total Number of active unique connection strings # TYPE sqlclient_active_connection_pool_groups_total gauge sqlclient_active_connection_pool_groups_total 0 # HELP sqlclient_inactive_connection_pool_groups_total Number of unique connection strings waiting for pruning # TYPE sqlclient_inactive_connection_pool_groups_total gauge sqlclient_inactive_connection_pool_groups_total 0 # HELP sqlclient_active_connection_pools_total Number of active connection pools # TYPE sqlclient_active_connection_pools_total gauge sqlclient_active_connection_pools_total 0 # HELP sqlclient_inactive_connection_pools_total Number of inactive connection pools # TYPE sqlclient_inactive_connection_pools_total gauge sqlclient_inactive_connection_pools_total 0 # HELP sqlclient_active_connections_total Number of active connections # TYPE sqlclient_active_connections_total gauge sqlclient_active_connections_total 0 # HELP sqlclient_free_connections_total Number of free-ready connections # TYPE sqlclient_free_connections_total gauge sqlclient_free_connections_total 0 # HELP sqlclient_stasis_connections_total Number of connections currently waiting to be ready # TYPE sqlclient_stasis_connections_total gauge sqlclient_stasis_connections_total 0 # HELP sqlclient_reclaimed_connections_total Number of reclaimed connections from GC # TYPE sqlclient_reclaimed_connections_total gauge sqlclient_reclaimed_connections_total 0 # HELP efcore_active_dbcontexts Currently open db contexts # TYPE efcore_active_dbcontexts gauge efcore_active_dbcontexts 2 # HELP efcore_savechanges_count Number of savechanges done # TYPE efcore_savechanges_count counter efcore_savechanges_count 3829 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 299930.3849 # 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"} 415294 efcore_savechanges_counts_by_states{state="Deleted"} 5029 efcore_savechanges_counts_by_states{state="Modified"} 10155 efcore_savechanges_counts_by_states{state="Added"} 48187 # HELP signalr_connections Number of SignalR connections # TYPE signalr_connections gauge signalr_connections 0 # HELP check_count Total number of checks created # TYPE check_count counter check_count{order_format="EatIn"} 323 check_count{order_format="TakeAway"} 5 check_count{order_format="None"} 10 # HELP check_deleted_count Total number of checks deleted # TYPE check_deleted_count counter check_deleted_count{order_format="EatIn"} 10 check_deleted_count{order_format="TakeAway"} 3 check_deleted_count{order_format="None"} 1 # HELP checkout_count Total number of checkouts created # TYPE checkout_count counter checkout_count{order_format="TableOrder"} 2 checkout_count{order_format="EatIn"} 1 # HELP order_count Total number of orders processed # TYPE order_count counter order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="3db13cc3-81c8-44af-a33e-3862a8c72dbf",outlet="28b43594-19d7-429d-9d36-c89e0032b733"} 50 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="0a784bc4-612f-4231-bf46-544da3888e12",outlet="cfc688e6-e12a-41e5-9c33-3365beaaf2cc"} 82 order_count{type="Check",order_format="TakeAway",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="c3c0a974-bcd8-4b1f-baa9-f472b83317ad",outlet="e82b26b2-b077-41c6-8710-a7c7a0281e9a"} 1 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="c3c0a974-bcd8-4b1f-baa9-f472b83317ad",outlet="e82b26b2-b077-41c6-8710-a7c7a0281e9a"} 5 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="a73c6f6d-222d-4097-9b79-60a6a22e4b3c",outlet="e6a1f6c7-c7f2-4f8b-8500-738d54cd435b"} 1 order_count{type="Check",order_format="TakeAway",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="c3c0a974-bcd8-4b1f-baa9-f472b83317ad",outlet="d4f69fb7-f51f-415f-ab81-d294b8ec8adf"} 2 order_count{type="Check",order_format="TakeAway",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="6ab584c8-7fd2-480f-a9b9-5df25aca88a3",outlet="1e954f37-eadd-4955-aa0e-1dbb48e162f3"} 1 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="b74222de-f605-4df8-bd37-6c5b6ece2613",outlet="5f7c9a58-3031-4535-b8e7-4d572f4af85a"} 1 order_count{type="Checkout",order_format="TableOrder",sale_source="90011053-1b28-451d-80fb-2360c2f71cac",tenant="b7577df5-6f61-4d6c-94b2-45bbcae4ba74",outlet="4f4c52eb-455f-47ed-a405-1b070fc71aee"} 2 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="b7577df5-6f61-4d6c-94b2-45bbcae4ba74",outlet="4f4c52eb-455f-47ed-a405-1b070fc71aee"} 1 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="6ab584c8-7fd2-480f-a9b9-5df25aca88a3",outlet="1e954f37-eadd-4955-aa0e-1dbb48e162f3"} 14 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="dd490bb1-15ad-4e5c-aa98-2b48a7afd870",outlet="2cd4aea6-e7f4-49af-9a56-e270620f842a"} 10 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="e6553f76-e8ca-415d-99a0-584bc14b8cda",outlet="b43df58b-3a7b-4d16-b923-cc1fe4bc4c6c"} 4 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="c3c0a974-bcd8-4b1f-baa9-f472b83317ad",outlet="d105b7cb-cd9f-43f9-8ee0-7b3362a819af"} 1 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="7351bd0e-08a9-4445-90f6-7f36570bf618",outlet="53c47887-f811-4a97-a03c-0dd6cb32e945"} 1 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="c44f691a-32d9-41de-a07d-b34dd6df67a0",outlet="1bf3b9a6-5604-472f-8a9f-e5a89384729b"} 2 # HELP ticket_count Total number of tickets created # TYPE ticket_count counter ticket_count{order_format="EatIn"} 282 ticket_count{order_format="TakeAway"} 5 ticket_count{order_format="TableOrder"} 2 # HELP hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 46 # HELP hangfire_current_recurring Number of hangfire recurring jobs # TYPE hangfire_current_recurring gauge hangfire_current_recurring 34 # 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="critical-recurring-jobs"} 0 hangfire_current_enqueued{queue="recurring-jobs"} 0 hangfire_current_enqueued{queue="api-long-running"} 0 hangfire_current_enqueued{queue="message-queue"} 0 hangfire_current_enqueued{queue="default"} 0 # HELP hangfire_current_scheduled Number of hangfire jobs scheduled # TYPE hangfire_current_scheduled gauge hangfire_current_scheduled 0 # HELP hangfire_current_processing Number of hangfire jobs processing # TYPE hangfire_current_processing gauge hangfire_current_processing 0 # HELP hangfire_current_succeeded Number of hangfire jobs succeeded # TYPE hangfire_current_succeeded gauge hangfire_current_succeeded 73748183 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 9 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 17534 # 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 hangfire_current_api_jobs{api_job="CreateCheckPaymentCommand"} 0 hangfire_current_api_jobs{api_job="CancelCheckPaymentCommand"} 0 hangfire_current_api_jobs{api_job="ReceiptPrintCheckPaymentCommand"} 0 hangfire_current_api_jobs{api_job="PreviewPrintCheckCommand"} 0 hangfire_current_api_jobs{api_job="GetMemberInputQuery"} 0 hangfire_current_api_jobs{api_job="RefundOrderCommand"} 0 # HELP hangfire_api_jobs_success_count Number of hangfire api jobs executed # TYPE hangfire_api_jobs_success_count counter hangfire_api_jobs_success_count{api_job="CreateCheckPaymentCommand"} 180 hangfire_api_jobs_success_count{api_job="CancelCheckPaymentCommand"} 6 hangfire_api_jobs_success_count{api_job="ReceiptPrintCheckPaymentCommand"} 11 hangfire_api_jobs_success_count{api_job="PreviewPrintCheckCommand"} 17 hangfire_api_jobs_success_count{api_job="RefundOrderCommand"} 1 # HELP hangfire_api_jobs_failure_count Number of hangfire api job failures # TYPE hangfire_api_jobs_failure_count counter hangfire_api_jobs_failure_count{api_job="GetMemberInputQuery"} 1 # HELP hangfire_current_background_jobs Number of hangfire background jobs currently in progress # TYPE hangfire_current_background_jobs gauge hangfire_current_background_jobs{background_job="ProcessExpiredCollectionTicketsJob"} 0 hangfire_current_background_jobs{background_job="EndpointCacheSlideoutJob"} 0 hangfire_current_background_jobs{background_job="CheckVerifyTerminalPaymentJob"} 0 hangfire_current_background_jobs{background_job="CancelCheckJob"} 0 hangfire_current_background_jobs{background_job="CheckAwaitingConfirmationJob"} 0 hangfire_current_background_jobs{background_job="CheckPayAndGoMergeJob"} 0 hangfire_current_background_jobs{background_job="RetryIntegrationJob"} 0 hangfire_current_background_jobs{background_job="CheckPayAndGoOriginalCloseJob"} 0 hangfire_current_background_jobs{background_job="TicketResendPrintEventJob"} 0 hangfire_current_background_jobs{background_job="PrintBackgroundJobCommand"} 0 hangfire_current_background_jobs{background_job="StockUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="TicketStatusUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="CancelCheckoutJob"} 0 hangfire_current_background_jobs{background_job="CheckPaidIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="TicketItemStatusUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="OrderCreatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="OutletPosUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="AdyenNotificationRequest"} 0 hangfire_current_background_jobs{background_job="CheckoutCapturedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="CheckoutStatusUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="CloseStalledIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="VoucherBasisPublishedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="VoucherBasisOrder"} 0 hangfire_current_background_jobs{background_job="SyncCurrencyExchangeRatesJob"} 0 hangfire_current_background_jobs{background_job="ProductSyncIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="StandardWebhookRequest"} 0 hangfire_current_background_jobs{background_job="AdyenSettlementReportNotificationIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="PenguinOrderStatusUpdateWebhookIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="OutletCreatedIntegrationEvent"} 0 # HELP hangfire_background_jobs_success_count Number of hangfire background jobs executed # TYPE hangfire_background_jobs_success_count counter hangfire_background_jobs_success_count{background_job="EndpointCacheSlideoutJob"} 696 hangfire_background_jobs_success_count{background_job="CheckVerifyTerminalPaymentJob"} 1337 hangfire_background_jobs_success_count{background_job="ProcessExpiredCollectionTicketsJob"} 704 hangfire_background_jobs_success_count{background_job="CancelCheckJob"} 1420 hangfire_background_jobs_success_count{background_job="CheckAwaitingConfirmationJob"} 700 hangfire_background_jobs_success_count{background_job="CheckPayAndGoMergeJob"} 1364 hangfire_background_jobs_success_count{background_job="CheckPayAndGoOriginalCloseJob"} 67 hangfire_background_jobs_success_count{background_job="RetryIntegrationJob"} 124 hangfire_background_jobs_success_count{background_job="TicketResendPrintEventJob"} 695 hangfire_background_jobs_success_count{background_job="PrintBackgroundJobCommand"} 21 hangfire_background_jobs_success_count{background_job="StockUpdatedIntegrationEvent"} 423 hangfire_background_jobs_success_count{background_job="TicketStatusUpdatedIntegrationEvent"} 294 hangfire_background_jobs_success_count{background_job="CancelCheckoutJob"} 136 hangfire_background_jobs_success_count{background_job="CheckPaidIntegrationEvent"} 233 hangfire_background_jobs_success_count{background_job="TicketItemStatusUpdatedIntegrationEvent"} 586 hangfire_background_jobs_success_count{background_job="OrderCreatedIntegrationEvent"} 229 hangfire_background_jobs_success_count{background_job="OutletPosUpdatedIntegrationEvent"} 4 hangfire_background_jobs_success_count{background_job="AdyenNotificationRequest"} 36 hangfire_background_jobs_success_count{background_job="CheckoutCapturedIntegrationEvent"} 1 hangfire_background_jobs_success_count{background_job="CheckoutStatusUpdatedIntegrationEvent"} 3 hangfire_background_jobs_success_count{background_job="CloseStalledIntegrationEvent"} 12 hangfire_background_jobs_success_count{background_job="VoucherBasisPublishedIntegrationEvent"} 4 hangfire_background_jobs_success_count{background_job="VoucherBasisOrder"} 4 hangfire_background_jobs_success_count{background_job="SyncCurrencyExchangeRatesJob"} 1 hangfire_background_jobs_success_count{background_job="ProductSyncIntegrationEvent"} 5 hangfire_background_jobs_success_count{background_job="StandardWebhookRequest"} 1 hangfire_background_jobs_success_count{background_job="AdyenSettlementReportNotificationIntegrationEvent"} 4 hangfire_background_jobs_success_count{background_job="PenguinOrderStatusUpdateWebhookIntegrationEvent"} 4 hangfire_background_jobs_success_count{background_job="OutletCreatedIntegrationEvent"} 11 # HELP hangfire_background_jobs_failure_count Number of hangfire background job failures # TYPE hangfire_background_jobs_failure_count counter hangfire_background_jobs_failure_count{background_job="PrintBackgroundJobCommand"} 34 hangfire_background_jobs_failure_count{background_job="TicketStatusUpdatedIntegrationEvent"} 1 # HELP websocket_active_connections Currently open websocket connections # TYPE websocket_active_connections gauge websocket_active_connections 0 # HELP websocket_open_connetion_count Number of connections opened # TYPE websocket_open_connetion_count counter websocket_open_connetion_count 0 # HELP websocket_close_connetion_count Number of connections closed # TYPE websocket_close_connetion_count counter websocket_close_connetion_count 0 # HELP websocket_commands_count Number of commands handled # TYPE websocket_commands_count counter # HELP kafka_producer_queue Generic gauge for kafka_producer_queue # TYPE kafka_producer_queue gauge kafka_producer_queue 0 # HELP mongodbcollection_count Number of times the collection is queried # TYPE mongodbcollection_count counter mongodbcollection_count{Name="IdentityUserAdminCheck"} 2576 mongodbcollection_count{Name="TenantUser"} 1582 mongodbcollection_count{Name="IdentityUser"} 188 mongodbcollection_count{Name="AdminUser"} 84 mongodbcollection_count{Name="Customer"} 1151 mongodbcollection_count{Name="Printer"} 1107 mongodbcollection_count{Name="OutletClient"} 1147 mongodbcollection_count{Name="MemberCompanyDetail"} 7 mongodbcollection_count{Name="GuestGroupAddon"} 19 mongodbcollection_count{Name="GuestGroup"} 25 mongodbcollection_count{Name="GiftCardAddOn"} 59 mongodbcollection_count{Name="PricePreset"} 1 mongodbcollection_count{Name="Outlet"} 21 mongodbcollection_count{Name="WayOfPayment"} 70 mongodbcollection_count{Name="Tenant"} 2 mongodbcollection_count{Name="Tax"} 56 mongodbcollection_count{Name="ApiToken"} 7 mongodbcollection_count{Name="Integration"} 5 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="IdentityUserAdminCheck"} 22460 mongodbcollection_time{Name="TenantUser"} 14493 mongodbcollection_time{Name="IdentityUser"} 1015 mongodbcollection_time{Name="AdminUser"} 441 mongodbcollection_time{Name="Customer"} 6451 mongodbcollection_time{Name="Printer"} 2879 mongodbcollection_time{Name="OutletClient"} 3523 mongodbcollection_time{Name="MemberCompanyDetail"} 83 mongodbcollection_time{Name="GuestGroupAddon"} 107 mongodbcollection_time{Name="GuestGroup"} 120 mongodbcollection_time{Name="GiftCardAddOn"} 327 mongodbcollection_time{Name="PricePreset"} 22 mongodbcollection_time{Name="Outlet"} 156 mongodbcollection_time{Name="WayOfPayment"} 246 mongodbcollection_time{Name="Tenant"} 31 mongodbcollection_time{Name="Tax"} 170 mongodbcollection_time{Name="ApiToken"} 55 mongodbcollection_time{Name="Integration"} 29 # HELP mongodbcollection_retries Number of times the collection had to rety a query # TYPE mongodbcollection_retries counter # 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 -966 # 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 16 # 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 9950 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 10940 # 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 MongoDbSyncerQueue Generic gauge for MongoDbSyncerQueue # TYPE MongoDbSyncerQueue gauge MongoDbSyncerQueue 0 # HELP MongoDbSyncerFailCount Generic counter for MongoDbSyncerFailCount # TYPE MongoDbSyncerFailCount counter MongoDbSyncerFailCount 0 # HELP endpoint_cache_total_slideout_time Time spent in ms performing slideout. # TYPE endpoint_cache_total_slideout_time counter endpoint_cache_total_slideout_time 2 # HELP endpoint_cache_total_slideout_count Times slideout has been performed. # TYPE endpoint_cache_total_slideout_count counter endpoint_cache_total_slideout_count 696 # HELP endpoint_cache_object_count Number of objects in the endpoint cache. # TYPE endpoint_cache_object_count gauge endpoint_cache_object_count 0 # HELP endpoint_cache_last_slideout_time Last time slideout was called, unix timestamp. # TYPE endpoint_cache_last_slideout_time gauge endpoint_cache_last_slideout_time 1776272079 # HELP endpoint_cache_caches_count Number of caches. # TYPE endpoint_cache_caches_count gauge endpoint_cache_caches_count 0 # HELP endpoint_cache_start_time When the endpoint cache was created unix timestamp. # TYPE endpoint_cache_start_time gauge endpoint_cache_start_time 1776166570 # HELP messagequeue_consumed_count Total number of message queue envelopes consumed # TYPE messagequeue_consumed_count counter messagequeue_consumed_count 450 # 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="starcloud"} 239 messagequeue_consumed_topics_count{topic="print"} 16 messagequeue_consumed_topics_count{topic="order"} 177 messagequeue_consumed_topics_count{topic="customer"} 2 messagequeue_consumed_topics_count{topic="voucher"} 5 messagequeue_consumed_topics_count{topic="wallet"} 1 messagequeue_consumed_topics_count{topic="tenantuser"} 6 messagequeue_consumed_topics_count{topic="identityuser"} 1 messagequeue_consumed_topics_count{topic="licensepool"} 2 messagequeue_consumed_topics_count{topic="license"} 1 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 27689.082100000036 # 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="starcloud"} 18325.086499999994 messagequeue_consume_handle_topics_time{topic="print"} 583.9006999999999 messagequeue_consume_handle_topics_time{topic="order"} 1934.3639000000005 messagequeue_consume_handle_topics_time{topic="customer"} 1569.8401000000001 messagequeue_consume_handle_topics_time{topic="voucher"} 4097.2248 messagequeue_consume_handle_topics_time{topic="wallet"} 5.5018 messagequeue_consume_handle_topics_time{topic="tenantuser"} 618.6184 messagequeue_consume_handle_topics_time{topic="identityuser"} 209.8893 messagequeue_consume_handle_topics_time{topic="licensepool"} 127.20309999999999 messagequeue_consume_handle_topics_time{topic="license"} 227.1921 # HELP messagequeue_consume_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox # TYPE messagequeue_consume_failure_count counter messagequeue_consume_failure_count 0 # HELP messagequeue_consume_topics_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox by topic # TYPE messagequeue_consume_topics_failure_count counter # HELP http_request_duration_seconds The duration of HTTP requests processed by an ASP.NET Core application. # TYPE http_request_duration_seconds histogram http_request_duration_seconds_sum{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 2.6522379999999988 http_request_duration_seconds_count{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 127 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.008"} 25 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.016"} 106 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.032"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.064"} 126 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.128"} 126 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.256"} 126 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.512"} 126 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="1.024"} 126 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="2.048"} 127 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="4.096"} 127 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="8.192"} 127 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="16.384"} 127 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="32.768"} 127 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="+Inf"} 127 http_request_duration_seconds_sum{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 2.701880899999997 http_request_duration_seconds_count{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.008"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.016"} 105 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.032"} 126 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.064"} 129 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.128"} 129 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.256"} 129 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.512"} 129 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="1.024"} 129 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="2.048"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="4.096"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="8.192"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="16.384"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="32.768"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="+Inf"} 130 http_request_duration_seconds_sum{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 4.619436199999999 http_request_duration_seconds_count{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.016"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.032"} 96 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.064"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.128"} 121 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.256"} 121 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="0.512"} 121 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="1.024"} 121 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="2.048"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="4.096"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="8.192"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="16.384"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="32.768"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="+Inf"} 122 http_request_duration_seconds_sum{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 6.880676899999998 http_request_duration_seconds_count{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 193 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.032"} 144 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.064"} 189 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.128"} 191 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.256"} 191 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="0.512"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="1.024"} 192 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="2.048"} 193 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="4.096"} 193 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="8.192"} 193 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="16.384"} 193 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="32.768"} 193 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="+Inf"} 193 http_request_duration_seconds_sum{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}"} 1.4696228999999998 http_request_duration_seconds_count{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.008"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.016"} 113 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.032"} 117 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.064"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.128"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.256"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="0.512"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="1.024"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="2.048"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="4.096"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="8.192"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="16.384"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="32.768"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",le="+Inf"} 119 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 7.004874599999997 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.008"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.016"} 419 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.032"} 489 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.064"} 498 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.128"} 498 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.256"} 499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.512"} 499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="1.024"} 499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="2.048"} 499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="4.096"} 499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="8.192"} 499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="16.384"} 499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="32.768"} 499 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="+Inf"} 499 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 35.585042700000045 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 638 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.016"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.032"} 115 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.064"} 461 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.128"} 625 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.256"} 636 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.512"} 637 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="1.024"} 638 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="2.048"} 638 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="4.096"} 638 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="8.192"} 638 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="16.384"} 638 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="32.768"} 638 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="+Inf"} 638 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint=""} 1.0931286000000018 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 2489 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 2523 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 2531 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 2538 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 2540 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 2541 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 2541 http_request_duration_seconds_sum{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 2.028647799999999 http_request_duration_seconds_count{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.008"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.016"} 146 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.032"} 160 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.064"} 162 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.128"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.256"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="0.512"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="1.024"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="2.048"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="4.096"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="8.192"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="16.384"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="32.768"} 163 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",le="+Inf"} 163 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups"} 2.203205000000001 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.016"} 70 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.032"} 110 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.064"} 116 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.128"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.256"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="0.512"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="1.024"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="2.048"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="4.096"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="8.192"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="16.384"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="32.768"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups",le="+Inf"} 118 http_request_duration_seconds_sum{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 2.0532456999999993 http_request_duration_seconds_count{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.008"} 185 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.016"} 248 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.032"} 257 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.064"} 257 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.128"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.256"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.512"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="1.024"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="2.048"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="4.096"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="8.192"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="16.384"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="32.768"} 258 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="+Inf"} 258 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 12.294170599999998 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.064"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.128"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.256"} 82 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.512"} 86 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="1.024"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="2.048"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="4.096"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="8.192"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="16.384"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="32.768"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="+Inf"} 88 http_request_duration_seconds_sum{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 1.2947805 http_request_duration_seconds_count{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.016"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.032"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.064"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.128"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.256"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="0.512"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="1.024"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="2.048"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="4.096"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="8.192"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="16.384"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="32.768"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="+Inf"} 62 http_request_duration_seconds_sum{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 7.2651779 http_request_duration_seconds_count{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.128"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.256"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.512"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="1.024"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="2.048"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="4.096"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="8.192"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="16.384"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="32.768"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="+Inf"} 18 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 1.3068175000000004 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.008"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.016"} 91 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.032"} 98 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.064"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.128"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.256"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="0.512"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="1.024"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="2.048"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="4.096"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="8.192"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="16.384"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="32.768"} 100 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="+Inf"} 100 http_request_duration_seconds_sum{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 3.866351500000001 http_request_duration_seconds_count{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 103 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.032"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.064"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.128"} 101 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.256"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.512"} 103 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="1.024"} 103 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="2.048"} 103 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="4.096"} 103 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="8.192"} 103 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="16.384"} 103 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="32.768"} 103 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="+Inf"} 103 http_request_duration_seconds_sum{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 4.060211700000001 http_request_duration_seconds_count{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.032"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.064"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.128"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.256"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.512"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="1.024"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="2.048"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="4.096"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="8.192"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="16.384"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="32.768"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="+Inf"} 51 http_request_duration_seconds_sum{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 0.4059535000000001 http_request_duration_seconds_count{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.016"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.032"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.064"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.128"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.256"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="0.512"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="1.024"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="2.048"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="4.096"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="8.192"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="16.384"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="32.768"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount",le="+Inf"} 28 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 0.3999042000000001 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.016"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.032"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.064"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.128"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.256"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="0.512"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="1.024"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="2.048"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="4.096"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="8.192"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="16.384"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="32.768"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="+Inf"} 19 http_request_duration_seconds_sum{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount"} 1.6885685999999998 http_request_duration_seconds_count{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.016"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.032"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.064"} 71 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.128"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.256"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="0.512"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="1.024"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="2.048"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="4.096"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="8.192"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="16.384"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="32.768"} 73 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount",le="+Inf"} 73 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 0.4269937 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.016"} 26 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.032"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.064"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.128"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.256"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="0.512"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="1.024"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="2.048"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="4.096"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="8.192"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="16.384"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="32.768"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",le="+Inf"} 28 http_request_duration_seconds_sum{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts"} 1.7480668000000006 http_request_duration_seconds_count{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.016"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.032"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.064"} 93 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.128"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.256"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.512"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="1.024"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="2.048"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="4.096"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="8.192"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="16.384"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="32.768"} 95 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="+Inf"} 95 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 2.510325000000002 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.008"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.016"} 176 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.032"} 196 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.064"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.128"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.256"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="0.512"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="1.024"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="2.048"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="4.096"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="8.192"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="16.384"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="32.768"} 199 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",le="+Inf"} 199 http_request_duration_seconds_sum{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions"} 0.0787621 http_request_duration_seconds_count{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 1.6268493 http_request_duration_seconds_count{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.016"} 77 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.032"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.064"} 103 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.128"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.256"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="0.512"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="1.024"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="2.048"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="4.096"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="8.192"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="16.384"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="32.768"} 104 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",le="+Inf"} 104 http_request_duration_seconds_sum{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount"} 2.650551000000001 http_request_duration_seconds_count{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.016"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.032"} 71 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.064"} 85 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.128"} 89 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.256"} 89 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="0.512"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="1.024"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="2.048"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="4.096"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="8.192"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="16.384"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="32.768"} 90 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",le="+Inf"} 90 http_request_duration_seconds_sum{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 1.3033468 http_request_duration_seconds_count{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.016"} 74 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.032"} 92 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.064"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.128"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.256"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.512"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="1.024"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="2.048"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="4.096"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="8.192"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="16.384"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="32.768"} 94 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="+Inf"} 94 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 25.788951400000006 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.064"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.128"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.256"} 78 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.512"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="1.024"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="2.048"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="4.096"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="8.192"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="16.384"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="32.768"} 111 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="+Inf"} 111 http_request_duration_seconds_sum{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts"} 4.0634089000000015 http_request_duration_seconds_count{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.032"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.064"} 97 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.128"} 101 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.256"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="0.512"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="1.024"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="2.048"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="4.096"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="8.192"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="16.384"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="32.768"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",le="+Inf"} 102 http_request_duration_seconds_sum{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 3.080545100000003 http_request_duration_seconds_count{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.016"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.032"} 138 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.064"} 144 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.128"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.256"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.512"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="1.024"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="2.048"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="4.096"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="8.192"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="16.384"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="32.768"} 145 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="+Inf"} 145 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 6.869424700000001 http_request_duration_seconds_count{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.016"} 39 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.032"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.064"} 136 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.128"} 152 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.256"} 152 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.512"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="1.024"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="2.048"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="4.096"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="8.192"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="16.384"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="32.768"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="+Inf"} 153 http_request_duration_seconds_sum{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User"} 1.3859656 http_request_duration_seconds_count{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.032"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.064"} 39 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.128"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.256"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="0.512"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="1.024"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="2.048"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="4.096"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="8.192"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="16.384"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="32.768"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User",le="+Inf"} 41 http_request_duration_seconds_sum{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 2.5948925 http_request_duration_seconds_count{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.016"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.032"} 118 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.064"} 122 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.128"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.256"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="0.512"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="1.024"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="2.048"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="4.096"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="8.192"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="16.384"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="32.768"} 123 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="+Inf"} 123 http_request_duration_seconds_sum{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 1.9513360000000006 http_request_duration_seconds_count{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.016"} 91 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.032"} 126 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.064"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.128"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.256"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.512"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="1.024"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="2.048"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="4.096"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="8.192"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="16.384"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="32.768"} 130 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="+Inf"} 130 http_request_duration_seconds_sum{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations"} 1.4325848999999986 http_request_duration_seconds_count{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.008"} 39 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.016"} 108 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.032"} 124 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.064"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.128"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.256"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.512"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="1.024"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="2.048"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="4.096"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="8.192"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="16.384"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="32.768"} 125 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="+Inf"} 125 http_request_duration_seconds_sum{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 4.504964 http_request_duration_seconds_count{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.032"} 102 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.064"} 146 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.128"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.256"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="0.512"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="1.024"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="2.048"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="4.096"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="8.192"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="16.384"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="32.768"} 148 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="+Inf"} 148 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 2.5149194 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.032"} 88 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.064"} 98 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.128"} 98 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.256"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.512"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="1.024"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="2.048"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="4.096"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="8.192"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="16.384"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="32.768"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="+Inf"} 99 http_request_duration_seconds_sum{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 88.00946479999996 http_request_duration_seconds_count{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 1118 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.032"} 24 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.064"} 200 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.128"} 1068 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.256"} 1113 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.512"} 1117 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="1.024"} 1118 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="2.048"} 1118 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="4.096"} 1118 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="8.192"} 1118 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="16.384"} 1118 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="32.768"} 1118 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="+Inf"} 1118 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 16.47766020000001 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 445 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.032"} 188 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.064"} 424 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.128"} 442 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.256"} 445 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="0.512"} 445 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="1.024"} 445 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="2.048"} 445 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="4.096"} 445 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="8.192"} 445 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="16.384"} 445 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="32.768"} 445 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",le="+Inf"} 445 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 4.077997000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.016"} 231 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.032"} 271 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.064"} 279 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.128"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.256"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.512"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="1.024"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="2.048"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="4.096"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="8.192"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="16.384"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="32.768"} 280 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="+Inf"} 280 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 0.7836726999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.008"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.016"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.032"} 65 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.064"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.128"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.256"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.512"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="1.024"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="2.048"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="4.096"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="8.192"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="16.384"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="32.768"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="+Inf"} 69 http_request_duration_seconds_sum{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 38.89532220000005 http_request_duration_seconds_count{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 335 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.128"} 278 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.256"} 331 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.512"} 334 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="1.024"} 334 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="2.048"} 335 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="4.096"} 335 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="8.192"} 335 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="16.384"} 335 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="32.768"} 335 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="+Inf"} 335 http_request_duration_seconds_sum{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 151.64523079999995 http_request_duration_seconds_count{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 722 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.256"} 619 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.512"} 714 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="1.024"} 720 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="2.048"} 722 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="4.096"} 722 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="8.192"} 722 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="16.384"} 722 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="32.768"} 722 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="+Inf"} 722 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 24.2342688 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 337 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.064"} 155 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.128"} 326 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.256"} 335 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.512"} 337 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="1.024"} 337 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="2.048"} 337 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="4.096"} 337 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="8.192"} 337 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="16.384"} 337 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="32.768"} 337 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="+Inf"} 337 http_request_duration_seconds_sum{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 1.8051937000000007 http_request_duration_seconds_count{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.008"} 11 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.016"} 153 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.032"} 163 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.064"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.128"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.256"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.512"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="1.024"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="2.048"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="4.096"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="8.192"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="16.384"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="32.768"} 164 http_request_duration_seconds_bucket{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="+Inf"} 164 http_request_duration_seconds_sum{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 14.845460699999999 http_request_duration_seconds_count{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 291 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.016"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.032"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.064"} 263 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.128"} 289 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.256"} 291 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.512"} 291 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="1.024"} 291 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="2.048"} 291 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="4.096"} 291 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="8.192"} 291 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="16.384"} 291 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="32.768"} 291 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="+Inf"} 291 http_request_duration_seconds_sum{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 10.395349499999996 http_request_duration_seconds_count{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.008"} 709 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.016"} 1162 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.032"} 1208 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.064"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.128"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.256"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.512"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="1.024"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="2.048"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="4.096"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="8.192"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="16.384"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="32.768"} 1212 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="+Inf"} 1212 http_request_duration_seconds_sum{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment"} 0.36527819999999994 http_request_duration_seconds_count{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.016"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.032"} 11 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.064"} 12 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.128"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.256"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="0.512"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="1.024"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="2.048"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="4.096"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="8.192"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="16.384"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="32.768"} 13 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment",le="+Inf"} 13 http_request_duration_seconds_sum{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 0.059842000000000006 http_request_duration_seconds_count{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.008"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.016"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.032"} 4 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.064"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.128"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.256"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.512"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="1.024"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="2.048"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="4.096"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="8.192"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="16.384"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="32.768"} 5 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 0.12176069999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.008"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.016"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.032"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.064"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.128"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.256"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.512"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="1.024"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="2.048"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="4.096"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="8.192"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="16.384"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="32.768"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="+Inf"} 13 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 7.586361699999995 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.016"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.032"} 250 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.064"} 300 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.128"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.256"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.512"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="1.024"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="2.048"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="4.096"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="8.192"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="16.384"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="32.768"} 304 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="+Inf"} 304 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 4.6957599 http_request_duration_seconds_count{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 32 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.128"} 22 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.256"} 29 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.512"} 32 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="1.024"} 32 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="2.048"} 32 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="4.096"} 32 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="8.192"} 32 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="16.384"} 32 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="32.768"} 32 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="+Inf"} 32 http_request_duration_seconds_sum{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 12.0989255 http_request_duration_seconds_count{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="2.048"} 11 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="4.096"} 11 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="8.192"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="16.384"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="32.768"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="+Inf"} 12 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}"} 0.2735819 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.016"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.032"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.064"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.128"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.256"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.512"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="1.024"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="2.048"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="4.096"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="8.192"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="16.384"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="32.768"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="+Inf"} 16 http_request_duration_seconds_sum{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 0.3373365 http_request_duration_seconds_count{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.008"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.016"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.032"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.064"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.128"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.256"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="0.512"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="1.024"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="2.048"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="4.096"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="8.192"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="16.384"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="32.768"} 32 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="+Inf"} 32 http_request_duration_seconds_sum{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 0.1678164 http_request_duration_seconds_count{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.032"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 35.507250499999934 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 995 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.032"} 562 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.064"} 965 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.128"} 988 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.256"} 992 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.512"} 994 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="1.024"} 995 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="2.048"} 995 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="4.096"} 995 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="8.192"} 995 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="16.384"} 995 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="32.768"} 995 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="+Inf"} 995 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 4.7646674 http_request_duration_seconds_count{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 13 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.256"} 9 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="0.512"} 12 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="1.024"} 12 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="2.048"} 12 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="4.096"} 13 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="8.192"} 13 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="16.384"} 13 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="32.768"} 13 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}",le="+Inf"} 13 http_request_duration_seconds_sum{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint"} 1.6149170999999996 http_request_duration_seconds_count{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint"} 25 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.016"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.032"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.064"} 16 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.128"} 24 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.256"} 25 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.512"} 25 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="1.024"} 25 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="2.048"} 25 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="4.096"} 25 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="8.192"} 25 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="16.384"} 25 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="32.768"} 25 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="+Inf"} 25 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 0.6528244 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.032"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.064"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.128"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.256"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.512"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="1.024"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="2.048"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="4.096"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="8.192"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="16.384"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="32.768"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="+Inf"} 20 http_request_duration_seconds_sum{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0.061901700000000004 http_request_duration_seconds_count{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="+Inf"} 2 http_request_duration_seconds_sum{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems"} 1.3682292 http_request_duration_seconds_count{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.256"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="0.512"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="1.024"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="2.048"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="4.096"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="8.192"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="16.384"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="32.768"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate"} 1.7194147 http_request_duration_seconds_count{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 0.5521902 http_request_duration_seconds_count{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.016"} 33 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.032"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.064"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.128"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.256"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="0.512"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="1.024"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="2.048"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="4.096"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="8.192"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="16.384"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="32.768"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="+Inf"} 41 http_request_duration_seconds_sum{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 0.2199537 http_request_duration_seconds_count{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.016"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.032"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.064"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.128"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.256"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="0.512"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="1.024"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="2.048"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="4.096"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="8.192"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="16.384"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="32.768"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="+Inf"} 15 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 1.1734216999999998 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.016"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.032"} 65 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.064"} 66 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.128"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.256"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="0.512"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="1.024"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="2.048"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="4.096"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="8.192"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="16.384"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="32.768"} 67 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="+Inf"} 67 http_request_duration_seconds_sum{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 0.6430992 http_request_duration_seconds_count{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.008"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.016"} 54 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.032"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.064"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.128"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.256"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="0.512"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="1.024"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="2.048"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="4.096"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="8.192"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="16.384"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="32.768"} 59 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="+Inf"} 59 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}"} 0.0828917 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt"} 0.1215777 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 1.1123741999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.016"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.032"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.064"} 62 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.128"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.256"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.512"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="1.024"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="2.048"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="4.096"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="8.192"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="16.384"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="32.768"} 64 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="+Inf"} 64 http_request_duration_seconds_sum{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 2.0399649 http_request_duration_seconds_count{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0.1272573 http_request_duration_seconds_count{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="+Inf"} 3 http_request_duration_seconds_sum{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 0.1966853 http_request_duration_seconds_count{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.004"} 7 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.008"} 31 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.016"} 32 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.032"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.064"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.128"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.256"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.512"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="1.024"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="2.048"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="4.096"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="8.192"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="16.384"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="32.768"} 34 http_request_duration_seconds_bucket{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="+Inf"} 34 http_request_duration_seconds_sum{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 0.2645671 http_request_duration_seconds_count{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.016"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.032"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.064"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.128"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.256"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.512"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="1.024"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="2.048"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="4.096"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="8.192"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="16.384"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="32.768"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="+Inf"} 16 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites"} 1.1616487999999998 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.064"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.128"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.256"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.512"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="2.048"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="8.192"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 1.0951406 http_request_duration_seconds_count{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 1.9069883000000003 http_request_duration_seconds_count{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.016"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.032"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.064"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.128"} 60 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.256"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="0.512"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="1.024"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="2.048"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="4.096"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="8.192"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="16.384"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="32.768"} 61 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="+Inf"} 61 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 2.3387836000000006 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.032"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.064"} 53 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.128"} 55 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.256"} 57 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.512"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="1.024"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="2.048"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="4.096"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="8.192"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="16.384"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="32.768"} 58 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="+Inf"} 58 http_request_duration_seconds_sum{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 1.4382623999999995 http_request_duration_seconds_count{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.016"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.032"} 70 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.064"} 74 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.128"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.256"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="0.512"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="1.024"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="2.048"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="4.096"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="8.192"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="16.384"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="32.768"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="+Inf"} 76 http_request_duration_seconds_sum{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions"} 0.1457523 http_request_duration_seconds_count{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.016"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.032"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.064"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.128"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.256"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.512"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="1.024"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="2.048"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="4.096"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="8.192"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="16.384"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="32.768"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="+Inf"} 8 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 0.5190643 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.016"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.032"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.064"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.128"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.256"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="0.512"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="1.024"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="2.048"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="4.096"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="8.192"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="16.384"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="32.768"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="+Inf"} 21 http_request_duration_seconds_sum{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0.6633027000000001 http_request_duration_seconds_count{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.032"} 26 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.064"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.128"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.256"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.512"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="1.024"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="2.048"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="4.096"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="8.192"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="16.384"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="32.768"} 28 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="+Inf"} 28 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move"} 6.446121700000001 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move"} 24 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.256"} 14 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="0.512"} 23 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="1.024"} 24 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="2.048"} 24 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="4.096"} 24 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="8.192"} 24 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="16.384"} 24 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="32.768"} 24 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move",le="+Inf"} 24 http_request_duration_seconds_sum{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 0.0308685 http_request_duration_seconds_count{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 0.1692867 http_request_duration_seconds_count{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.016"} 16 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.032"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.064"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.128"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.256"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="0.512"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="1.024"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="2.048"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="4.096"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="8.192"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="16.384"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="32.768"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="+Inf"} 17 http_request_duration_seconds_sum{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate"} 0.2419076 http_request_duration_seconds_count{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.016"} 15 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.032"} 16 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.064"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.128"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.256"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="0.512"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="1.024"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="2.048"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="4.096"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="8.192"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="16.384"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="32.768"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate",le="+Inf"} 17 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.23277520000000002 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 66 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 34 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 64 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 65 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 65 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 65 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 65 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 65 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 65 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 66 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 66 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 66 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 66 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 66 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 66 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 66 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 66 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 66 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}"} 1.2609994 http_request_duration_seconds_count{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.128"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.256"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.512"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="1.024"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="2.048"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="4.096"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="8.192"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="16.384"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="32.768"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="+Inf"} 11 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat"} 2.6139123 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat"} 16 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.256"} 15 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.512"} 16 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="1.024"} 16 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="2.048"} 16 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="4.096"} 16 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="8.192"} 16 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="16.384"} 16 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="32.768"} 16 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="+Inf"} 16 http_request_duration_seconds_sum{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox"} 0.3820819 http_request_duration_seconds_count{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.128"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="+Inf"} 7 http_request_duration_seconds_sum{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum"} 0.121112 http_request_duration_seconds_count{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 2.402182100000001 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.016"} 165 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.032"} 182 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.064"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.128"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.256"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="0.512"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="1.024"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="2.048"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="4.096"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="8.192"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="16.384"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="32.768"} 186 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions",le="+Inf"} 186 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 2.1718917 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.064"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.128"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.256"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="0.512"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="1.024"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="2.048"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="4.096"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="8.192"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="16.384"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="32.768"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",le="+Inf"} 45 http_request_duration_seconds_sum{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets"} 0.2006415 http_request_duration_seconds_count{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.256"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.512"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="1.024"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="2.048"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="4.096"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="8.192"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="16.384"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="32.768"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 0.0234341 http_request_duration_seconds_count{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed"} 0.33280750000000003 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 0.3390033 http_request_duration_seconds_count{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.016"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.032"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.064"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.128"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.256"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="0.512"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="1.024"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="2.048"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="4.096"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="8.192"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="16.384"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="32.768"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="+Inf"} 20 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 5.920123900000001 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 37 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.128"} 29 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.256"} 35 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.512"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="1.024"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="2.048"} 37 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="4.096"} 37 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="8.192"} 37 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="16.384"} 37 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="32.768"} 37 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="+Inf"} 37 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block"} 2.9930917000000004 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.128"} 35 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.256"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="0.512"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="1.024"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="2.048"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="4.096"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="8.192"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="16.384"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="32.768"} 36 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block",le="+Inf"} 36 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}"} 3.5782611999999996 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}"} 42 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.128"} 41 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.256"} 42 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.512"} 42 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="1.024"} 42 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="2.048"} 42 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="4.096"} 42 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="8.192"} 42 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="16.384"} 42 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="32.768"} 42 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="+Inf"} 42 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets"} 0.2132787 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours"} 8.048540799999996 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours"} 126 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.064"} 81 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.128"} 125 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.256"} 126 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="0.512"} 126 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="1.024"} 126 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="2.048"} 126 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="4.096"} 126 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="8.192"} 126 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="16.384"} 126 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="32.768"} 126 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours",le="+Inf"} 126 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}"} 1.5692887999999998 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 52.71499819999996 http_request_duration_seconds_count{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 129 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.256"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.512"} 104 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="1.024"} 128 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="2.048"} 129 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="4.096"} 129 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="8.192"} 129 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="16.384"} 129 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="32.768"} 129 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="+Inf"} 129 http_request_duration_seconds_sum{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0.0293129 http_request_duration_seconds_count{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.016"} 0 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split"} 0.2702483 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="+Inf"} 1 http_request_duration_seconds_sum{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt"} 0.2519289 http_request_duration_seconds_count{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.016"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.032"} 14 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.064"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.128"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.256"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.512"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="1.024"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="2.048"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="4.096"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="8.192"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="16.384"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="32.768"} 15 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="+Inf"} 15 http_request_duration_seconds_sum{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 0.2570841 http_request_duration_seconds_count{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.001"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.002"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.004"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.008"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.016"} 17 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.032"} 18 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.064"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.128"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.256"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.512"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="1.024"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="2.048"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="4.096"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="8.192"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="16.384"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="32.768"} 19 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="+Inf"} 19 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata"} 1.3540427999999998 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.256"} 8 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="0.512"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="1.024"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="2.048"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="4.096"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="8.192"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="16.384"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="32.768"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata",le="+Inf"} 9 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems"} 1.0846623 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online"} 1.9022866999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="2.048"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="4.096"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="8.192"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="16.384"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="32.768"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online",le="+Inf"} 8 http_request_duration_seconds_sum{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}"} 0.1748194 http_request_duration_seconds_count{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 1.1453576 http_request_duration_seconds_count{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.016"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.032"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.064"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.128"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.256"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.512"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="1.024"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="2.048"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="4.096"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="8.192"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="16.384"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="32.768"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="+Inf"} 49 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 0.3113324 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup"} 0.3997545 http_request_duration_seconds_count{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy"} 128.20179960000007 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy"} 1105 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.128"} 880 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.256"} 1068 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="0.512"} 1103 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="1.024"} 1105 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="2.048"} 1105 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="4.096"} 1105 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="8.192"} 1105 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="16.384"} 1105 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="32.768"} 1105 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",le="+Inf"} 1105 http_request_duration_seconds_sum{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 1.1976395 http_request_duration_seconds_count{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.256"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.512"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="+Inf"} 7 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations"} 0.1312379 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.256"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.512"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}"} 0.3698943 http_request_duration_seconds_count{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.016"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.032"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.064"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.128"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.256"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="0.512"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="1.024"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="2.048"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="4.096"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="8.192"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="16.384"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="32.768"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}",le="+Inf"} 9 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets"} 0.1051849 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket"} 0.5615996 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity"} 3.2595099999999997 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.128"} 15 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.256"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="0.512"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="1.024"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="2.048"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="4.096"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="8.192"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="16.384"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="32.768"} 25 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity",le="+Inf"} 25 http_request_duration_seconds_sum{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}"} 0.1268941 http_request_duration_seconds_count{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}",le="+Inf"} 4 http_request_duration_seconds_sum{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 0.0112053 http_request_duration_seconds_count{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.001"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.002"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.004"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.008"} 0 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.016"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.032"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.064"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.128"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.256"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.512"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="1.024"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="2.048"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="4.096"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="8.192"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="16.384"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="32.768"} 1 http_request_duration_seconds_bucket{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions"} 0.2593255 http_request_duration_seconds_count{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.016"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.032"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.064"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.128"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.256"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.512"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="1.024"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="2.048"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="4.096"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="8.192"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="16.384"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="32.768"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="+Inf"} 21 http_request_duration_seconds_sum{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus"} 1.0060003 http_request_duration_seconds_count{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations"} 0.16755810000000002 http_request_duration_seconds_count{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.032"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.064"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.128"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.256"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="0.512"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="1.024"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="2.048"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="4.096"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="8.192"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="16.384"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="32.768"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations",le="+Inf"} 8 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow"} 0.0788421 http_request_duration_seconds_count{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 0.30922299999999997 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates"} 0.0389164 http_request_duration_seconds_count{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.032"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}"} 0.1347557 http_request_duration_seconds_count{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 0.0695234 http_request_duration_seconds_count{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.016"} 5 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.032"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.064"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.128"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.256"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.512"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="1.024"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="2.048"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="4.096"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="8.192"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="16.384"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="32.768"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 0.0527145 http_request_duration_seconds_count{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}"} 0.0486913 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.008"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage"} 2.0025790999999997 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.128"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.256"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.512"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="1.024"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="2.048"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="4.096"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="8.192"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="16.384"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="32.768"} 17 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="+Inf"} 17 http_request_duration_seconds_sum{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 1.6596701 http_request_duration_seconds_count{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.064"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.128"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.256"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="0.512"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="1.024"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="2.048"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="4.096"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="8.192"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="16.384"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="32.768"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}",le="+Inf"} 24 http_request_duration_seconds_sum{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}"} 0.0915724 http_request_duration_seconds_count{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.2484068999999999 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 313 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 341 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 346 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 347 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 347 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 3.0502882999999996 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.032"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.064"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.128"} 48 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.256"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.512"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="1.024"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="2.048"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="4.096"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="8.192"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="16.384"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="32.768"} 50 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="+Inf"} 50 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.031628 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts"} 0.41735469999999997 http_request_duration_seconds_count{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.032"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.064"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.128"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.256"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="0.512"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="1.024"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="2.048"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="4.096"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="8.192"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="16.384"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="32.768"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts",le="+Inf"} 16 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities"} 2.5596265000000002 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.128"} 31 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.256"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.512"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="1.024"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="2.048"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="4.096"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="8.192"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="16.384"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="32.768"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="+Inf"} 32 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations"} 2.7346131000000007 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.128"} 30 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.256"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="0.512"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="1.024"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="2.048"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="4.096"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="8.192"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="16.384"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="32.768"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations",le="+Inf"} 32 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags"} 2.0190455000000003 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.064"} 22 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.128"} 31 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.256"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="0.512"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="1.024"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="2.048"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="4.096"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="8.192"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="16.384"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="32.768"} 32 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags",le="+Inf"} 32 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish"} 11.2657998 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish"} 34 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.512"} 31 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="1.024"} 34 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="2.048"} 34 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="4.096"} 34 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="8.192"} 34 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="16.384"} 34 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="32.768"} 34 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="+Inf"} 34 http_request_duration_seconds_sum{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products"} 0.2222842 http_request_duration_seconds_count{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.064"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.128"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.256"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="0.512"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="1.024"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="2.048"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="4.096"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="8.192"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="16.384"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="32.768"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products",le="+Inf"} 2 http_request_duration_seconds_sum{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants"} 0.5547017000000001 http_request_duration_seconds_count{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.064"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.128"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.256"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="0.512"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="1.024"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="2.048"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="4.096"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="8.192"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="16.384"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="32.768"} 7 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants",le="+Inf"} 7 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block"} 0.422844 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 1.6431761999999999 http_request_duration_seconds_count{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}"} 0.3279198 http_request_duration_seconds_count{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}",le="+Inf"} 5 http_request_duration_seconds_sum{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 0.0265684 http_request_duration_seconds_count{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.016"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 0.4878418 http_request_duration_seconds_count{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 0.1670707 http_request_duration_seconds_count{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 2.4162208 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.064"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.128"} 26 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.256"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.512"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="1.024"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="2.048"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="4.096"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="8.192"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="16.384"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="32.768"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="+Inf"} 29 http_request_duration_seconds_sum{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions"} 0.0567477 http_request_duration_seconds_count{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions",le="+Inf"} 3 http_request_duration_seconds_sum{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 5.9208743 http_request_duration_seconds_count{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 15 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.256"} 6 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.512"} 13 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="1.024"} 14 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="2.048"} 15 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="4.096"} 15 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="8.192"} 15 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="16.384"} 15 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="32.768"} 15 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="+Inf"} 15 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 0.0700405 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="+Inf"} 1 http_request_duration_seconds_sum{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 0.0196303 http_request_duration_seconds_count{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status"} 0.5306237999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.004"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.008"} 69 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.016"} 76 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.032"} 78 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.064"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.128"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.256"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="0.512"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="1.024"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="2.048"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="4.096"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="8.192"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="16.384"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="32.768"} 79 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status",le="+Inf"} 79 http_request_duration_seconds_sum{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments"} 1.3526954 http_request_duration_seconds_count{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets"} 0.2588605 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.128"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="+Inf"} 7 http_request_duration_seconds_sum{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}"} 0.152063 http_request_duration_seconds_count{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.032"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.128"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}",le="+Inf"} 7 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept"} 1.671334 http_request_duration_seconds_count{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 0.45369119999999996 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets"} 0.3101412 http_request_duration_seconds_count{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 0.08758189999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.016"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.032"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status"} 0.4518902 http_request_duration_seconds_count{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 0.21559509999999998 http_request_duration_seconds_count{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.032"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.128"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="+Inf"} 7 http_request_duration_seconds_sum{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 0.7535504 http_request_duration_seconds_count{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.256"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.512"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="1.024"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="2.048"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="4.096"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="8.192"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="16.384"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="32.768"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations"} 0.1074111 http_request_duration_seconds_count{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.032"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.256"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="0.512"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods"} 0.4017833 http_request_duration_seconds_count{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods",le="+Inf"} 2 http_request_duration_seconds_sum{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 0.0078597 http_request_duration_seconds_count{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.001"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.002"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.004"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.008"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.016"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.032"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.064"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.128"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.256"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.512"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="1.024"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="2.048"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="4.096"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="8.192"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="16.384"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="32.768"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts"} 0.2120934 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course"} 0.7059209 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.256"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="0.512"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 0.2412562 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="+Inf"} 3 http_request_duration_seconds_sum{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput"} 0.0734911 http_request_duration_seconds_count{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.016"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.032"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.064"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.128"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.256"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="0.512"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="1.024"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="2.048"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="4.096"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="8.192"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="16.384"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="32.768"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts"} 0.1396362 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 22.90771489999998 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.064"} 35 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.128"} 82 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.256"} 112 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="0.512"} 122 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="1.024"} 134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="2.048"} 134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="4.096"} 134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="8.192"} 134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="16.384"} 134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="32.768"} 134 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="+Inf"} 134 http_request_duration_seconds_sum{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard"} 0.035668 http_request_duration_seconds_count{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport"} 0.1063173 http_request_duration_seconds_count{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus"} 0.0636565 http_request_duration_seconds_count{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="+Inf"} 2 http_request_duration_seconds_sum{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount"} 0.1144044 http_request_duration_seconds_count{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.032"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.064"} 0 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.128"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.256"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.512"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="1.024"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="2.048"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="4.096"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="8.192"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="16.384"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="32.768"} 1 http_request_duration_seconds_bucket{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}"} 1.1129002000000001 http_request_duration_seconds_count{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.128"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.256"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="0.512"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="1.024"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="2.048"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="4.096"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="8.192"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="16.384"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="32.768"} 16 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}",le="+Inf"} 16 http_request_duration_seconds_sum{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups"} 1.2650701 http_request_duration_seconds_count{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups"} 16 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.064"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.128"} 15 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.256"} 16 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="0.512"} 16 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="1.024"} 16 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="2.048"} 16 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="4.096"} 16 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="8.192"} 16 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="16.384"} 16 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="32.768"} 16 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups",le="+Inf"} 16 http_request_duration_seconds_sum{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups"} 0.2665994 http_request_duration_seconds_count{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients"} 0.7208591000000001 http_request_duration_seconds_count{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients",le="+Inf"} 7 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}"} 4.7227972 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.064"} 22 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.128"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.256"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.512"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="1.024"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="2.048"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="4.096"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="8.192"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="16.384"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="32.768"} 66 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="+Inf"} 66 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}"} 0.1101889 http_request_duration_seconds_count{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}",le="+Inf"} 1 http_request_duration_seconds_sum{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 0.133031 http_request_duration_seconds_count{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.256"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="0.512"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="1.024"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="2.048"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="4.096"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="8.192"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="16.384"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="32.768"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}"} 0.0404313 http_request_duration_seconds_count{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search"} 0.1603998 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}"} 0.7007928999999999 http_request_duration_seconds_count{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.128"} 9 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.256"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="2.048"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="8.192"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 0.21995 http_request_duration_seconds_count{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 0.0398489 http_request_duration_seconds_count{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares"} 0.2653292 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 0.1333783 http_request_duration_seconds_count{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName"} 0.25669549999999997 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink"} 0.1265067 http_request_duration_seconds_count{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites"} 0.032522499999999996 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites",le="+Inf"} 2 http_request_duration_seconds_sum{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 0.0491861 http_request_duration_seconds_count{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.032"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.064"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.128"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.256"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.512"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="1.024"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="2.048"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="4.096"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="8.192"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="16.384"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="32.768"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="+Inf"} 1 http_request_duration_seconds_sum{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}"} 0.0226689 http_request_duration_seconds_count{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units"} 0.0147198 http_request_duration_seconds_count{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 0.046452 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables"} 0.055864 http_request_duration_seconds_count{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices"} 0.1191619 http_request_duration_seconds_count{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="+Inf"} 1 http_request_duration_seconds_sum{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants"} 3.3455985000000004 http_request_duration_seconds_count{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.256"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="0.512"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="1.024"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="2.048"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="4.096"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="8.192"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="16.384"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="32.768"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 0.9117106000000001 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.064"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.128"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.256"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.512"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="1.024"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="2.048"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="4.096"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="8.192"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="16.384"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="32.768"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="+Inf"} 17 http_request_duration_seconds_sum{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes"} 0.0377504 http_request_duration_seconds_count{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.004"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.008"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.032"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.256"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="0.512"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes",le="+Inf"} 6 http_request_duration_seconds_sum{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund"} 0.0701006 http_request_duration_seconds_count{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.016"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.032"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.064"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.128"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.256"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="0.512"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="1.024"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="2.048"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="4.096"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="8.192"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="16.384"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="32.768"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund",le="+Inf"} 1 http_request_duration_seconds_sum{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 0.0612384 http_request_duration_seconds_count{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.032"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.064"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.128"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.256"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="0.512"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="1.024"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="2.048"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="4.096"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="8.192"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="16.384"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="32.768"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}"} 0.1172447 http_request_duration_seconds_count{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs"} 0.261465 http_request_duration_seconds_count{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}"} 0.3997188 http_request_duration_seconds_count{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}",le="+Inf"} 3 http_request_duration_seconds_sum{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 0.1251216 http_request_duration_seconds_count{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.032"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.064"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.128"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.256"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.512"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="1.024"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="2.048"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="4.096"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="8.192"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="16.384"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="32.768"} 3 http_request_duration_seconds_bucket{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="+Inf"} 3 http_request_duration_seconds_sum{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken"} 0.1305407 http_request_duration_seconds_count{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.064"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.128"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.256"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="0.512"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="1.024"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="2.048"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="4.096"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="8.192"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="16.384"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="32.768"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken",le="+Inf"} 2 http_request_duration_seconds_sum{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 2.4877458 http_request_duration_seconds_count{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 12 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.256"} 11 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="0.512"} 11 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="1.024"} 12 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="2.048"} 12 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="4.096"} 12 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="8.192"} 12 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="16.384"} 12 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="32.768"} 12 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="+Inf"} 12 http_request_duration_seconds_sum{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines"} 0.18368510000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.008"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.016"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.032"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.064"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.128"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.256"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.512"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="1.024"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="2.048"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="4.096"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="8.192"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="16.384"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="32.768"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="+Inf"} 17 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions"} 0.0737556 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint=""} 3.0503618 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList"} 0.41205780000000003 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList",le="+Inf"} 5 http_request_duration_seconds_sum{code="404",method="HEAD",controller="",action="",endpoint=""} 0.0012111 http_request_duration_seconds_count{code="404",method="HEAD",controller="",action="",endpoint=""} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.002"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.004"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 0.10462729999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="+Inf"} 2 http_request_duration_seconds_sum{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters"} 0.0311266 http_request_duration_seconds_count{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.008"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.032"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.064"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.128"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}"} 0.110288 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}",le="+Inf"} 4 http_request_duration_seconds_sum{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 0.2503873 http_request_duration_seconds_count{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.032"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.064"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.128"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.256"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.512"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="1.024"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="2.048"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="4.096"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="8.192"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="16.384"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="32.768"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy"} 0.4073183 http_request_duration_seconds_count{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy",le="+Inf"} 1 http_request_duration_seconds_sum{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 0.0169609 http_request_duration_seconds_count{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 0.2562262 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="+Inf"} 1 # HELP http_requests_received_total Provides the count of HTTP requests that have been processed by the ASP.NET Core pipeline. # TYPE http_requests_received_total counter http_requests_received_total{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 122 http_requests_received_total{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 130 http_requests_received_total{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 127 http_requests_received_total{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 193 http_requests_received_total{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}"} 119 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 499 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 638 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint=""} 2541 http_requests_received_total{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 163 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups"} 118 http_requests_received_total{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 258 http_requests_received_total{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 88 http_requests_received_total{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 62 http_requests_received_total{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 18 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 100 http_requests_received_total{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 103 http_requests_received_total{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 51 http_requests_received_total{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 28 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 19 http_requests_received_total{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount"} 73 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 28 http_requests_received_total{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts"} 95 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 199 http_requests_received_total{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions"} 2 http_requests_received_total{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 104 http_requests_received_total{code="200",method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount"} 90 http_requests_received_total{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 94 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 111 http_requests_received_total{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts"} 102 http_requests_received_total{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 145 http_requests_received_total{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 153 http_requests_received_total{code="200",method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User"} 41 http_requests_received_total{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 123 http_requests_received_total{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 130 http_requests_received_total{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations"} 125 http_requests_received_total{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 148 http_requests_received_total{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 99 http_requests_received_total{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 1118 http_requests_received_total{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 445 http_requests_received_total{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 280 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 69 http_requests_received_total{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 335 http_requests_received_total{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 722 http_requests_received_total{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 337 http_requests_received_total{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 164 http_requests_received_total{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 291 http_requests_received_total{code="204",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 1212 http_requests_received_total{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment"} 13 http_requests_received_total{code="204",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 5 http_requests_received_total{code="200",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 13 http_requests_received_total{code="200",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 304 http_requests_received_total{code="200",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 32 http_requests_received_total{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 12 http_requests_received_total{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}"} 16 http_requests_received_total{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 32 http_requests_received_total{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 5 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 995 http_requests_received_total{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 13 http_requests_received_total{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint"} 25 http_requests_received_total{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 20 http_requests_received_total{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 2 http_requests_received_total{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems"} 2 http_requests_received_total{code="200",method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate"} 4 http_requests_received_total{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 41 http_requests_received_total{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 15 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 67 http_requests_received_total{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 59 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt"} 1 http_requests_received_total{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 64 http_requests_received_total{code="200",method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 4 http_requests_received_total{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 3 http_requests_received_total{code="405",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 34 http_requests_received_total{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 16 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites"} 10 http_requests_received_total{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 6 http_requests_received_total{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 61 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 58 http_requests_received_total{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 76 http_requests_received_total{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions"} 8 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 21 http_requests_received_total{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 28 http_requests_received_total{code="200",method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move"} 24 http_requests_received_total{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 2 http_requests_received_total{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 17 http_requests_received_total{code="200",method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate"} 17 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 66 http_requests_received_total{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}"} 11 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat"} 16 http_requests_received_total{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox"} 7 http_requests_received_total{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum"} 2 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 186 http_requests_received_total{code="200",method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 45 http_requests_received_total{code="201",method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets"} 1 http_requests_received_total{code="200",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 1 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed"} 2 http_requests_received_total{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 20 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 37 http_requests_received_total{code="200",method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block"} 36 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}"} 42 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets"} 1 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours"} 126 http_requests_received_total{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}"} 5 http_requests_received_total{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 129 http_requests_received_total{code="404",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 1 http_requests_received_total{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split"} 1 http_requests_received_total{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt"} 15 http_requests_received_total{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 19 http_requests_received_total{code="200",method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata"} 9 http_requests_received_total{code="200",method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems"} 3 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online"} 8 http_requests_received_total{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}"} 3 http_requests_received_total{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 49 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 5 http_requests_received_total{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup"} 4 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy"} 1105 http_requests_received_total{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 7 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations"} 6 http_requests_received_total{code="200",method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}"} 9 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets"} 1 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket"} 5 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity"} 25 http_requests_received_total{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}"} 4 http_requests_received_total{code="499",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 1 http_requests_received_total{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions"} 21 http_requests_received_total{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus"} 2 http_requests_received_total{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations"} 8 http_requests_received_total{code="200",method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow"} 2 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 4 http_requests_received_total{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates"} 4 http_requests_received_total{code="200",method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}"} 1 http_requests_received_total{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 6 http_requests_received_total{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 2 http_requests_received_total{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}"} 3 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage"} 17 http_requests_received_total{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 24 http_requests_received_total{code="200",method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}"} 1 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 347 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 50 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 5 http_requests_received_total{code="200",method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts"} 16 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities"} 32 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations"} 32 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags"} 32 http_requests_received_total{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish"} 34 http_requests_received_total{code="201",method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products"} 2 http_requests_received_total{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants"} 7 http_requests_received_total{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block"} 5 http_requests_received_total{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 6 http_requests_received_total{code="200",method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}"} 5 http_requests_received_total{code="404",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 2 http_requests_received_total{code="200",method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 1 http_requests_received_total{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 29 http_requests_received_total{code="200",method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions"} 3 http_requests_received_total{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 15 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 1 http_requests_received_total{code="423",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status"} 79 http_requests_received_total{code="200",method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments"} 2 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets"} 7 http_requests_received_total{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}"} 7 http_requests_received_total{code="200",method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept"} 2 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 5 http_requests_received_total{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets"} 2 http_requests_received_total{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 5 http_requests_received_total{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status"} 1 http_requests_received_total{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 7 http_requests_received_total{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 3 http_requests_received_total{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations"} 6 http_requests_received_total{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods"} 2 http_requests_received_total{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 1 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts"} 1 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course"} 6 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 3 http_requests_received_total{code="202",method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput"} 1 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts"} 2 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 134 http_requests_received_total{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard"} 1 http_requests_received_total{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport"} 3 http_requests_received_total{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus"} 2 http_requests_received_total{code="400",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount"} 1 http_requests_received_total{code="200",method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}"} 16 http_requests_received_total{code="201",method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups"} 16 http_requests_received_total{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups"} 3 http_requests_received_total{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients"} 7 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}"} 66 http_requests_received_total{code="200",method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}"} 1 http_requests_received_total{code="201",method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 1 http_requests_received_total{code="200",method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search"} 2 http_requests_received_total{code="200",method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}"} 10 http_requests_received_total{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 1 http_requests_received_total{code="200",method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 1 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares"} 1 http_requests_received_total{code="200",method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 1 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName"} 2 http_requests_received_total{code="200",method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink"} 2 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites"} 2 http_requests_received_total{code="400",method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 1 http_requests_received_total{code="404",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units"} 1 http_requests_received_total{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 1 http_requests_received_total{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables"} 1 http_requests_received_total{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices"} 1 http_requests_received_total{code="201",method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants"} 2 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 17 http_requests_received_total{code="200",method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes"} 6 http_requests_received_total{code="202",method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund"} 1 http_requests_received_total{code="400",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 2 http_requests_received_total{code="200",method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}"} 3 http_requests_received_total{code="200",method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs"} 5 http_requests_received_total{code="200",method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}"} 3 http_requests_received_total{code="400",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 3 http_requests_received_total{code="201",method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken"} 2 http_requests_received_total{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 12 http_requests_received_total{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines"} 17 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions"} 3 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint=""} 3 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList"} 5 http_requests_received_total{code="404",method="HEAD",controller="",action="",endpoint=""} 1 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 2 http_requests_received_total{code="404",method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters"} 2 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}"} 4 http_requests_received_total{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 2 http_requests_received_total{code="200",method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy"} 1 http_requests_received_total{code="423",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 1 http_requests_received_total{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 1 # 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="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 0 http_requests_in_progress{method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 0 http_requests_in_progress{method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 0 http_requests_in_progress{method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 0 http_requests_in_progress{method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 0 http_requests_in_progress{method="OPTIONS",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 0 http_requests_in_progress{method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups"} 0 http_requests_in_progress{method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 0 http_requests_in_progress{method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 0 http_requests_in_progress{method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 0 http_requests_in_progress{method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 0 http_requests_in_progress{method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 0 http_requests_in_progress{method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount"} 0 http_requests_in_progress{method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 0 http_requests_in_progress{method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts"} 0 http_requests_in_progress{method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 0 http_requests_in_progress{method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions"} 0 http_requests_in_progress{method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 0 http_requests_in_progress{method="GET",controller="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount"} 0 http_requests_in_progress{method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 0 http_requests_in_progress{method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 0 http_requests_in_progress{method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts"} 0 http_requests_in_progress{method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 0 http_requests_in_progress{method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Permissions",action="GetPermissionsForUser",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Permissions/User"} 0 http_requests_in_progress{method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 0 http_requests_in_progress{method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 0 http_requests_in_progress{method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 0 http_requests_in_progress{method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 0 http_requests_in_progress{method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 0 http_requests_in_progress{method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 0 http_requests_in_progress{method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 0 http_requests_in_progress{method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 0 http_requests_in_progress{method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 0 http_requests_in_progress{method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 0 http_requests_in_progress{method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 0 http_requests_in_progress{method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 0 http_requests_in_progress{method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 0 http_requests_in_progress{method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment"} 0 http_requests_in_progress{method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 0 http_requests_in_progress{method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}"} 0 http_requests_in_progress{method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 0 http_requests_in_progress{method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 0 http_requests_in_progress{method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 0 http_requests_in_progress{method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint"} 0 http_requests_in_progress{method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 0 http_requests_in_progress{method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0 http_requests_in_progress{method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems"} 0 http_requests_in_progress{method="POST",controller="Checks",action="ValidateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Validate"} 0 http_requests_in_progress{method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 0 http_requests_in_progress{method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 0 http_requests_in_progress{method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt"} 0 http_requests_in_progress{method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 0 http_requests_in_progress{method="GET",controller="TenantUser",action="GetAllOutletAdmins",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Admins"} 0 http_requests_in_progress{method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0 http_requests_in_progress{method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 0 http_requests_in_progress{method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites"} 0 http_requests_in_progress{method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 0 http_requests_in_progress{method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 0 http_requests_in_progress{method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 0 http_requests_in_progress{method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions"} 0 http_requests_in_progress{method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move"} 0 http_requests_in_progress{method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 0 http_requests_in_progress{method="PUT",controller="OutletClients",action="ValidateClient",endpoint="api/v{version:apiVersion}/Outlets/Clients/Validate"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat"} 0 http_requests_in_progress{method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox"} 0 http_requests_in_progress{method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 0 http_requests_in_progress{method="POST",controller="PricePresets",action="CreatePricePresetV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets"} 0 http_requests_in_progress{method="GET",controller="Checks",action="GetClosedChecksOnCollectionTicketV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/CollectionTickets/{collectionTicketId:Guid}/closed"} 0 http_requests_in_progress{method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Products",action="BlockOutletProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}/block"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateVariantPricePreset",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Variants/{variantId}/PricePresets"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}"} 0 http_requests_in_progress{method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="AddOrUpdateCheckMetadataV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Metadata"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="ExtractCertainItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/ExtractCertainItems"} 0 http_requests_in_progress{method="GET",controller="Checks",action="GetCheckOnlinePaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId}/PaymentMethods/Online"} 0 http_requests_in_progress{method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOn",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/MultiCurrencyAddOns/{multiCurrencyAddOnId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup"} 0 http_requests_in_progress{method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy"} 0 http_requests_in_progress{method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations"} 0 http_requests_in_progress{method="GET",controller="OutletKds",action="GetKdsClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="Tickets",action="GetGuestKdsTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/GuestTickets"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity"} 0 http_requests_in_progress{method="GET",controller="TicketDestinations",action="GetTicketDestinationDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/{ticketDestinationId:Guid}"} 0 http_requests_in_progress{method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions"} 0 http_requests_in_progress{method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus"} 0 http_requests_in_progress{method="GET",controller="TicketDestinations",action="GetTicketDestinationList",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations"} 0 http_requests_in_progress{method="GET",controller="OutletTicketFlow",action="GetTicketFlow",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/TicketFlow"} 0 http_requests_in_progress{method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 0 http_requests_in_progress{method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates"} 0 http_requests_in_progress{method="PUT",controller="Tickets",action="PrintSubTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTicket/{subTicketId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 0 http_requests_in_progress{method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage"} 0 http_requests_in_progress{method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Orders",action="RefundOrderV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund/Status/{workerId}"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/"} 0 http_requests_in_progress{method="GET",controller="Stocks",action="GetVariantCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Variants/Counts"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags"} 0 http_requests_in_progress{method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish"} 0 http_requests_in_progress{method="POST",controller="Products",action="CreateOutletProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products"} 0 http_requests_in_progress{method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants"} 0 http_requests_in_progress{method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block"} 0 http_requests_in_progress{method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 0 http_requests_in_progress{method="DELETE",controller="Products",action="DeleteProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}"} 0 http_requests_in_progress{method="DELETE",controller="Products",action="DeleteProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="Tables",action="GetTableSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables/Suggestions"} 0 http_requests_in_progress{method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 0 http_requests_in_progress{method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status"} 0 http_requests_in_progress{method="POST",controller="Checkout",action="AdyenCreateCheckoutPaymentV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments"} 0 http_requests_in_progress{method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets"} 0 http_requests_in_progress{method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations/{tableReservationIntegrationId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Checkout",action="AcceptCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentAccept"} 0 http_requests_in_progress{method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets"} 0 http_requests_in_progress{method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status"} 0 http_requests_in_progress{method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 0 http_requests_in_progress{method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 0 http_requests_in_progress{method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations"} 0 http_requests_in_progress{method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateSubProductsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/SubProducts"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course"} 0 http_requests_in_progress{method="GET",controller="Checks",action="GetCheckList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 0 http_requests_in_progress{method="GET",controller="Loyalty",action="GetMemberInput",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Loyalty/MemberInput"} 0 http_requests_in_progress{method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 0 http_requests_in_progress{method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard"} 0 http_requests_in_progress{method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport"} 0 http_requests_in_progress{method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount"} 0 http_requests_in_progress{method="DELETE",controller="Products",action="DeleteVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups/{upsellGroupId:Guid}"} 0 http_requests_in_progress{method="POST",controller="Products",action="CreateVariantUpsellGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/UpsellGroups"} 0 http_requests_in_progress{method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups"} 0 http_requests_in_progress{method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}"} 0 http_requests_in_progress{method="DELETE",controller="Products",action="DeleteProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups/{productAddOnGroupId}"} 0 http_requests_in_progress{method="POST",controller="Ingredients",action="CreateIngredientV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 0 http_requests_in_progress{method="GET",controller="Ingredients",action="GetIngredientDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search"} 0 http_requests_in_progress{method="DELETE",controller="Products",action="DeleteVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients/{productIngredientId}"} 0 http_requests_in_progress{method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 0 http_requests_in_progress{method="GET",controller="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares"} 0 http_requests_in_progress{method="POST",controller="Stocks",action="AddStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName"} 0 http_requests_in_progress{method="PUT",controller="OutletClients",action="UnlinkOutletClientHardware",endpoint="api/v{version:apiVersion}/Outlets/Clients/{clientId:Guid}/Unlink"} 0 http_requests_in_progress{method="GET",controller="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites"} 0 http_requests_in_progress{method="POST",controller="Printer",action="CreatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 0 http_requests_in_progress{method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units"} 0 http_requests_in_progress{method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 0 http_requests_in_progress{method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables"} 0 http_requests_in_progress{method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices"} 0 http_requests_in_progress{method="POST",controller="Tenants",action="CreateTenantV3",endpoint="api/v{version:apiVersion}/Tenants"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 0 http_requests_in_progress{method="GET",controller="Currencies",action="GetListOfAllCurrencyCodes",endpoint="api/v{version:apiVersion}/Currencies/CurrencyCodes"} 0 http_requests_in_progress{method="PUT",controller="Orders",action="RefundOrderV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Refund"} 0 http_requests_in_progress{method="GET",controller="Integration",action="GetIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}"} 0 http_requests_in_progress{method="GET",controller="IntegrationLogs",action="ListIntegrationLogs",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/IntegrationLogs"} 0 http_requests_in_progress{method="PUT",controller="Integration",action="UpdateIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}"} 0 http_requests_in_progress{method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 0 http_requests_in_progress{method="POST",controller="PublicApi",action="CreateApiToken",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations/{integrationId:Guid}/PublicApi/CreateApiToken"} 0 http_requests_in_progress{method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions"} 0 http_requests_in_progress{method="GET",controller="Tickets",action="GetTicketDetailedList",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/DetailedList"} 0 http_requests_in_progress{method="HEAD",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="Tickets",action="GetTicketDetails",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 0 http_requests_in_progress{method="GET",controller="OutletClients",action="GetDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/DiscoveredPrinters"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetTenantOutletDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Orders",action="ReceiptCopyV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/ReceiptCopy"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 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.Core.Api.Controllers.V1.PayAndGoIntegrationController.GetPayAndGoIntegration (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TapToPayIntegrationController.GetTapToPayIntegration (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MultiCurrencyAddOnController.GetMultiCurrencyAddOnList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.IntegrationController.ListIntegration (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AdyenController.GetAdyenIntegrationDetails (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.GetCheckDetailsV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.GetCheckListForSalesLocation (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CourseGroupsController.GetCourseGroupIdForTenantOutlet (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.GetAllStandardProductsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.GetMenusWithMenuGroups (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CourseGroupsController.GetCourseGroupDetails (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OrdersController.GetOrderListV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SaleSourcesController.GetSaleSourcesList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantsController.GetTenantOutletList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ClientContextController.GetClientContext (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ClientContextController.GetContextTenants (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantsController.GetPreOrderSettings (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ICouponIntegrationsController.GetICouponIntegrationErrorCount (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.InvoiceController.GetUnhandledInvoiceCount (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.GetPreOrderCheckoutsList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.StocksController.GetStockProductList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.GetTenantOutletMandatoryMenuTree (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TagsController.GetTagSuggestionList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketDestinationsController.GetTicketDestinationSearchSuggestions (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.IntegrationController.GetIntegrationErrorCount (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.BroadcastMessageController.BroadcastMessageGetUnread (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.GetMenuTreeDetailsV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantUserController.GetFavouriteProductList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PaymentTerminalsController.GetPaymentTerminalListV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletPosController.GetPosClient (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PermissionsController.GetPermissionsForUser (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.WayOfPaymentsController.ListWayOfPaymentV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ICouponIntegrationsController.GetICouponIntegrationList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TableReservationIntegrationsController.GetTableReservationIntegrationList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.GetAllOutletSpecificSystemProductsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletClientsController.UpdateDiscoveredPrinters (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SectionsController.GetStatusSection (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SectionsController.GetSectionTableMap (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.GetCheckoutsListV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.CreateCheckV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.AddCheckItemV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.OutletProductDetailV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CollectionTicketsController.GetOpenCollectionTicket (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.CreateCheckPaymentV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.CreateCheckPaymentV4Status (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.CancelCheckPaymentV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.CancelCheckPaymentV4Status (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.DeleteCheckItemsV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.PrintPaymentReceiptV4Status (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AdyenController.CreateAdyenTerminalEventNotification (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.DiscountsController.GetDiscountList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantsController.GetTenantDetails (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.DeleteCheckV3 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.PreviewPrintCheckV5 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.PreviewPrintCheckV4Status (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletClientsController.GetCustomTokenV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.AddSystemCheckItemV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.ValidateCheckPaymentV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.StocksController.GetStockIdForOutlet (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TaxesController.GetAllTaxes (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductGroupsController.GetProductGroupList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TagsController.GetTagList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductGroupsController.GetProductGroupDetailsV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.DigitalReceiptCheckPaymentV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SectionsController.ListSection (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantUserController.GetAllOutletAdmins (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletClientsController.GetCustomToken (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.GetMenuTreeDetailsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.GetMultipleFavourites (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PrinterController.GetPrinterList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletPosController.UpdatePosClient (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletClientsController.GetClients (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletsController.GetOutletV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.UpsellGroupsController.GetUpsellGroupList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PricePresetsController.GetPricePresetsuggestionsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.GetMenuTrees (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.BatchMoveCheckItemsV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AdyenController.CreateAdyenTerminalDisplayNotification (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletClientsController.ValidateClient (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SalesController.GetSalesGroup (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.UpdateCheckOrderFormat (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletPosController.OpenCashBoxV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletPosController.SetChangeSum (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.GetProductsuggestions (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.GetOutletSpecificProductV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PricePresetsController.CreatePricePresetV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.GetClosedChecksOnCollectionTicketV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.KitchenMessagesController.GetListKitchenMessages (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateProductV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.BlockOutletProduct (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateProductVariant (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateVariantPricePreset (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateStandardProductAvailabilityHours (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.ForwardCourseV3 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.TicketCheckV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.CheckItemSplitV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.PrintPaymentReceiptV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.AddOrUpdateCheckMetadataV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.ExtractCertainItemsV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.GetCheckOnlinePaymentMethods (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MultiCurrencyAddOnController.GetMultiCurrencyAddOn (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.IngredientsController.GetAllV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.GetProductDetailV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletClientsController.OutletClientSetupV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.GetMenuTreeHierarchyV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletsController.UpdateOutletV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.GetProductOutletConfigurations (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletKdsController.GetKdsClient (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.GetGuestKdsTickets (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.UpdateCustomTicketNumber (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.UpdateCheckItemQuantityV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketDestinationsController.GetTicketDestinationDetails (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketDestinationsController.GetLicenseSuggestions (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.UpdateTicketItemsStatus (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketDestinationsController.GetTicketDestinationList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletTicketFlowController.GetTicketFlow (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.GetKdsDestinationTicketList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PrinterController.GetPrinterTemplates (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.PrintSubTicket (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PermissionsController.GetPermissions (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SectionsController.DetailSection (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.UpdateCheckItemKitchenMessageV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OrdersController.GetOrderDetailsV5 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OrdersController.RefundOrderV4Status (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletsController.GetOutletsByLocationV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.StocksController.GetVariantCount (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateStandardProductAvailabilities (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateTicketDestinations (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateProductTags (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.PublishProduct (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.CreateOutletProductDraftV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.CreateProductVariant (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.BlockProductV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.UpdateMenuTreeV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.DeleteProductVariant (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.DeleteProduct (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.StocksController.UpdateStockProducts (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.GetCheckoutV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TablesController.GetTableSuggestions (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.UpdateCheckoutV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.GetCheckoutPaymentMethods (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.GetCheckoutStatus (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.AdyenCreateCheckoutPaymentV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.GetTicketList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TableReservationIntegrationsController.GetTableReservationIntegrationDetails (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.AcceptCheckoutPayment (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.GetTicketDetailsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.PrintSubTicketsV3 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PrinterController.GetPrinterDetailsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.UpdateStatusV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AddOnGroupsController.GetAllAddOnGroupsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.CreateCheckout (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SurfboardPaymentsController.GetSurfboardIntegrationList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.AdyenGetCheckoutPaymentMethods (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateSubProductsV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.UpdateCheckItemCourse (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.GetCheckList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.LoyaltyController.GetMemberInput (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.GetCheckDiscounts (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AdyenController.CreateAdyenStandardWebhook (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.NotificationController.CreateAdyenSettlementReport (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.NotificationController.PenguinLockersUpdateOrderStatus (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.DiscountCheck (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.DeleteVariantUpsellGroup (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.CreateVariantUpsellGroup (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.CreateProductAddOnGroup (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.CreateVariantIngredient (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateVariantIngredient (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.DeleteProductAddOnGroup (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.IngredientsController.CreateIngredientV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.IngredientsController.GetIngredientDetail (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletsController.GetOutletsBySearch (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.DeleteVariantIngredient (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PermissionsController.GetPermissionGroups (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PermissionsController.GetPermissionGroupDetail (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateSharesV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.StocksController.AddStockProducts (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.UpdateCustomNameV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletClientsController.UnlinkOutletClientHardware (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.GetMenuTreeFavourites (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PrinterController.CreatePrinterV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletUnitsController.GetOutletUnits (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SectionsController.GetSectionTables (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TablesController.GetAllTables (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.InvoiceController.GetInvoices (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantsController.CreateTenantV3 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantsController.GetTenantList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CurrenciesController.GetListOfAllCurrencyCodes (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OrdersController.RefundOrderV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.IntegrationController.GetIntegration (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.IntegrationLogsController.ListIntegrationLogs (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.IntegrationController.UpdateIntegration (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantsController.CreateTenantOutletV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PublicApiController.CreateApiToken (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CuisinesController.GetAllCuisine (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantsController.GetTenantSuggestionList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.Public.V1.TicketsController.GetTicketDetailedList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.Public.V1.TicketsController.GetTicketDetails (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletClientsController.GetDiscoveredPrinters (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantsController.GetTenantOutletDetails (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OrdersController.ReceiptCopyV3 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.MoveCheck (Ancon.Wildcat.Core.Api)"} 0 # HELP dotnet_collection_count_total GC collection count # TYPE dotnet_collection_count_total counter dotnet_collection_count_total{generation="0"} 1582 dotnet_collection_count_total{generation="1"} 592 dotnet_collection_count_total{generation="2"} 203 # 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 1776166539.973172 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 6227.711052 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 17458417664 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 1555861504 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 2735292416 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 952 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 198 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 373687800 # HELP prometheus_net_metric_families Number of metric families currently registered. # TYPE prometheus_net_metric_families gauge prometheus_net_metric_families{metric_type="counter"} 60 prometheus_net_metric_families{metric_type="gauge"} 325 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 12 # 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"} 399 prometheus_net_metric_instances{metric_type="gauge"} 831 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 277 # 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"} 399 prometheus_net_metric_timeseries{metric_type="gauge"} 831 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 5684 # 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 256743 # HELP prometheus_net_eventcounteradapter_sources_connected_total Number of event sources that are currently connected to the adapter. # TYPE prometheus_net_eventcounteradapter_sources_connected_total gauge prometheus_net_eventcounteradapter_sources_connected_total 7 # HELP prometheus_net_meteradapter_instruments_connected Number of instruments that are currently connected to the adapter. # TYPE prometheus_net_meteradapter_instruments_connected gauge prometheus_net_meteradapter_instruments_connected 101 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created ({connection}) New connections allocated (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created 0 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 0.8627607886190163 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 1555.861504 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 373.460272 # 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 1490 # 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 577 # 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 197 # 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 65 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 19 # 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 185257 # 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 3888345 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 94635670808 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 107 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 26.029549175057202 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 581.685248 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 7978 # 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 27458.395999999997 # 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 3216984 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 351280248 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 118881672 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 4365736 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 354 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 27420664 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 484553 # 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 93918.7465 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures ({connection}) Connections that failed during handshake (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected ({connection}) Connections rejected by the application (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected ({connection}) Connections rejected due to worker load. (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed ({connection}) Connections resumed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated ({connection}) Connections currently allocated (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected ({connection}) Connections currently in the connected state (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors ({connection}) Connections shutdown with a protocol error (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn ({connection}) Connection attempts with no matching ALPN (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated ({stream}) Current streams allocated (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost ({packet}) Packets suspected lost (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped ({packet}) Packets dropped for any reason (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures ({packet}) Packets with decryption failures (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams ({datagram}) UDP datagrams received (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams ({datagram}) UDP datagrams sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes (By) UDP payload bytes received (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes (By) UDP payload bytes sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events ({event}) UDP receive events (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls ({call}) UDP send API calls (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes (By) Bytes sent by applications (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes (By) Bytes received by applications (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth ({connection}) Current connections queued for processing (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth ({operation}) Current connection operations queued (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued ({operation}) New connection operations queued (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed ({operation}) Connection operations processed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth ({operation}) Current worker operations queued (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued ({operation}) New worker operations queued (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed ({operation}) Worker operations processed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated ({challenge}) Successful path challenges (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure ({challenge}) Unsuccessful path challenges (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset ({packet}) Stateless reset packets sent ever (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry ({packet}) Stateless retry packets sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry 0 # HELP npgsql_db_client_connection_count ({connection}) The number of connections that are currently in state described by the state attribute. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connection_count gauge npgsql_db_client_connection_count{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_client_connection_state="idle"} 9 npgsql_db_client_connection_count{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_client_connection_state="used"} 0 # HELP npgsql_db_client_connection_max ({connection}) The maximum number of open connections allowed. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connection_max gauge npgsql_db_client_connection_max{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30"} 22 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts ({dbcontext}) (ObservableUpDownCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts 2 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries ({query}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries 17604 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges ({savechanges}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges 3829 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits ({hits}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits 17559 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses ({misses}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses 45 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures ({failure}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures ({failure}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures 0 # HELP system_runtime_dotnet_gc_collections ({collection}) The number of garbage collections that have occurred since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_collections gauge system_runtime_dotnet_gc_collections{gc_heap_generation="gen2"} 203 system_runtime_dotnet_gc_collections{gc_heap_generation="gen1"} 389 system_runtime_dotnet_gc_collections{gc_heap_generation="gen0"} 990 # HELP system_runtime_dotnet_process_memory_working_set (By) The number of bytes of physical memory mapped to the process context. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_process_memory_working_set gauge system_runtime_dotnet_process_memory_working_set 1555861504 # HELP system_runtime_dotnet_gc_heap_total_allocated (By) The approximate number of bytes allocated on the managed GC heap since the process has started. The returned value does not include any native allocations. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_heap_total_allocated gauge system_runtime_dotnet_gc_heap_total_allocated 96559586288 # HELP system_runtime_dotnet_gc_last_collection_memory_committed_size (By) The amount of committed virtual memory in use by the .NET GC, as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_memory_committed_size gauge system_runtime_dotnet_gc_last_collection_memory_committed_size 581685248 # HELP system_runtime_dotnet_gc_last_collection_heap_size (By) The managed GC heap size (including fragmentation), as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_heap_size gauge system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen0"} 0 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen1"} 3216984 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen2"} 351280248 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="loh"} 118881672 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="poh"} 4365736 # HELP system_runtime_dotnet_gc_last_collection_heap_fragmentation_size (By) The heap fragmentation, as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_heap_fragmentation_size gauge system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen0"} 0 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen1"} 27168 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen2"} 61963864 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="loh"} 60553056 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="poh"} 1810688 # HELP system_runtime_dotnet_gc_pause_time (s) The total amount of time paused in GC since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_pause_time gauge system_runtime_dotnet_gc_pause_time 28.50192 # HELP system_runtime_dotnet_jit_compiled_il_size (By) Count of bytes of intermediate language that have been compiled since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compiled_il_size gauge system_runtime_dotnet_jit_compiled_il_size 27420664 # HELP system_runtime_dotnet_jit_compiled_methods ({method}) The number of times the JIT compiler (re)compiled methods since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compiled_methods gauge system_runtime_dotnet_jit_compiled_methods 484553 # HELP system_runtime_dotnet_jit_compilation_time (s) The number of times the JIT compiler (re)compiled methods since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compilation_time gauge system_runtime_dotnet_jit_compilation_time 119.9141984 # HELP system_runtime_dotnet_monitor_lock_contentions ({contention}) The number of times there was contention when trying to acquire a monitor lock since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_monitor_lock_contentions gauge system_runtime_dotnet_monitor_lock_contentions 185757 # HELP system_runtime_dotnet_thread_pool_thread_count ({thread}) The number of thread pool threads that currently exist. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_thread_count gauge system_runtime_dotnet_thread_pool_thread_count 19 # HELP system_runtime_dotnet_thread_pool_work_item_count ({work_item}) The number of work items that the thread pool has completed since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_work_item_count gauge system_runtime_dotnet_thread_pool_work_item_count 3892607 # HELP system_runtime_dotnet_thread_pool_queue_length ({work_item}) The number of work items that are currently queued to be processed by the thread pool. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_queue_length gauge system_runtime_dotnet_thread_pool_queue_length 0 # HELP system_runtime_dotnet_timer_count ({timer}) The number of timer instances that are currently active. An active timer is registered to tick at some point in the future and has not yet been canceled. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_timer_count gauge system_runtime_dotnet_timer_count 107 # HELP system_runtime_dotnet_assembly_count ({assembly}) The number of .NET assemblies that are currently loaded. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_assembly_count gauge system_runtime_dotnet_assembly_count 354 # HELP system_runtime_dotnet_process_cpu_count ({cpu}) The number of processors available to the process. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_process_cpu_count gauge system_runtime_dotnet_process_cpu_count 4 # HELP system_runtime_dotnet_process_cpu_time (s) CPU time used by the process. (ObservableCounter`1) # TYPE system_runtime_dotnet_process_cpu_time gauge system_runtime_dotnet_process_cpu_time{cpu_mode="user"} 3938.083648 system_runtime_dotnet_process_cpu_time{cpu_mode="system"} 2289.622702 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled (By) Number of bytes currently pooled and available for reuse. (UpDownCounter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled{aspnetcore_memory_pool_owner="kestrel"} 1556480 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented (By) Total number of bytes rented from the memory pool. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented{aspnetcore_memory_pool_owner="kestrel"} 4764987392 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated (By) Total number of bytes allocated by the memory pool. Allocation occurs when a memory rental request exceeds the available pooled memory. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated{aspnetcore_memory_pool_owner="kestrel"} 341602304 # 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="POST",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="GET",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="PUT",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_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 3520 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 1025 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 19 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 324 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 4 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 18 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 257 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 85 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 128 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}"} 240 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy"} 374 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint"} 3 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 3 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 61 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 139 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 149 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 3 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_match_status="failure"} 8367 # 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"} 41.4643009000001 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"} 7928 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"} 7657 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"} 7863 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"} 7917 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"} 7925 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"} 7926 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"} 7927 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"} 7927 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"} 7927 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"} 7927 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 7928 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"} 185.86379560000026 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"} 3519 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"} 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.04"} 92 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"} 3464 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 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"} 3519 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http"} 87.27404490000009 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="0.04"} 12 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="0.08"} 549 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="0.16"} 997 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1023 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1025 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http"} 0.10126700000000001 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http"} 7.822931 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="0.32"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="0.64"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="1.28"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="2.56"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="5.12"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="10.24"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="20.48"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="40.96"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="81.92"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="163.84"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="327.68"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="655.36"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 19 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http"} 2.0524899999999993 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",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="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 17 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 68 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 75 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http"} 3.0064029000000008 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 36 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 239 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 248 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",network_protocol_version="1.1",url_scheme="http"} 0.0130637 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="400",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",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="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http"} 1.0845623999999998 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="0.08"} 16 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="0.16"} 17 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="0.32"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="0.64"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="1.28"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="2.56"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="5.12"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="10.24"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="20.48"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="40.96"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="81.92"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="163.84"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="327.68"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="655.36"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http"} 9.578828300000001 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="0.16"} 80 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="0.32"} 84 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="0.64"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="1.28"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="2.56"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="5.12"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="10.24"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="20.48"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="40.96"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="81.92"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="163.84"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="327.68"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="655.36"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="201",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http"} 52.945856099999986 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="0.16"} 55 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="0.32"} 241 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="0.64"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="1.28"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="2.56"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="5.12"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="10.24"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="20.48"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="40.96"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="81.92"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="163.84"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="327.68"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="655.36"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 257 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http"} 0.1436639 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",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="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http"} 9.5970535 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",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="api/v{version:apiVersion}/Tenants/{id:Guid}",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="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 185 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 231 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 238 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{id:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 240 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http"} 2.246491499999999 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",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="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 108 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 126 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 128 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http"} 0.3610389 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",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="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",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="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",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="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",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="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",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="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",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="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",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="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http"} 46.3043938 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",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="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",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="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",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="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",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="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="0.16"} 327 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="0.32"} 369 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="0.64"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="1.28"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="2.56"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="5.12"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="10.24"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="20.48"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="40.96"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="81.92"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="163.84"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="327.68"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="655.36"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 374 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http"} 0.17060579999999997 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="202",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http"} 0.044538999999999995 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",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="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",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="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http"} 1.0960233 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",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="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="0.02"} 47 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="0.04"} 60 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="0.08"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="0.16"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="0.32"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="0.64"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="1.28"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="2.56"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="5.12"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="10.24"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="20.48"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="40.96"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="81.92"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="163.84"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="327.68"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="655.36"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 61 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http"} 5.7079332 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",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="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",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="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="0.04"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="0.08"} 134 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="0.16"} 138 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="0.32"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="0.64"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="1.28"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="2.56"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="5.12"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="10.24"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="20.48"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="40.96"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="81.92"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="163.84"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="327.68"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="655.36"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 139 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http"} 8.7120562 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",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="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 29 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 125 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 147 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 149 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http"} 0.0256934 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",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="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",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="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",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="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http"} 0.0319311 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",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="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 0.0068138 microsoft_aspnetcore_hosting_http_server_request_duration_count{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.01"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="163.84"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="327.68"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="655.36"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 # HELP microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration (s) The authentication duration for a request. (Histogram`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration histogram microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException"} 0.7614481000000001 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.01"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.02"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.04"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.08"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.16"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.32"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.64"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="1.28"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="2.56"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="5.12"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="10.24"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="20.48"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="40.96"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="81.92"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="163.84"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="327.68"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="655.36"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="1310.72"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="2621.44"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="5242.88"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="10485.76"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="20971.52"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="41943.04"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="83886.08"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="167772.16"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="+Inf"} 8464 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 5.251627200000016 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.01"} 8431 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.02"} 8433 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.04"} 8437 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.08"} 8437 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.16"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.32"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.64"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1.28"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2.56"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5.12"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10.24"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20.48"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="40.96"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="81.92"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="163.84"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="327.68"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="655.36"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1310.72"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2621.44"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5242.88"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10485.76"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20971.52"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="41943.04"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="83886.08"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="167772.16"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="+Inf"} 8438 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic"} 7.2e-05 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.01"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.02"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.04"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.08"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.16"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.32"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="0.64"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="1.28"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="2.56"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="5.12"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="10.24"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="20.48"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="40.96"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="81.92"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="163.84"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="327.68"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="655.36"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="1310.72"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="2621.44"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="5242.88"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="10485.76"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="20971.52"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="41943.04"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="83886.08"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="167772.16"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="Basic",le="+Inf"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization"} 0.00010420000000000001 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.01"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.02"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.04"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.08"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.16"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.32"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.64"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="1.28"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="2.56"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="5.12"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="10.24"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="20.48"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="40.96"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="81.92"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="163.84"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="327.68"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="655.36"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="1310.72"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="2621.44"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="5242.88"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="10485.76"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="20971.52"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="41943.04"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="83886.08"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="167772.16"} 2 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="+Inf"} 2 # HELP microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts ({attempt}) The total number of authorization attempts. (Counter`1) # TYPE microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts gauge microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts{aspnetcore_authorization_result="success",aspnetcore_user_is_authenticated="True"} 8451 # HELP npgsql_db_client_operation_npgsql_executing ({command}) The number of currently executing database commands. (UpDownCounter`1) # TYPE npgsql_db_client_operation_npgsql_executing gauge npgsql_db_client_operation_npgsql_executing{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30"} 0 # HELP npgsql_db_client_operation_npgsql_bytes_written (By) The number of bytes written. (Counter`1) # TYPE npgsql_db_client_operation_npgsql_bytes_written gauge npgsql_db_client_operation_npgsql_bytes_written{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30"} 239978665 # HELP npgsql_db_client_operation_npgsql_bytes_read (By) The number of bytes read. (Counter`1) # TYPE npgsql_db_client_operation_npgsql_bytes_read gauge npgsql_db_client_operation_npgsql_bytes_read{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30"} 271896197 # HELP npgsql_db_client_operation_duration (s) Duration of database client operations. (Histogram`1) # TYPE npgsql_db_client_operation_duration histogram npgsql_db_client_operation_duration_sum{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 602.8640484000077 npgsql_db_client_operation_duration_count{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.01"} 130299 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.02"} 137400 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.04"} 140656 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.08"} 141354 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.16"} 141462 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.32"} 141480 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.64"} 141487 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1.28"} 141488 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2.56"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5.12"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10.24"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20.48"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="40.96"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="81.92"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="163.84"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="327.68"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="655.36"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1310.72"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2621.44"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5242.88"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10485.76"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20971.52"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="41943.04"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="83886.08"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="167772.16"} 141489 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="+Inf"} 141489 # HELP system_runtime_dotnet_exceptions ({exception}) The number of exceptions that have been thrown in managed code. (Counter`1) # TYPE system_runtime_dotnet_exceptions gauge system_runtime_dotnet_exceptions{error_type="NpgsqlException"} 336 system_runtime_dotnet_exceptions{error_type="TypeInitializationException"} 84 # 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 system_net_http_http_client_active_requests{http_request_method="POST",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="POST",server_address="a.srv4pos.com",server_port="443",url_scheme="https"} 0 # HELP system_net_http_http_client_request_duration (s) Duration of HTTP client 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"} 204.7346792999998 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"} 12125 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"} 5636 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"} 10968 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"} 11697 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"} 11767 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"} 11977 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"} 12115 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"} 12123 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"} 12124 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"} 12124 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 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"} 12125 system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https"} 139.02733299999997 system_net_http_http_client_request_duration_count{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.04"} 1 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.08"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.16"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.32"} 2 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.64"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="1.28"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="2.56"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="5.12"} 4 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="10.24"} 10 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="20.48"} 11 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="40.96"} 12 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="81.92"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="163.84"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="327.68"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="655.36"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="1310.72"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="2621.44"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="5242.88"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="10485.76"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="20971.52"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="41943.04"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="83886.08"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="167772.16"} 13 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="+Inf"} 13 system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https"} 0.6346109 system_net_http_http_client_request_duration_count{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.04"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.08"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.16"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.32"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.64"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="1.28"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="2.56"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="5.12"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="10.24"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="20.48"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="40.96"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="81.92"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="163.84"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="327.68"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="655.36"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="1310.72"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="2621.44"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="5242.88"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="10485.76"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="20971.52"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="41943.04"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="83886.08"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="167772.16"} 3 system_net_http_http_client_request_duration_bucket{http_request_method="POST",http_response_status_code="201",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="+Inf"} 3 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 13080 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 13056 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 51 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 51 # 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 2891 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 9368 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 591155662 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 5263446368 # 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 2892 # 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 2120 # 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 2147 # HELP system_net_security_current_tls_handshakes Current TLS handshakes # TYPE system_net_security_current_tls_handshakes gauge system_net_security_current_tls_handshakes 0 # HELP system_net_security_failed_tls_handshakes Total TLS handshakes failed # TYPE system_net_security_failed_tls_handshakes gauge system_net_security_failed_tls_handshakes 0 # HELP system_net_security_all_tls_sessions_open All TLS Sessions Active # TYPE system_net_security_all_tls_sessions_open gauge system_net_security_all_tls_sessions_open 27 # 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 27 # 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_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 9359 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 9368 # 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 5 # HELP microsoft_aspnetcore_server_kestrel_connection_queue_length Connection Queue Length # TYPE microsoft_aspnetcore_server_kestrel_connection_queue_length gauge microsoft_aspnetcore_server_kestrel_connection_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_request_queue_length Request Queue Length # TYPE microsoft_aspnetcore_server_kestrel_request_queue_length gauge microsoft_aspnetcore_server_kestrel_request_queue_length 0 # HELP microsoft_aspnetcore_server_kestrel_current_upgraded_requests Current Upgraded Requests (WebSockets) # TYPE microsoft_aspnetcore_server_kestrel_current_upgraded_requests gauge microsoft_aspnetcore_server_kestrel_current_upgraded_requests 0 # HELP microsoft_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.11.49",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.11.49",server_port="80"} 5 # 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.11.49",server_port="80"} 220944.45405440062 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.11.49",server_port="80"} 9347 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.11.49",server_port="80",le="0.01"} 6769 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.11.49",server_port="80",le="0.02"} 6984 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.11.49",server_port="80",le="0.04"} 7033 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.11.49",server_port="80",le="0.08"} 7039 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.11.49",server_port="80",le="0.16"} 7042 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.11.49",server_port="80",le="0.32"} 7043 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.11.49",server_port="80",le="0.64"} 7043 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.11.49",server_port="80",le="1.28"} 7043 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.11.49",server_port="80",le="2.56"} 7043 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.11.49",server_port="80",le="5.12"} 7061 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.11.49",server_port="80",le="10.24"} 7063 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.11.49",server_port="80",le="20.48"} 7065 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.11.49",server_port="80",le="40.96"} 7066 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.11.49",server_port="80",le="81.92"} 8736 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.11.49",server_port="80",le="163.84"} 9167 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.11.49",server_port="80",le="327.68"} 9314 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.11.49",server_port="80",le="655.36"} 9335 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.11.49",server_port="80",le="1310.72"} 9340 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.11.49",server_port="80",le="2621.44"} 9344 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.11.49",server_port="80",le="5242.88"} 9347 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.11.49",server_port="80",le="10485.76"} 9347 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.11.49",server_port="80",le="20971.52"} 9347 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.11.49",server_port="80",le="41943.04"} 9347 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.11.49",server_port="80",le="83886.08"} 9347 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.11.49",server_port="80",le="167772.16"} 9347 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.11.49",server_port="80",le="+Inf"} 9347 # 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 29048 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 29065 # HELP microsoft_aspnetcore_hosting_current_requests Current Requests # TYPE microsoft_aspnetcore_hosting_current_requests gauge microsoft_aspnetcore_hosting_current_requests 0 # HELP microsoft_aspnetcore_hosting_failed_requests Failed Requests # TYPE microsoft_aspnetcore_hosting_failed_requests gauge microsoft_aspnetcore_hosting_failed_requests 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 17591 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 17588 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 3828 # 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 3828 # 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 microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted (By) Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed. Evicted memory is available for garbage collection. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted{aspnetcore_memory_pool_owner="kestrel"} 340045824 # HELP current_nets_terminal_requests Number of requests towards nets terminal currently in progress. # TYPE current_nets_terminal_requests gauge # HELP current_surfboard_terminal_requests Number of requests towards surfboard terminal currently in progress. # TYPE current_surfboard_terminal_requests gauge # HELP current_adyen_online_requests Number of requests towards adyen online currently in progress. # TYPE current_adyen_online_requests gauge current_adyen_online_requests{method="PaymentMethods"} 0 current_adyen_online_requests{method="Authorize"} 0 current_adyen_online_requests{method="Capture"} 0 # HELP current_adyen_terminal_requests Number of requests towards adyen terminal currently in progress. # TYPE current_adyen_terminal_requests gauge current_adyen_terminal_requests{method="SendPayment"} 0 current_adyen_terminal_requests{method="SendPrint"} 0 current_adyen_terminal_requests{method="SendCancel"} 0 current_adyen_terminal_requests{method="VerifyTransaction"} 0 # HELP npgsql_db_client_operation_npgsql_prepared_ratio The ratio of prepared command executions. (ObservableGauge`1) # TYPE npgsql_db_client_operation_npgsql_prepared_ratio gauge npgsql_db_client_operation_npgsql_prepared_ratio{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30"} 0 # HELP microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_active_request_leases ({request}) Number of HTTP requests that are currently active on the server that hold a rate limiting lease. (UpDownCounter`1) # TYPE microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_active_request_leases gauge microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_active_request_leases{aspnetcore_rate_limiting_policy="GlobalConcurrency"} 0 # HELP microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration (s) The duration of rate limiting leases held by HTTP requests on the server. (Histogram`1) # TYPE microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration histogram microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_sum{aspnetcore_rate_limiting_policy="GlobalConcurrency"} 111.6855490999999 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_count{aspnetcore_rate_limiting_policy="GlobalConcurrency"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.01"} 434 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.02"} 724 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.04"} 1075 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.08"} 1880 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.16"} 2169 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.32"} 2202 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.64"} 2209 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="1.28"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="2.56"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="5.12"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="10.24"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="20.48"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="40.96"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="81.92"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="163.84"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="327.68"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="655.36"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="1310.72"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="2621.44"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="5242.88"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="10485.76"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="20971.52"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="41943.04"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="83886.08"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="167772.16"} 2213 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="+Inf"} 2213 # HELP microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_requests ({request}) Number of requests that tried to acquire a rate limiting lease. Requests could be rejected by global or endpoint rate limiting policies. Or the request could be canceled while waiting for the lease. (Counter`1) # TYPE microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_requests gauge microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_requests{aspnetcore_rate_limiting_policy="GlobalConcurrency",aspnetcore_rate_limiting_result="acquired"} 2213 # 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-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.7222986 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 70 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"} 36 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"} 68 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 70 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com"} 0.043820200000000004 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="0.01"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="0.02"} 1 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="0.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="0.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="0.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="0.32"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="0.64"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="1.28"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="2.56"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="5.12"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="10.24"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="20.48"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="40.96"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="81.92"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="163.84"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="327.68"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="655.36"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="1310.72"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="2621.44"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="5242.88"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="10485.76"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="20971.52"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="41943.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="83886.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="167772.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="+Inf"} 2 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="a.srv4pos.com"} 0.0215848 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="a.srv4pos.com"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.01"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.02"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.04"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.08"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.16"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.32"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.64"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="1.28"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="2.56"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="5.12"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="10.24"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="20.48"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="40.96"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="81.92"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="163.84"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="327.68"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="655.36"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="1310.72"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="2621.44"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="5242.88"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="10485.76"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="20971.52"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="41943.04"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="83886.08"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="167772.16"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="+Inf"} 3 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="terminal-api-live.adyen.com"} 0.1068467 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="terminal-api-live.adyen.com"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.01"} 11 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.02"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.04"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.08"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.16"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.32"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.64"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="1.28"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="2.56"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="5.12"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="10.24"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="20.48"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="40.96"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="81.92"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="163.84"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="327.68"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="655.36"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="1310.72"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="2621.44"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="5242.88"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="10485.76"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="20971.52"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="41943.04"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="83886.08"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="167772.16"} 13 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="+Inf"} 13 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com"} 2.6041718000000014 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 46 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 104 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 132 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 146 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 146 # 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.10",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.12",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.12",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_open_connections{http_connection_state="active",network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:10.110.0.10",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:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https"} 0 # 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"} 9.459221 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"} 70 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"} 4 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"} 7 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"} 7 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"} 51 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 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"} 70 system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https"} 0.42663319999999993 system_net_http_http_client_request_time_in_queue_count{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",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="terminal-api-live.adyen.com",url_scheme="https",le="0.02"} 7 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="0.04"} 10 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="0.08"} 12 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="0.16"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="0.32"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="0.64"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="1.28"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="2.56"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="5.12"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="10.24"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="20.48"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="40.96"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="81.92"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="163.84"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="327.68"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="655.36"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="1310.72"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="2621.44"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="5242.88"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="10485.76"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="20971.52"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="41943.04"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="83886.08"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="167772.16"} 13 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https",le="+Inf"} 13 system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https"} 0.26530370000000003 system_net_http_http_client_request_time_in_queue_count{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",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="a.srv4pos.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="0.04"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="0.08"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="0.16"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="0.32"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="0.64"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="1.28"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="2.56"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="5.12"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="10.24"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="20.48"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="40.96"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="81.92"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="163.84"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="327.68"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="655.36"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="1310.72"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="2621.44"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="5242.88"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="10485.76"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="20971.52"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="41943.04"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="83886.08"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="167772.16"} 3 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="a.srv4pos.com",url_scheme="https",le="+Inf"} 3 # HELP npgsql_db_client_connection_npgsql_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connection_npgsql_create_time histogram npgsql_db_client_connection_npgsql_create_time_sum{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30"} 6.999375799999998 npgsql_db_client_connection_npgsql_create_time_count{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="0.01"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="0.02"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="0.04"} 6 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="0.08"} 53 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="0.16"} 75 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="0.32"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="0.64"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="1.28"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="2.56"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="5.12"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="10.24"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="20.48"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="40.96"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="81.92"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="163.84"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="327.68"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="655.36"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="1310.72"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="2621.44"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="5242.88"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="10485.76"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="20971.52"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="41943.04"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="83886.08"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="167772.16"} 84 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30",le="+Inf"} 84 # 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.10",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 359.984 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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.10",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 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https"} 38.14 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="10.24"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="20.48"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="40.96"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="81.92"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="163.84"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="327.68"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="655.36"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="+Inf"} 2 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https"} 0.376 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.16"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.32"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="0.64"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="1.28"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="2.56"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="5.12"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="10.24"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="20.48"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="40.96"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="81.92"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="163.84"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="327.68"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="655.36"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="1310.72"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="2621.44"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="5242.88"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="10485.76"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="20971.52"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="41943.04"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="83886.08"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="167772.16"} 3 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",server_port="443",url_scheme="https",le="+Inf"} 3 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:10.110.0.12",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"} 688.512 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.12",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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.12",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"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.12",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"} 2 system_net_http_http_client_connection_duration_sum{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https"} 13.995999999999999 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="10.24"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="20.48"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="40.96"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="81.92"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="163.84"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="327.68"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="655.36"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:147.12.18.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",server_port="443",url_scheme="https",le="+Inf"} 2 # HELP current_adyen_management_requests Number of requests towards adyen management currently in progress. # TYPE current_adyen_management_requests gauge # 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 134 # 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 134 # HELP grpc_aspnetcore_server_messages_received Total Messages Received # TYPE grpc_aspnetcore_server_messages_received gauge grpc_aspnetcore_server_messages_received 134 # HELP grpc_aspnetcore_server_calls_unimplemented Total Calls Unimplemented # TYPE grpc_aspnetcore_server_calls_unimplemented gauge grpc_aspnetcore_server_calls_unimplemented 0 # HELP npgsql_db_client_connection_npgsql_pending_requests ({request}) The number of pending requests for an open connection, cumulative for the entire pool. (UpDownCounter`1) # TYPE npgsql_db_client_connection_npgsql_pending_requests gauge # HELP grpc_net_client_total_calls Total Calls # TYPE grpc_net_client_total_calls gauge grpc_net_client_total_calls 2 # HELP grpc_net_client_current_calls Current Calls # TYPE grpc_net_client_current_calls gauge grpc_net_client_current_calls 0 # HELP grpc_net_client_calls_failed Total Calls Failed # TYPE grpc_net_client_calls_failed gauge grpc_net_client_calls_failed 0 # HELP grpc_net_client_calls_deadline_exceeded Total Calls Deadline Exceeded # TYPE grpc_net_client_calls_deadline_exceeded gauge grpc_net_client_calls_deadline_exceeded 0 # HELP grpc_net_client_messages_sent Total Messages Sent # TYPE grpc_net_client_messages_sent gauge grpc_net_client_messages_sent 2 # HELP grpc_net_client_messages_received Total Messages Received # TYPE grpc_net_client_messages_received gauge grpc_net_client_messages_received 2