# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 19 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 133213 # 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 2415919104 # 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"} 4281496 dotnet_gc_heap_size_bytes{gc_generation="2"} 285541784 dotnet_gc_heap_size_bytes{gc_generation="loh"} 176091952 # 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"} 645 dotnet_gc_collection_count_total{gc_generation="1"} 220 dotnet_gc_collection_count_total{gc_generation="2"} 62 # 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 48387234456 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 20645482 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 333698 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 17 # 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 2691244 # 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 11198 dotnet_threadpool_queue_length_count 57472 dotnet_threadpool_queue_length_bucket{le="0"} 53828 dotnet_threadpool_queue_length_bucket{le="1"} 54608 dotnet_threadpool_queue_length_bucket{le="10"} 57464 dotnet_threadpool_queue_length_bucket{le="100"} 57472 dotnet_threadpool_queue_length_bucket{le="1000"} 57472 dotnet_threadpool_queue_length_bucket{le="+Inf"} 57472 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 47 # HELP dotnet_build_info Build information about prometheus-net.DotNetRuntime and the environment # TYPE dotnet_build_info gauge dotnet_build_info{version="4.4.0.0",target_framework=".NETCoreApp,Version=v8.0",runtime_version=".NET 8.0.22",os_version="Debian GNU/Linux 12 (bookworm)",process_architecture="X64",gc_mode="Server"} 1 # HELP process_cpu_count The number of processor cores available to this process. # TYPE process_cpu_count gauge process_cpu_count 3 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 1.112030996638777 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 1614.299136 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 361.892968 # 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 17 # 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 20 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 73800 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 47 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 36.97039763762697 # 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 4281496 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 285541784 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 176091952 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 5835496 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 341 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 20645482 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 333698 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 4 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 14519 # 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 18 # 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 18 # HELP grpc_server_messages_received_total Total Messages Received # TYPE grpc_server_messages_received_total gauge grpc_server_messages_received_total 18 # 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 1 # 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 1 # HELP grpc_client_messages_received_total Total Messages Received # TYPE grpc_client_messages_received_total gauge grpc_client_messages_received_total 1 # 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 2000 # HELP efcore_queries_per_second Queries # TYPE efcore_queries_per_second gauge efcore_queries_per_second 0 # HELP efcore_savechanges_total SaveChanges (Total) # TYPE efcore_savechanges_total gauge efcore_savechanges_total 1900 # HELP efcore_savechanges_per_second SaveChanges # TYPE efcore_savechanges_per_second gauge efcore_savechanges_per_second 0 # HELP efcore_compiled_query_cache_hit_ratio Query Cache Hit Rate # TYPE efcore_compiled_query_cache_hit_ratio gauge efcore_compiled_query_cache_hit_ratio -1 # HELP efcore_execution_strategy_operation_failures_total Execution Strategy Operation Failures (Total) # TYPE efcore_execution_strategy_operation_failures_total gauge efcore_execution_strategy_operation_failures_total 1 # HELP efcore_execution_strategy_operation_failures_per_second Execution Strategy Operation Failures # TYPE efcore_execution_strategy_operation_failures_per_second gauge efcore_execution_strategy_operation_failures_per_second 0 # HELP efcore_optimistic_concurrency_failures_total Optimistic Concurrency Failures (Total) # TYPE efcore_optimistic_concurrency_failures_total gauge efcore_optimistic_concurrency_failures_total 1 # HELP efcore_optimistic_concurrency_failures_per_second Optimistic Concurrency Failures # TYPE efcore_optimistic_concurrency_failures_per_second gauge efcore_optimistic_concurrency_failures_per_second 0 # HELP kestrel_connections_per_second Number of connections between update intervals # TYPE kestrel_connections_per_second gauge kestrel_connections_per_second 2 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 5402 # 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 13179 # 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 2 # HELP http_client_http20_connections_current_total Current Http 2.0 Connections # TYPE http_client_http20_connections_current_total gauge http_client_http20_connections_current_total 1 # HELP http_client_http11_requests_queue_duration_milliseconds HTTP 1.1 Requests Queue Duration # TYPE http_client_http11_requests_queue_duration_milliseconds gauge http_client_http11_requests_queue_duration_milliseconds 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 5855 # 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 21 # 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 21 # 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 5890 # 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 5886 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 5402 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 312329585 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 2191197951 # 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 1900 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 306178.722 # 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"} 128666 efcore_savechanges_counts_by_states{state="Deleted"} 1322 efcore_savechanges_counts_by_states{state="Modified"} 5755 efcore_savechanges_counts_by_states{state="Added"} 33036 # 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"} 191 # HELP check_deleted_count Total number of checks deleted # TYPE check_deleted_count counter check_deleted_count{order_format="EatIn"} 7 # HELP checkout_count Total number of checkouts created # TYPE checkout_count counter checkout_count{order_format="TakeAway"} 2 # 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="7a305f0e-a2fa-4b97-8cfc-5c05e4960332",outlet="28005acd-f876-42dd-83dd-328904d9360e"} 1 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"} 2 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="7a305f0e-a2fa-4b97-8cfc-5c05e4960332",outlet="9f4b03f1-2b4b-4572-a6e5-3fe27de405ae"} 5 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="c3c0a974-bcd8-4b1f-baa9-f472b83317ad",outlet="2e9c67be-46ff-446c-9f97-b62c20a23097"} 3 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"} 3 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"} 34 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"} 78 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"} 9 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"} 8 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="c44f691a-32d9-41de-a07d-b34dd6df67a0",outlet="1bf3b9a6-5604-472f-8a9f-e5a89384729b"} 3 # HELP ticket_count Total number of tickets created # TYPE ticket_count counter ticket_count{order_format="EatIn"} 248 ticket_count{order_format="TakeAway"} 2 # HELP hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 40 # HELP hangfire_current_recurring Number of hangfire recurring jobs # TYPE hangfire_current_recurring gauge hangfire_current_recurring 34 # HELP hangfire_current_enqueued Number of hangfire jobs enqueued # TYPE hangfire_current_enqueued gauge hangfire_current_enqueued{queue="critical-recurring-jobs"} 0 hangfire_current_enqueued{queue="message-queue"} 0 hangfire_current_enqueued{queue="recurring-jobs"} 0 hangfire_current_enqueued{queue="integration-events"} 0 hangfire_current_enqueued{queue="integration-events-low-prio"} 0 hangfire_current_enqueued{queue="api-long-running"} 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 1 # HELP hangfire_current_succeeded Number of hangfire jobs succeeded # TYPE hangfire_current_succeeded gauge hangfire_current_succeeded 71385976 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 78 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 16221 # 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="ReceiptPrintCheckPaymentCommand"} 0 hangfire_current_api_jobs{api_job="CreateCheckPaymentCommand"} 0 hangfire_current_api_jobs{api_job="PreviewPrintCheckCommand"} 0 hangfire_current_api_jobs{api_job="CancelCheckPaymentCommand"} 0 hangfire_current_api_jobs{api_job="RefundPrintOrderPaymentCommand"} 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="ReceiptPrintCheckPaymentCommand"} 6 hangfire_api_jobs_success_count{api_job="CreateCheckPaymentCommand"} 157 hangfire_api_jobs_success_count{api_job="PreviewPrintCheckCommand"} 38 hangfire_api_jobs_success_count{api_job="CancelCheckPaymentCommand"} 11 hangfire_api_jobs_success_count{api_job="RefundPrintOrderPaymentCommand"} 1 # HELP hangfire_api_jobs_failure_count Number of hangfire api job failures # TYPE hangfire_api_jobs_failure_count counter # HELP hangfire_current_background_jobs Number of hangfire background jobs currently in progress # TYPE hangfire_current_background_jobs gauge hangfire_current_background_jobs{background_job="TicketResendPrintEventJob"} 0 hangfire_current_background_jobs{background_job="EndpointCacheSlideoutJob"} 0 hangfire_current_background_jobs{background_job="CheckVerifyTerminalPaymentJob"} 0 hangfire_current_background_jobs{background_job="CheckAwaitingConfirmationJob"} 0 hangfire_current_background_jobs{background_job="CancelCheckJob"} 0 hangfire_current_background_jobs{background_job="ProcessExpiredCollectionTicketsJob"} 0 hangfire_current_background_jobs{background_job="RetryIntegrationJob"} 0 hangfire_current_background_jobs{background_job="CancelCheckoutJob"} 0 hangfire_current_background_jobs{background_job="CheckPayAndGoOriginalCloseJob"} 0 hangfire_current_background_jobs{background_job="CheckPayAndGoMergeJob"} 0 hangfire_current_background_jobs{background_job="EventNotificationRequest"} 0 hangfire_current_background_jobs{background_job="UpdateAvailableStarCloudPrinterEvent"} 0 hangfire_current_background_jobs{background_job="PenguinOrderStatusUpdateWebhookIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="VoucherBasisOrder"} 0 hangfire_current_background_jobs{background_job="TicketStatusUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="StockUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="OrderCreatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="CheckPaidIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="OutletPosUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="VoucherBasisPublishedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="TicketItemStatusUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="PrintBackgroundJobCommand"} 0 hangfire_current_background_jobs{background_job="DisplayNotificationRequest"} 0 hangfire_current_background_jobs{background_job="OrderRefundedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="CheckoutStatusUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="WoltOrderNotificationIntegrationEvent"} 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="TicketResendPrintEventJob"} 357 hangfire_background_jobs_success_count{background_job="EndpointCacheSlideoutJob"} 452 hangfire_background_jobs_success_count{background_job="CheckVerifyTerminalPaymentJob"} 717 hangfire_background_jobs_success_count{background_job="CheckAwaitingConfirmationJob"} 411 hangfire_background_jobs_success_count{background_job="CancelCheckJob"} 760 hangfire_background_jobs_success_count{background_job="ProcessExpiredCollectionTicketsJob"} 337 hangfire_background_jobs_success_count{background_job="CancelCheckoutJob"} 78 hangfire_background_jobs_success_count{background_job="RetryIntegrationJob"} 76 hangfire_background_jobs_success_count{background_job="CheckPayAndGoOriginalCloseJob"} 41 hangfire_background_jobs_success_count{background_job="CheckPayAndGoMergeJob"} 793 hangfire_background_jobs_success_count{background_job="EventNotificationRequest"} 40 hangfire_background_jobs_success_count{background_job="UpdateAvailableStarCloudPrinterEvent"} 118 hangfire_background_jobs_success_count{background_job="PenguinOrderStatusUpdateWebhookIntegrationEvent"} 5 hangfire_background_jobs_success_count{background_job="VoucherBasisOrder"} 4 hangfire_background_jobs_success_count{background_job="TicketStatusUpdatedIntegrationEvent"} 250 hangfire_background_jobs_success_count{background_job="StockUpdatedIntegrationEvent"} 228 hangfire_background_jobs_success_count{background_job="OrderCreatedIntegrationEvent"} 144 hangfire_background_jobs_success_count{background_job="CheckPaidIntegrationEvent"} 132 hangfire_background_jobs_success_count{background_job="OutletPosUpdatedIntegrationEvent"} 2 hangfire_background_jobs_success_count{background_job="VoucherBasisPublishedIntegrationEvent"} 1 hangfire_background_jobs_success_count{background_job="TicketItemStatusUpdatedIntegrationEvent"} 357 hangfire_background_jobs_success_count{background_job="DisplayNotificationRequest"} 9 hangfire_background_jobs_success_count{background_job="OrderRefundedIntegrationEvent"} 2 hangfire_background_jobs_success_count{background_job="PrintBackgroundJobCommand"} 43 hangfire_background_jobs_success_count{background_job="CheckoutStatusUpdatedIntegrationEvent"} 2 hangfire_background_jobs_success_count{background_job="WoltOrderNotificationIntegrationEvent"} 39 # 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"} 8 # 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 mongodbcollection_count Number of times the collection is queried # TYPE mongodbcollection_count counter mongodbcollection_count{Name="Printer"} 247 mongodbcollection_count{Name="IdentityUserDto"} 7177 mongodbcollection_count{Name="AdminUserDto"} 599 mongodbcollection_count{Name="CustomerDto"} 601 mongodbcollection_count{Name="TenantUser"} 4223 mongodbcollection_count{Name="MongoDbPermissionUser"} 1701 mongodbcollection_count{Name="GiftCardAddOn"} 55 mongodbcollection_count{Name="OutletClient"} 83 mongodbcollection_count{Name="MemberCompanyDetail"} 9 mongodbcollection_count{Name="PricePreset"} 8 mongodbcollection_count{Name="Tax"} 4 mongodbcollection_count{Name="WayOfPayment"} 51 mongodbcollection_count{Name="ProductGroup"} 23 mongodbcollection_count{Name="Fee"} 2 mongodbcollection_count{Name="Outlet"} 14 mongodbcollection_count{Name="GuestGroupAddonDto"} 1 mongodbcollection_count{Name="GuestGroupDto"} 3 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="Printer"} 1516 mongodbcollection_time{Name="IdentityUserDto"} 324015 mongodbcollection_time{Name="AdminUserDto"} 51994 mongodbcollection_time{Name="CustomerDto"} 10252 mongodbcollection_time{Name="TenantUser"} 49649 mongodbcollection_time{Name="MongoDbPermissionUser"} 19682 mongodbcollection_time{Name="GiftCardAddOn"} 282 mongodbcollection_time{Name="OutletClient"} 235 mongodbcollection_time{Name="MemberCompanyDetail"} 1443 mongodbcollection_time{Name="PricePreset"} 37 mongodbcollection_time{Name="Tax"} 26 mongodbcollection_time{Name="WayOfPayment"} 176 mongodbcollection_time{Name="ProductGroup"} 73 mongodbcollection_time{Name="Fee"} 17 mongodbcollection_time{Name="Outlet"} 1035 mongodbcollection_time{Name="GuestGroupAddonDto"} 9 mongodbcollection_time{Name="GuestGroupDto"} 23 # HELP mongodbcollection_retries Number of times the collection had to rety a query # TYPE mongodbcollection_retries counter # HELP kafka_producer_queue Generic gauge for kafka_producer_queue # TYPE kafka_producer_queue gauge kafka_producer_queue 0 # HELP lockmanager_ping Generic gauge for lockmanager_ping # TYPE lockmanager_ping gauge lockmanager_ping 124 # HELP lockmanager_pressure Generic gauge for lockmanager_pressure # TYPE lockmanager_pressure gauge lockmanager_pressure -1000 # HELP lockmanager_pending_requests Generic gauge for lockmanager_pending_requests # TYPE lockmanager_pending_requests gauge lockmanager_pending_requests 0 # HELP lockmanager_tcp_connections Generic gauge for lockmanager_tcp_connections # TYPE lockmanager_tcp_connections gauge lockmanager_tcp_connections 10 # HELP lockmanager_container_locks Generic gauge for lockmanager_container_locks # TYPE lockmanager_container_locks gauge lockmanager_container_locks 0 # HELP lockmanager_total_requests Generic counter for lockmanager_total_requests # TYPE lockmanager_total_requests counter lockmanager_total_requests 11072 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 146521 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 4 # 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 5814 # 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 452 # 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 1765393470 # 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 1765336357 # HELP messagequeue_consumed_count Total number of message queue envelopes consumed # TYPE messagequeue_consumed_count counter messagequeue_consumed_count 447 # 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="voucher"} 143 messagequeue_consumed_topics_count{topic="integrationlog"} 150 messagequeue_consumed_topics_count{topic="order"} 98 messagequeue_consumed_topics_count{topic="license"} 4 messagequeue_consumed_topics_count{topic="wallet"} 1 messagequeue_consumed_topics_count{topic="giftcard"} 1 messagequeue_consumed_topics_count{topic="print"} 49 messagequeue_consumed_topics_count{topic="guestgroup"} 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 24169.393799999973 # 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="voucher"} 19525.9763 messagequeue_consume_handle_topics_time{topic="integrationlog"} 1525.3780000000004 messagequeue_consume_handle_topics_time{topic="order"} 776.798 messagequeue_consume_handle_topics_time{topic="license"} 1162.0087999999998 messagequeue_consume_handle_topics_time{topic="wallet"} 3.7525 messagequeue_consume_handle_topics_time{topic="giftcard"} 3.9066 messagequeue_consume_handle_topics_time{topic="print"} 1171.5751000000002 messagequeue_consume_handle_topics_time{topic="guestgroup"} 4.9817 # 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 1 # HELP messagequeue_consume_topics_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox by topic # TYPE messagequeue_consume_topics_failure_count counter messagequeue_consume_topics_failure_count{topic="voucher"} 1 # HELP http_request_duration_seconds The duration of HTTP requests processed by an ASP.NET Core application. # TYPE http_request_duration_seconds histogram http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.18036520000000003 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 23 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 38 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 42 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 42 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 42 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 42 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 42 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 42 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 43 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 43 http_request_duration_seconds_sum{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 0.7299629999999995 http_request_duration_seconds_count{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 50 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"} 10 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"} 47 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"} 49 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"} 49 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"} 49 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"} 49 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="+Inf"} 50 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/"} 0.025790100000000003 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 7 http_request_duration_seconds_sum{code="404",method="HEAD",controller="",action="",endpoint=""} 0.0058322 http_request_duration_seconds_count{code="404",method="HEAD",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.004"} 2 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.008"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.016"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.032"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.128"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.256"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="0.512"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="1.024"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="2.048"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="404",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 3 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.04661810000000001 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 22 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 29 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 32 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 32 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 33 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 33 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint=""} 0.5531581000000004 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 914 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 926 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 929 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 934 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 936 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 936 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 2.2155390000000006 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 12 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"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.064"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.128"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.256"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="1.024"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="2.048"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="4.096"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="8.192"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="16.384"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="32.768"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="+Inf"} 12 http_request_duration_seconds_sum{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus"} 0.1369478 http_request_duration_seconds_count{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus"} 9 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"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.016"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.032"} 7 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.064"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.128"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.256"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="0.512"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="1.024"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="2.048"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="4.096"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="8.192"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="16.384"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="32.768"} 9 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus",le="+Inf"} 9 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 24.002688999999997 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 18 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"} 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.064"} 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.128"} 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.256"} 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.512"} 3 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"} 8 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"} 15 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"} 18 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"} 18 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"} 18 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"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="+Inf"} 18 http_request_duration_seconds_sum{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 10.5121735 http_request_duration_seconds_count{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 46 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"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.032"} 25 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.064"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.128"} 36 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.256"} 37 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.512"} 39 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="1.024"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="2.048"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="4.096"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="8.192"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="16.384"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="32.768"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="+Inf"} 46 http_request_duration_seconds_sum{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 7.4463491999999984 http_request_duration_seconds_count{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 28 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"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.128"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.256"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.512"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="1.024"} 26 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="2.048"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="4.096"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="8.192"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="16.384"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="32.768"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="+Inf"} 28 http_request_duration_seconds_sum{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 2.0464545000000003 http_request_duration_seconds_count{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 23 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"} 3 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"} 14 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"} 15 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"} 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.128"} 21 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"} 21 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"} 21 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"} 23 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"} 23 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"} 23 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"} 23 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"} 23 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"} 23 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"} 23 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 3.0240224999999996 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 30 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"} 14 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"} 21 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"} 22 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"} 25 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"} 29 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"} 30 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"} 30 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"} 30 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"} 30 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"} 30 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"} 30 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"} 15.8783949 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"} 59 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"} 12 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"} 36 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"} 42 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"} 45 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"} 46 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"} 46 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"} 55 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"} 59 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"} 59 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"} 59 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"} 59 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"} 59 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"} 59 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 5.1929732 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 49 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"} 2 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"} 30 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"} 34 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"} 43 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"} 44 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"} 44 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"} 44 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"} 49 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"} 49 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"} 49 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"} 49 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"} 49 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"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="+Inf"} 49 http_request_duration_seconds_sum{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 0.2846846 http_request_duration_seconds_count{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 11 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"} 7 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"} 10 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"} 10 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"} 10 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="+Inf"} 11 http_request_duration_seconds_sum{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary"} 0.0614343 http_request_duration_seconds_count{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 29.476222099999987 http_request_duration_seconds_count{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 153 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"} 22 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"} 106 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"} 122 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"} 128 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"} 129 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"} 129 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"} 146 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"} 151 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"} 153 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"} 153 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"} 153 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"} 153 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="+Inf"} 153 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"} 12.518938799999997 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"} 54 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"} 20 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"} 29 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"} 36 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"} 42 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"} 42 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"} 44 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"} 51 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"} 54 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"} 54 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"} 54 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"} 54 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"} 54 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"} 54 http_request_duration_seconds_sum{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 4.832138100000001 http_request_duration_seconds_count{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 26 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"} 10 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"} 11 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"} 12 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"} 17 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"} 21 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"} 21 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"} 21 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"} 25 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="+Inf"} 26 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"} 2.9274329999999984 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"} 51 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"} 2 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"} 24 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"} 41 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"} 47 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"} 50 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"} 50 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"} 50 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"} 50 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"} 51 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"} 51 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"} 51 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"} 51 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"} 51 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"} 51 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 1.4121584999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 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.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"} 3 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"} 4 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"} 5 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"} 7 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"} 8 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"} 8 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="+Inf"} 9 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 4.911805300000001 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 88 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"} 7 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"} 55 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"} 63 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"} 74 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"} 84 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"} 85 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"} 85 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"} 88 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"} 88 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"} 88 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"} 88 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"} 88 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"} 88 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"} 88 http_request_duration_seconds_sum{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations"} 0.1615601 http_request_duration_seconds_count{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations"} 7 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"} 2 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"} 4 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"} 4 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations",le="+Inf"} 7 http_request_duration_seconds_sum{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 21.63139690000001 http_request_duration_seconds_count{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 112 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"} 7 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"} 76 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"} 83 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"} 92 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"} 93 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"} 93 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"} 109 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"} 111 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"} 112 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"} 112 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"} 112 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"} 112 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="+Inf"} 112 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"} 7.1107504 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"} 100 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"} 2 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"} 68 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"} 83 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"} 87 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"} 92 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"} 93 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"} 93 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"} 93 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"} 99 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 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"} 100 http_request_duration_seconds_sum{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 4.3166546 http_request_duration_seconds_count{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 63 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"} 28 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"} 47 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"} 50 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"} 55 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"} 59 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"} 59 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"} 60 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"} 63 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"} 63 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"} 63 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"} 63 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"} 63 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"} 63 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"} 63 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 13.253684100000001 http_request_duration_seconds_count{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 96 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"} 23 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"} 27 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"} 73 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"} 86 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"} 86 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"} 87 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"} 92 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"} 96 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"} 96 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"} 96 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"} 96 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"} 96 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"} 96 http_request_duration_seconds_sum{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 5.091161499999999 http_request_duration_seconds_count{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 119 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"} 11 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"} 49 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"} 104 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"} 114 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"} 116 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"} 116 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"} 116 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"} 119 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"} 119 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"} 119 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"} 119 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"} 119 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"} 119 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="+Inf"} 119 http_request_duration_seconds_sum{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 4.950905200000001 http_request_duration_seconds_count{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 106 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"} 1 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"} 50 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"} 82 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"} 96 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"} 100 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"} 101 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"} 101 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"} 102 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"} 106 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"} 106 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"} 106 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"} 106 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"} 106 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"} 106 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="+Inf"} 106 http_request_duration_seconds_sum{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 10.103651700000002 http_request_duration_seconds_count{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 106 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"} 32 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"} 83 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"} 85 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"} 93 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"} 96 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"} 96 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"} 96 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"} 105 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"} 106 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"} 106 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"} 106 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"} 106 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"} 106 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="+Inf"} 106 http_request_duration_seconds_sum{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 1.8022277 http_request_duration_seconds_count{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 51 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"} 36 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"} 48 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"} 49 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"} 50 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"} 50 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"} 50 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"} 51 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"} 51 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"} 51 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"} 51 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"} 51 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"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="+Inf"} 51 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}"} 2.1038695 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}"} 14 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"} 9 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"} 11 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"} 11 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"} 12 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"} 12 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 5.908175399999999 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 51 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"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.032"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.064"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.128"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.256"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.512"} 48 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="1.024"} 48 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="2.048"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="4.096"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="8.192"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="16.384"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="32.768"} 51 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="+Inf"} 51 http_request_duration_seconds_sum{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 3.102758299999999 http_request_duration_seconds_count{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 99 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"} 38 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"} 85 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"} 96 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"} 97 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"} 98 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"} 98 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"} 99 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"} 99 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"} 99 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"} 99 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"} 99 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"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="+Inf"} 99 http_request_duration_seconds_sum{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 3.5249037000000003 http_request_duration_seconds_count{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 88 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"} 41 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"} 70 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"} 77 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"} 83 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"} 86 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"} 86 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"} 87 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"} 87 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"} 88 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"} 88 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"} 88 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"} 88 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"} 88 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"} 88 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.12779859999999998 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}"} 9 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"} 4 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"} 8 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"} 8 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 4.095494399999999 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 80 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"} 3 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"} 64 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"} 74 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"} 76 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"} 78 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"} 78 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"} 79 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"} 80 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"} 80 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"} 80 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"} 80 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"} 80 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="+Inf"} 80 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 23.314627699999996 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 68 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"} 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.128"} 4 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"} 45 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"} 59 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"} 64 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"} 68 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"} 68 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"} 68 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"} 68 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"} 68 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"} 68 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"} 9.231679900000003 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"} 73 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"} 4 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"} 41 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"} 66 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"} 68 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"} 69 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"} 72 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"} 73 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"} 73 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"} 73 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"} 73 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"} 73 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"} 73 http_request_duration_seconds_sum{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 3.7166427 http_request_duration_seconds_count{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 99 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"} 1 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"} 58 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"} 80 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"} 87 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"} 94 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"} 96 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"} 96 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"} 96 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"} 98 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"} 99 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"} 99 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"} 99 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"} 99 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"} 99 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="+Inf"} 99 http_request_duration_seconds_sum{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 11.313697400000004 http_request_duration_seconds_count{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 106 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"} 39 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"} 86 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"} 94 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"} 99 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"} 100 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"} 100 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"} 104 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"} 105 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"} 106 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"} 106 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"} 106 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"} 106 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="+Inf"} 106 http_request_duration_seconds_sum{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 78.62857430000003 http_request_duration_seconds_count{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 191 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"} 66 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"} 131 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"} 137 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"} 168 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"} 188 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"} 190 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"} 191 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"} 191 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"} 191 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="+Inf"} 191 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}"} 2.0896364999999992 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}"} 94 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"} 39 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"} 80 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"} 88 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"} 91 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"} 92 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"} 93 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"} 93 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"} 94 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"} 94 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"} 94 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"} 94 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"} 94 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"} 94 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"} 94 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}"} 11.60881599999999 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}"} 356 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"} 19 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"} 266 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"} 302 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"} 338 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"} 348 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"} 348 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"} 351 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"} 356 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"} 356 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"} 356 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"} 356 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"} 356 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"} 356 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"} 356 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"} 22.031891699999996 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"} 13 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"} 9 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"} 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="4.096"} 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="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"} 13 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"} 13 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"} 13 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.19866260000000002 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}"} 7 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"} 1 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"} 5 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"} 6 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"} 6 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"} 6 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 42.783551 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 523 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"} 21 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"} 123 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"} 379 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"} 496 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"} 500 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"} 501 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"} 520 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"} 523 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"} 523 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"} 523 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"} 523 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"} 523 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"} 523 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"} 1.1663036 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"} 7 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"} 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.032"} 5 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"} 5 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"} 6 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"} 6 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"} 6 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 0.1148938 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 3 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"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions"} 0.0811812 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions"} 1 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"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines"} 0.0452852 http_request_duration_seconds_count{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines"} 1 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"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 1.1947474999999999 http_request_duration_seconds_count{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 19 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"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.032"} 15 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.064"} 16 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.128"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.256"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.512"} 18 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="1.024"} 19 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="2.048"} 19 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="4.096"} 19 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="8.192"} 19 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="16.384"} 19 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="32.768"} 19 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="+Inf"} 19 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.7044887999999982 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}"} 138 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"} 6 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"} 121 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"} 126 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"} 129 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"} 135 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"} 136 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"} 136 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"} 136 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"} 138 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"} 138 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"} 138 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"} 138 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"} 138 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"} 138 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"} 138 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"} 17.146531999999997 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"} 56 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"} 5 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"} 42 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"} 44 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"} 44 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"} 44 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"} 48 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"} 55 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"} 56 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"} 56 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"} 56 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"} 56 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"} 56 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"} 247.5873828000001 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"} 437 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"} 3 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"} 253 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"} 298 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"} 348 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"} 420 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"} 437 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"} 437 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"} 437 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"} 437 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"} 437 http_request_duration_seconds_sum{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 6.2034713 http_request_duration_seconds_count{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 1 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"} 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.512"} 0 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"} 0 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"} 0 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"} 0 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"} 1 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"} 1 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"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups"} 1.5770056000000001 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups"} 48 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"} 36 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"} 42 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"} 45 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"} 46 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"} 46 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"} 48 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"} 48 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"} 48 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"} 48 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"} 48 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"} 48 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"} 48 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"} 48 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 6.770652700000002 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 36 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"} 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.032"} 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.064"} 3 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"} 25 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"} 32 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"} 33 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"} 35 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"} 36 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"} 36 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"} 36 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"} 36 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"} 36 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="+Inf"} 36 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 2.8069747999999994 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 44 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"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.016"} 23 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.032"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.064"} 39 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.128"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.256"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.512"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="1.024"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="2.048"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="4.096"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="8.192"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="16.384"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="32.768"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="+Inf"} 44 http_request_duration_seconds_sum{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 0.19822479999999998 http_request_duration_seconds_count{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 5 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"} 2 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"} 2 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"} 4 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 0.9828549 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 12 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"} 8 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"} 10 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"} 10 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"} 11 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"} 11 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="+Inf"} 12 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites"} 0.5744347 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites"} 4 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"} 1 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"} 1 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"} 3 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"} 3 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"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 2.9977411 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 20 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"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.064"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.128"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.256"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.512"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="1.024"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="2.048"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="4.096"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="8.192"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="16.384"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="32.768"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="+Inf"} 20 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 1.9267126 http_request_duration_seconds_count{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 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.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"} 19 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"} 38 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"} 41 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"} 42 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"} 44 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"} 44 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="+Inf"} 45 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 5.8186990000000005 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 33 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"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.016"} 17 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.032"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.064"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.128"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.256"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.512"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="1.024"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="2.048"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="4.096"} 33 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="8.192"} 33 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="16.384"} 33 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="32.768"} 33 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="+Inf"} 33 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.4617015 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"} 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.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"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 4.050914000000001 http_request_duration_seconds_count{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 47 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"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.016"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.032"} 33 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.064"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.128"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.256"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.512"} 44 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="1.024"} 46 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="2.048"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="4.096"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="8.192"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="16.384"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="32.768"} 47 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="+Inf"} 47 http_request_duration_seconds_sum{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 9.600016799999999 http_request_duration_seconds_count{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 22 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"} 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.032"} 4 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"} 9 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"} 13 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"} 14 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"} 17 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"} 18 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"} 21 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"} 22 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"} 22 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"} 22 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"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="+Inf"} 22 http_request_duration_seconds_sum{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 2.9651514 http_request_duration_seconds_count{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 3 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"} 1 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"} 1 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"} 1 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"} 1 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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.23421140000000001 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"} 3 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"} 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.128"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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.3361731 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 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.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"} 1 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"} 2 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"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 0.9729747 http_request_duration_seconds_count{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 27 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"} 19 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"} 23 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"} 23 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"} 24 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"} 25 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"} 25 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="+Inf"} 27 http_request_duration_seconds_sum{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}"} 0.1184118 http_request_duration_seconds_count{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}",le="+Inf"} 1 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.6954032 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"} 4 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"} 1 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"} 1 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"} 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.256"} 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.512"} 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="1.024"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 31.32311130000001 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 247 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"} 132 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"} 214 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"} 228 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"} 233 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"} 245 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"} 247 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"} 247 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"} 247 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"} 247 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"} 247 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"} 247 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"} 0.48163030000000007 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"} 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.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"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 2 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"} 31.723434100000006 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"} 160 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"} 1 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"} 126 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"} 136 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"} 136 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"} 137 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"} 152 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"} 159 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"} 160 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"} 160 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"} 160 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"} 160 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"} 160 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch"} 2.3096439 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices"} 0.1762457 http_request_duration_seconds_count{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices"} 3 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"} 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.064"} 2 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices",le="+Inf"} 3 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"} 1.6324751 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"} 4 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"} 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.256"} 3 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"} 3 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"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 6.1061727999999995 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"} 20 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"} 5 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"} 9 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"} 15 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"} 15 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"} 15 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"} 18 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"} 20 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"} 20 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"} 20 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"} 20 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"} 20 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"} 20 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}"} 1.4414034999999998 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}"} 15 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"} 2 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"} 9 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"} 14 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"} 14 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"} 14 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 http_request_duration_seconds_sum{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 0.5522559 http_request_duration_seconds_count{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 33 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"} 27 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"} 29 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"} 32 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"} 33 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"} 33 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"} 33 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"} 33 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"} 33 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"} 33 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"} 33 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"} 33 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"} 33 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"} 33 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 0.7328338 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 32 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"} 23 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"} 27 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"} 30 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="+Inf"} 32 http_request_duration_seconds_sum{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 1.2625786999999995 http_request_duration_seconds_count{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 27 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"} 5 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"} 18 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"} 21 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"} 23 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"} 25 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"} 25 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="+Inf"} 27 http_request_duration_seconds_sum{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 1.188778 http_request_duration_seconds_count{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 12 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"} 5 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"} 8 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"} 10 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"} 11 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"} 11 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"} 11 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="+Inf"} 12 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 62.79456840000001 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 251 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"} 14 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"} 182 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"} 208 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"} 208 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"} 209 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"} 230 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"} 246 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"} 251 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"} 251 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"} 251 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"} 251 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"} 251 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"} 2.7562595999999995 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"} 18 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"} 13 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"} 15 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"} 16 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"} 16 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"} 17 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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"} 0.6372443999999999 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"} 9 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"} 6 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 0.5687389 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"} 9 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"} 5 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 0.534524 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"} 9 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"} 7 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 4.3646762 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"} 9 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"} 1 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"} 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="1.024"} 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="2.048"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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.0588813 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"} 3 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"} 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.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"} 2 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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.3681597 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"} 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="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"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 1 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}"} 4.636822700000001 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}"} 187 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"} 27 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"} 156 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"} 185 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"} 187 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"} 187 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"} 187 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"} 187 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"} 187 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"} 187 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"} 187 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"} 187 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"} 187 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"} 187 http_request_duration_seconds_sum{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 0.0127588 http_request_duration_seconds_count{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 3 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"} 2 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.008"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.016"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.032"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.064"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.128"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.256"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.512"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="1.024"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="2.048"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="4.096"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="8.192"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="16.384"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="32.768"} 3 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",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"} 2.4976133 http_request_duration_seconds_count{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 29 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"} 8 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"} 16 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"} 22 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"} 27 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"} 27 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"} 27 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"} 29 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"} 29 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"} 29 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"} 29 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"} 29 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"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients",le="+Inf"} 29 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}"} 5.1218866 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"} 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.256"} 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.512"} 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="1.024"} 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="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="GET",controller="Checks",action="DigitalReceiptCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/DigitalReceipt"} 0.0388381 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"} 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.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="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 18.6281055 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}"} 31 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"} 7 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"} 16 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"} 18 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"} 23 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"} 30 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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}"} 7.890550200000004 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}"} 963 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"} 765 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"} 928 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"} 952 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"} 960 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"} 962 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"} 963 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"} 963 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"} 963 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"} 963 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"} 963 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"} 963 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"} 963 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"} 963 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"} 963 http_request_duration_seconds_sum{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 0.13347330000000002 http_request_duration_seconds_count{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 12 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"} 7 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"} 10 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"} 11 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="+Inf"} 12 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 7.4356315999999945 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 157 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"} 2 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"} 116 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"} 126 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"} 147 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"} 151 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"} 151 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"} 152 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"} 157 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"} 157 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"} 157 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"} 157 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"} 157 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"} 157 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"} 157 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"} 79.92202529999992 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"} 116 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"} 16 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"} 76 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"} 84 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"} 109 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"} 115 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"} 116 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"} 116 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"} 116 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"} 116 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.368155 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"} 4 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"} 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.128"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_sum{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets"} 0.029921899999999998 http_request_duration_seconds_count{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets"} 3 http_request_duration_seconds_bucket{code="423",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="423",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="423",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="423",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="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.016"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.032"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.064"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.128"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.256"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="0.512"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="1.024"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="2.048"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="4.096"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="8.192"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="16.384"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="32.768"} 3 http_request_duration_seconds_bucket{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets",le="+Inf"} 3 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"} 11.220517799999996 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"} 38 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"} 19 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"} 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.256"} 26 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"} 26 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"} 34 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"} 38 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"} 38 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"} 38 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"} 38 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"} 38 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"} 38 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}"} 0.1340112 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}"} 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.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"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 1 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"} 39.6000985 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"} 54 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"} 30 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"} 41 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"} 52 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"} 54 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"} 54 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"} 54 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"} 54 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"} 54 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.32927270000000003 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"} 10 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"} 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.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="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 0.2956419999999999 http_request_duration_seconds_count{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 32 http_request_duration_seconds_bucket{code="423",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="423",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="423",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="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.008"} 16 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.016"} 31 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.032"} 31 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.064"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.128"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.256"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="0.512"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="1.024"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="2.048"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="4.096"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="8.192"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="16.384"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="32.768"} 32 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",le="+Inf"} 32 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.1344998 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}"} 16 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"} 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.016"} 15 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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.1341035 http_request_duration_seconds_count{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 2 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"} 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.016"} 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.032"} 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.064"} 1 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_sum{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis"} 0.0768828 http_request_duration_seconds_count{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.016"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.032"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.064"} 0 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.128"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.256"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="0.512"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="1.024"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="2.048"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="4.096"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="8.192"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="16.384"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="32.768"} 1 http_request_duration_seconds_bucket{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 0.8340294 http_request_duration_seconds_count{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 5 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"} 2 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"} 2 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"} 3 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"} 3 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"} 4 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"} 4 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="+Inf"} 5 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.08110310000000001 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"} 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.032"} 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.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="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block"} 0.3750959 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"} 3 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"} 1 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"} 2 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 0.2517511 http_request_duration_seconds_count{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 4 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"} 2 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"} 2 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"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units"} 0.0123338 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="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 0.0731997 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"} 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.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="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 5.8131954000000015 http_request_duration_seconds_count{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 7 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"} 1 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"} 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.512"} 4 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"} 5 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"} 6 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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.1142143 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="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 8.5925549 http_request_duration_seconds_count{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 12 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"} 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.064"} 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.128"} 5 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"} 5 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"} 6 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"} 9 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"} 11 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 http_request_duration_seconds_sum{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt"} 0.0467683 http_request_duration_seconds_count{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.016"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.032"} 0 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.064"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.128"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.256"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="0.512"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="1.024"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="2.048"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="4.096"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="8.192"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="16.384"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="32.768"} 1 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt",le="+Inf"} 1 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"} 29.073558600000002 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"} 53 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"} 35 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"} 38 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"} 43 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"} 51 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"} 53 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"} 53 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"} 53 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"} 53 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"} 53 http_request_duration_seconds_sum{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0.1740016 http_request_duration_seconds_count{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 5 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"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}"} 0.32726570000000005 http_request_duration_seconds_count{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.032"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.064"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.128"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="1.024"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="2.048"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="4.096"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="8.192"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="16.384"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="32.768"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}",le="+Inf"} 7 http_request_duration_seconds_sum{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 3.7696377000000005 http_request_duration_seconds_count{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 13 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"} 6 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.256"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.512"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="1.024"} 12 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="2.048"} 13 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="4.096"} 13 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="8.192"} 13 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="16.384"} 13 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="32.768"} 13 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="+Inf"} 13 http_request_duration_seconds_sum{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees"} 0.1997477 http_request_duration_seconds_count{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.008"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.016"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.032"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.064"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.128"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.256"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="0.512"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="1.024"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="2.048"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="4.096"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="8.192"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="16.384"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="32.768"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="+Inf"} 15 http_request_duration_seconds_sum{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0.052540300000000005 http_request_duration_seconds_count{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 5 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"} 1 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.016"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.032"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.064"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.128"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.256"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.512"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="1.024"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="2.048"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="4.096"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="8.192"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="16.384"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="32.768"} 5 http_request_duration_seconds_bucket{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 0.14816659999999998 http_request_duration_seconds_count{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 8 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"} 7 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"} 7 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"} 7 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="+Inf"} 8 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.0598703 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"} 1 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"} 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.032"} 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.064"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 http_request_duration_seconds_sum{code="405",method="HEAD",controller="",action="",endpoint=""} 0.0031000999999999997 http_request_duration_seconds_count{code="405",method="HEAD",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.002"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.004"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.008"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.016"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.032"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.128"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.256"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="0.512"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="1.024"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="2.048"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="405",method="HEAD",controller="",action="",endpoint="",le="+Inf"} 3 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.0006877 http_request_duration_seconds_count{code="405",method="POST",controller="",action="",endpoint=""} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.001"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.002"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.004"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.008"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.016"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.032"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.064"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.128"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.256"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.512"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="1.024"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="2.048"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="4.096"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="8.192"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="16.384"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="32.768"} 1 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}"} 0.0661451 http_request_duration_seconds_count{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}",le="+Inf"} 1 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"} 4.986984199999999 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"} 8 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"} 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.128"} 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.256"} 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.512"} 4 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"} 7 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 0.3358857 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 31 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"} 5 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"} 30 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"} 30 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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.04181869999999999 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}"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 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"} 7 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 0.33202430000000005 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 2 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"} 1 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 0.0621105 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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}"} 0.2765653 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}"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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.1545298 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 1.3572856 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"} 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.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"} 1 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"} 3 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"} 3 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"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates"} 0.0463318 http_request_duration_seconds_count{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates"} 1 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"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 0.1766336 http_request_duration_seconds_count{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test"} 0.5339718 http_request_duration_seconds_count{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}"} 1.8578288 http_request_duration_seconds_count{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="1.024"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}",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.908466 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"} 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.512"} 0 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.0321901 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.1891995 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search"} 3 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"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}"} 0.0637964 http_request_duration_seconds_count{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 1.8756239000000001 http_request_duration_seconds_count{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 2 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"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.512"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="1.024"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="2.048"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="4.096"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="8.192"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="16.384"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="32.768"} 2 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 1.6896503 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 9 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"} 6 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"} 7 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"} 7 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"} 8 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"} 8 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 http_request_duration_seconds_sum{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}"} 0.1077035 http_request_duration_seconds_count{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 0.5955816 http_request_duration_seconds_count{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.256"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.512"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="1.024"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="2.048"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="4.096"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="8.192"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="16.384"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="32.768"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="+Inf"} 1 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.1344424 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"} 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.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"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+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}"} 0.0601668 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}"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 0.3257492 http_request_duration_seconds_count{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 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.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"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions"} 1.466018 http_request_duration_seconds_count{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.128"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.256"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="1.024"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="2.048"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="4.096"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="8.192"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="16.384"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="32.768"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions",le="+Inf"} 6 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.1702014 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="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 0.0846362 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="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods"} 2.232602 http_request_duration_seconds_count{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods"} 1 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"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 1 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"} 1 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"} 1 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"} 1 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"} 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.1863575 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status"} 10 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"} 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.008"} 7 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"} 8 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"} 8 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"} 9 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 http_request_duration_seconds_sum{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details"} 2.4794656 http_request_duration_seconds_count{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="1.024"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="2.048"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel"} 0.2952674 http_request_duration_seconds_count{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts"} 0.0919818 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders"} 0.9937328 http_request_duration_seconds_count{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders",le="+Inf"} 1 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.0573045 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"} 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.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="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 3.2402553000000003 http_request_duration_seconds_count{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 5 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"} 1 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"} 3 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"} 4 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 0.0312414 http_request_duration_seconds_count{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 1 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"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="+Inf"} 1 http_request_duration_seconds_sum{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice"} 0.1445096 http_request_duration_seconds_count{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.256"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="0.512"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="1.024"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="2.048"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="4.096"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="8.192"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="16.384"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="32.768"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint=""} 4.2299427 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"} 2 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="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}"} 0.6927238 http_request_duration_seconds_count{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.008"} 6 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.016"} 30 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.032"} 35 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.064"} 36 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.128"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.256"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="0.512"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="1.024"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="2.048"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="4.096"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="8.192"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="16.384"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="32.768"} 39 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}",le="+Inf"} 39 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.2186583 http_request_duration_seconds_count{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 2 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"} 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.256"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_sum{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 0.9231541999999998 http_request_duration_seconds_count{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 4 http_request_duration_seconds_bucket{code="423",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="423",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="423",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="423",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="423",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="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.032"} 2 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.064"} 3 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.128"} 3 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.256"} 3 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="0.512"} 3 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="1.024"} 4 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="2.048"} 4 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="4.096"} 4 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="8.192"} 4 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="16.384"} 4 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="32.768"} 4 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items",le="+Inf"} 4 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"} 1.7991086 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"} 8 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"} 4 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"} 7 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"} 7 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 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"} 8 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.0671158 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"} 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.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"} 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.064"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 1 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.6551151 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}"} 22 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"} 2 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"} 16 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"} 21 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 2.034301 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"} 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.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"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+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.0359147 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}"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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.0096443 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}"} 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.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"} 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.064"} 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.128"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount"} 0.7928481 http_request_duration_seconds_count{code="200",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="200",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="200",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="200",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="200",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="200",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="200",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="200",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="200",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",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="200",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="200",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="200",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="200",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="200",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="200",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount",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="404",method="POST",controller="",action="",endpoint=""} 43 http_requests_received_total{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 50 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 7 http_requests_received_total{code="404",method="HEAD",controller="",action="",endpoint=""} 3 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 33 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint=""} 936 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 12 http_requests_received_total{code="200",method="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus"} 9 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 18 http_requests_received_total{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 46 http_requests_received_total{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 28 http_requests_received_total{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 23 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 30 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"} 59 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 49 http_requests_received_total{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 11 http_requests_received_total{code="200",method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary"} 3 http_requests_received_total{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 153 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"} 54 http_requests_received_total{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 26 http_requests_received_total{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts"} 51 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 9 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 88 http_requests_received_total{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SurfboardIntegrations"} 7 http_requests_received_total{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 112 http_requests_received_total{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations"} 100 http_requests_received_total{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 63 http_requests_received_total{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 96 http_requests_received_total{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 119 http_requests_received_total{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 106 http_requests_received_total{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 106 http_requests_received_total{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 51 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}"} 14 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 51 http_requests_received_total{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 99 http_requests_received_total{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 88 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}"} 9 http_requests_received_total{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 80 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 68 http_requests_received_total{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 73 http_requests_received_total{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 99 http_requests_received_total{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 106 http_requests_received_total{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 191 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}"} 94 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 356 http_requests_received_total{code="200",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 13 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}"} 7 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 523 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"} 7 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 3 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/Suggestions"} 1 http_requests_received_total{code="200",method="GET",controller="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines"} 1 http_requests_received_total{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 19 http_requests_received_total{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 138 http_requests_received_total{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts"} 56 http_requests_received_total{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 437 http_requests_received_total{code="201",method="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 1 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups"} 48 http_requests_received_total{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 36 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 44 http_requests_received_total{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 5 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 12 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites"} 4 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 20 http_requests_received_total{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 45 http_requests_received_total{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 33 http_requests_received_total{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup"} 3 http_requests_received_total{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 47 http_requests_received_total{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 22 http_requests_received_total{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 3 http_requests_received_total{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum"} 3 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 3 http_requests_received_total{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 27 http_requests_received_total{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}"} 1 http_requests_received_total{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox"} 4 http_requests_received_total{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 247 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"} 2 http_requests_received_total{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 160 http_requests_received_total{code="200",method="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch"} 3 http_requests_received_total{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices"} 3 http_requests_received_total{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 4 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"} 20 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}"} 15 http_requests_received_total{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 33 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 32 http_requests_received_total{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 27 http_requests_received_total{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 12 http_requests_received_total{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 251 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours"} 18 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities"} 9 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations"} 9 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags"} 9 http_requests_received_total{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish"} 9 http_requests_received_total{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 3 http_requests_received_total{code="201",method="POST",controller="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems"} 1 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}"} 187 http_requests_received_total{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 3 http_requests_received_total{code="200",method="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 29 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="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="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 31 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}"} 963 http_requests_received_total{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 12 http_requests_received_total{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 157 http_requests_received_total{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 116 http_requests_received_total{code="200",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets"} 4 http_requests_received_total{code="423",method="PUT",controller="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets"} 3 http_requests_received_total{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint"} 38 http_requests_received_total{code="200",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="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move"} 54 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="423",method="GET",controller="Checks",action="CreateCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}"} 32 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}"} 16 http_requests_received_total{code="200",method="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 2 http_requests_received_total{code="202",method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis"} 1 http_requests_received_total{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 5 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="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block"} 3 http_requests_received_total{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 4 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="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 1 http_requests_received_total{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 7 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="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 12 http_requests_received_total{code="202",method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt"} 1 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"} 53 http_requests_received_total{code="200",method="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 5 http_requests_received_total{code="200",method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}"} 7 http_requests_received_total{code="200",method="PUT",controller="Outlets",action="UpdateOutletV1",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 13 http_requests_received_total{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees"} 15 http_requests_received_total{code="404",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 5 http_requests_received_total{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 8 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations"} 1 http_requests_received_total{code="405",method="HEAD",controller="",action="",endpoint=""} 3 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 1 http_requests_received_total{code="200",method="GET",controller="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy"} 8 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 31 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}"} 7 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 2 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"} 1 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}"} 4 http_requests_received_total{code="201",method="POST",controller="Products",action="CreateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants"} 2 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"} 4 http_requests_received_total{code="200",method="GET",controller="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates"} 1 http_requests_received_total{code="200",method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 1 http_requests_received_total{code="200",method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test"} 1 http_requests_received_total{code="200",method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}"} 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"} 3 http_requests_received_total{code="200",method="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}"} 1 http_requests_received_total{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 2 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 9 http_requests_received_total{code="200",method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}"} 1 http_requests_received_total{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 1 http_requests_received_total{code="200",method="POST",controller="Products",action="CreateVariantIngredient",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/Ingredients"} 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}"} 1 http_requests_received_total{code="200",method="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions"} 6 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="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 1 http_requests_received_total{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods"} 1 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status"} 10 http_requests_received_total{code="200",method="POST",controller="Checkout",action="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details"} 1 http_requests_received_total{code="200",method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel"} 1 http_requests_received_total{code="200",method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts"} 1 http_requests_received_total{code="200",method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders"} 1 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="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 5 http_requests_received_total{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 1 http_requests_received_total{code="201",method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice"} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint=""} 3 http_requests_received_total{code="200",method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}"} 39 http_requests_received_total{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 2 http_requests_received_total{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 4 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"} 8 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts"} 1 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}"} 22 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName"} 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}"} 3 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}"} 1 http_requests_received_total{code="200",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount"} 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="POST",controller="",action="",endpoint=""} 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="",action="",endpoint="/"} 0 http_requests_in_progress{method="HEAD",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 0 http_requests_in_progress{method="OPTIONS",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="POST",controller="Notification",action="PenguinLockersUpdateOrderStatus",endpoint="api/v{version:apiVersion}/Notifications/PenguinLockers/OrderStatus"} 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="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="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 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="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 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="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 0 http_requests_in_progress{method="GET",controller="Orders",action="GetCompanyOutletInvoiceSummary",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}/OutletCountSummary"} 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="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount"} 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="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 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="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 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="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="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 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="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 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="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 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="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="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 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="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 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="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 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="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="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 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="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 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="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 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="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}"} 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="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="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 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="Cuisines",action="GetAllCuisine",endpoint="api/v{version:apiVersion}/Cuisines"} 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="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="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts"} 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="POST",controller="Tenants",action="CreateTenantOutletV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets"} 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="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 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="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 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="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id: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="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 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="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 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="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 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="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 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="ICouponIntegrations",action="GetICouponIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations/{iCouponIntegrationId:Guid}"} 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="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 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="PUT",controller="Checks",action="BatchUpdateCheckItemModifications",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Modifications/Batch"} 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="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="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 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="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 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="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 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="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="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="Checks",action="AddSystemCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/SystemItems"} 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="GET",controller="Ingredients",action="GetAllV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Ingredients"} 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="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="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="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 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="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="Tickets",action="PrintSubTicketsV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PrintSubTickets"} 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="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="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move"} 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="GET",controller="Printer",action="GetPrinterDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="Adyen",action="GetAdyenIntegrationTerminalDiagnosisReport",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}/Terminals/Diagnosis"} 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="MenuTrees",action="GetMenuTreeFavourites",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/{menuTreeId:Guid}/Favourites"} 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="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 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="Permissions",action="GetPermissionGroupDetail",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId: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="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="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Orders",action="RefundOrderPaymentPrintReceipt",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}/Payments/{paymentId:Guid}/Refunds/{refundReference:Guid}/PrintReceipt"} 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="POST",controller="OutletClients",action="GetCustomToken",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0 http_requests_in_progress{method="GET",controller="OutletExpress",action="GetExpressClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Expresses/{id:Guid}"} 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="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees"} 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="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="Discounts",action="GetDiscount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts/{discountId:Guid}"} 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="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 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="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="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="Printer",action="GetPrinterTemplates",endpoint="api/v{version:apiVersion}/Printers/Templates"} 0 http_requests_in_progress{method="PUT",controller="Printer",action="UpdatePrinterV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Printer",action="TestPrinter",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers/{id:Guid}/Test"} 0 http_requests_in_progress{method="DELETE",controller="Checks",action="DeleteLingeringCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/Lingering/{checkId:Guid}"} 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="GET",controller="Orders",action="GetCompanyOrders",endpoint="api/v{version:apiVersion}/Orders/Companies/{companyId:Guid}"} 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="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="AddOnGroups",action="GetAddOnGroupDetailV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups/{id:Guid}"} 0 http_requests_in_progress{method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 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="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="PUT",controller="MenuTrees",action="UpdateMenuTreeV1",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Stocks",action="GetProductSuggestions",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/Products/Suggestions"} 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="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 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="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="AdyenActionCheckoutPaymentV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/Payments/Details"} 0 http_requests_in_progress{method="PUT",controller="Checkout",action="CancelCheckoutPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/PaymentCancel"} 0 http_requests_in_progress{method="GET",controller="Customers",action="CustomerCheckoutListV1",endpoint="api/v{version:apiVersion}/Customers/Checkouts"} 0 http_requests_in_progress{method="GET",controller="Customers",action="CustomerOrderListV1",endpoint="api/v{version:apiVersion}/Customers/Orders"} 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="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="UpdateCheckItemPrice",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangePrice"} 0 http_requests_in_progress{method="POST",controller="Notification",action="CreateWoltNotification",endpoint="api/v{version:apiVersion}/Notifications/Tenants/{tenantId:Guid}/Wolt/Merchant/{merchantId}"} 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="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="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts"} 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="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="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount"} 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.AdyenController.CreateAdyenTerminalEventNotification (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.NotificationController.PenguinLockersUpdateOrderStatus (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.CheckoutController.GetPreOrderCheckoutsList (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.ICouponIntegrationsController.GetICouponIntegrationErrorCount (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.DiscountsController.GetDiscountList (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.OrdersController.GetCompanyOutletInvoiceSummary (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.IntegrationController.GetIntegrationErrorCount (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.TenantsController.GetPreOrderSettings (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.ICouponIntegrationsController.GetICouponIntegrationList (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.TableReservationIntegrationsController.GetTableReservationIntegrationList (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.CourseGroupsController.GetCourseGroupIdForTenantOutlet (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.PayAndGoIntegrationController.GetPayAndGoIntegration (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.SaleSourcesController.GetSaleSourcesList (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.OutletsController.GetOutletV2 (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.CollectionTicketsController.GetOpenCollectionTicket (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.ProductsController.GetAllOutletSpecificSystemProductsV1 (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.OutletClientsController.UpdateDiscoveredPrinters (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.ChecksController.CreateCheckV2 (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.ChecksController.CreateCheckPaymentV4 (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.ChecksController.GetCheckDetailsV4 (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.TenantsController.GetTenantList (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.V1.CuisinesController.GetAllCuisine (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.CourseGroupsController.GetCourseGroupDetails (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.ChecksController.AddCheckItemV4 (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.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.CheckoutController.GetCheckoutsListV1 (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.PrinterController.GetPrinterList (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.TenantsController.GetTenantDetails (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.SectionsController.ListSection (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.BroadcastMessageController.BroadcastMessageGetUnread (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.OutletPosController.UpdatePosClient (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.GetProductDetailV4 (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.ICouponIntegrationsController.GetICouponIntegrationDetails (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.ProductsController.OutletProductDetailV2 (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.ChecksController.BatchUpdateCheckItemModifications (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.PermissionsController.GetPermissionsForUser (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.TicketDestinationsController.GetTicketDestinationSearchSuggestions (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.UpsellGroupsController.GetUpsellGroupList (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.SectionsController.GetStatusSection (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.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.ChecksController.AddSystemCheckItemV4 (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.IngredientsController.GetAllV1 (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.DigitalReceiptCheckPaymentV4 (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.AdyenController.CreateAdyenTerminalDisplayNotification (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.ChecksController.TicketCheckV4 (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.ChecksController.PreviewPrintCheckV5 (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.BatchMoveCheckItemsV2 (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.PrinterController.GetPrinterDetailsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AdyenController.GetAdyenIntegrationTerminalDiagnosisReport (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.MenuTreesController.GetMenuTreeFavourites (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.PermissionsController.GetPermissionGroups (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.PermissionsController.GetPermissionGroupDetail (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.OrdersController.RefundOrderV4 (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.RefundOrderPaymentPrintReceipt (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.OutletClientsController.GetCustomToken (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletExpressController.GetExpressClient (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.FeesController.GetFeeList (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.GetProductOutletConfigurations (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.DiscountsController.GetDiscount (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.ProductsController.GetProductsuggestions (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.CreateProductVariant (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.PrinterController.GetPrinterTemplates (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PrinterController.UpdatePrinterV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PrinterController.TestPrinter (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.DeleteLingeringCheck (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.OrdersController.GetCompanyOrders (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.CheckoutController.GetCheckoutV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AddOnGroupsController.GetAddOnGroupDetailV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.CreateTenantProductDraftV2 (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.DeleteVariantUpsellGroup (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.StocksController.GetProductSuggestions (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.CheckoutController.GetCheckoutPaymentMethods (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.CheckoutController.GetCheckoutStatus (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.AdyenActionCheckoutPaymentV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.CancelCheckoutPayment (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CustomersController.CustomerCheckoutListV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CustomersController.CustomerOrderListV1 (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.CheckoutController.UpdateCheckoutV1 (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.ChecksController.UpdateCheckItemPrice (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.NotificationController.CreateWoltNotification (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.ChecksController.UpdateCheckItemKitchenMessageV1 (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.ChecksController.PreviewPrintCheckV4Status (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.ChecksController.DiscountCheck (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"} 645 dotnet_collection_count_total{generation="1"} 220 dotnet_collection_count_total{generation="2"} 62 # 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 1765336311.3325844 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 3223.64 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 18288189440 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 1614327808 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 2775830528 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 939 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 203 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 363093800 # 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"} 263 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 11 # HELP prometheus_net_metric_instances Number of metric instances currently registered across all metric families. # TYPE prometheus_net_metric_instances gauge prometheus_net_metric_instances{metric_type="counter"} 333 prometheus_net_metric_instances{metric_type="gauge"} 692 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 243 # HELP prometheus_net_metric_timeseries Number of metric timeseries currently generated from all metric instances. # TYPE prometheus_net_metric_timeseries gauge prometheus_net_metric_timeseries{metric_type="counter"} 333 prometheus_net_metric_timeseries{metric_type="gauge"} 692 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 5137 # 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 113176 # 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 36 # HELP npgsql_db_client_connections_usage ({connection}) The number of connections that are currently in state described by the state attribute. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_usage gauge npgsql_db_client_connections_usage{pool_name="Host=private-beta-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;Connection Idle Lifetime=30;Timeout=30",state="idle"} 0 npgsql_db_client_connections_usage{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;Connection Idle Lifetime=30;Timeout=30",state="used"} 0 # HELP npgsql_db_client_connections_max ({connection}) The maximum number of open connections allowed. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connections_max gauge npgsql_db_client_connections_max{pool_name="Host=private-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;Connection Idle Lifetime=30;Timeout=30"} 22 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 1.112030996638777 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 1614.299136 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 361.892968 # 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 626 # 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 214 # 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 60 # 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 85 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 17 # 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 133034 # 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 2672493 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 46648561304 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 47 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 36.97039763762697 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 622.03904 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 11654 # 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 6474.2210000000005 # 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 4281496 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 285541784 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 176091952 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 5835496 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 341 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 20645482 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 333698 # 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 101452.738 # 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 5399 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 5402 # 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_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 2000 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 2000 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 1900 # 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 1900 # HELP microsoft_entityframeworkcore_compiled_query_cache_hit_rate (%) Query Cache Hit Rate # TYPE microsoft_entityframeworkcore_compiled_query_cache_hit_rate gauge microsoft_entityframeworkcore_compiled_query_cache_hit_rate -1 # HELP microsoft_entityframeworkcore_total_execution_strategy_operation_failures Execution Strategy Operation Failures (Total) # TYPE microsoft_entityframeworkcore_total_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_total_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total Execution Strategy Operation Failures # TYPE microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total counter microsoft_entityframeworkcore_execution_strategy_operation_failures_per_second_total 0 # HELP microsoft_entityframeworkcore_total_optimistic_concurrency_failures Optimistic Concurrency Failures (Total) # TYPE microsoft_entityframeworkcore_total_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_total_optimistic_concurrency_failures 0 # HELP microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total Optimistic Concurrency Failures # TYPE microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total counter microsoft_entityframeworkcore_optimistic_concurrency_failures_per_second_total 0 # HELP microsoft_aspnetcore_hosting_requests_per_second_total Request Rate # TYPE microsoft_aspnetcore_hosting_requests_per_second_total counter microsoft_aspnetcore_hosting_requests_per_second_total 14516 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 14519 # 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_aspnetcore_server_kestrel_kestrel_queued_connections ({connection}) Number of connections that are currently queued and are waiting to start. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_queued_connections gauge microsoft_aspnetcore_server_kestrel_kestrel_queued_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80"} 0 # HELP microsoft_aspnetcore_server_kestrel_kestrel_active_connections ({connection}) Number of connections that are currently active on the server. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_active_connections gauge microsoft_aspnetcore_server_kestrel_kestrel_active_connections{network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80"} 5 # HELP microsoft_aspnetcore_hosting_http_server_active_requests ({request}) Number of active HTTP server requests. (UpDownCounter`1) # TYPE microsoft_aspnetcore_hosting_http_server_active_requests gauge microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="GET",url_scheme="http"} 6259 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="GET",url_scheme="https"} -6161 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="POST",url_scheme="https"} -677 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="POST",url_scheme="http"} 677 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="PUT",url_scheme="https"} -25 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="PUT",url_scheme="http"} 25 # HELP microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts ({match_attempt}) Number of requests that were attempted to be matched to an endpoint. (Counter`1) # TYPE microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts gauge microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_match_status="failure"} 4406 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 1914 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}"} 5 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}/SystemProducts"} 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"} 26 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}/Poses/{posId:Guid}"} 2 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}/MultiCurrencyAddOns"} 8 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}/TapToPayIntegrations"} 8 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}/PayAndGoIntegrations"} 8 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}/Products/{productId:Guid}"} 2 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}"} 81 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"} 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}/Sections/{sectionId}/TableMap"} 45 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}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}"} 3 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}/MenuTrees/{menuTreeId:Guid}"} 5 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}/MenuTrees"} 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}/Outlets/{outletId:Guid}/TableReservationIntegrations"} 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}/Items"} 70 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}/AdyenIntegrations"} 1 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}/ICouponIntegrations"} 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}/Checkouts"} 2 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}/Outlets/{outletId:Guid}/FavouriteProducts"} 1 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}/WayOfPayments"} 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}/CollectionTickets/SalesLocations/{salesLocationId}"} 2 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"} 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}/Sections"} 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}/Payments"} 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}/Integrations"} 8 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}"} 99 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"} 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}/Payments/Status/{workerId}"} 544 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}/PaymentTerminals"} 8 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/BroadcastMessage/Unread"} 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}/Status"} 40 # HELP npgsql_db_client_commands_executing ({command}) The number of currently executing database commands. (UpDownCounter`1) # TYPE npgsql_db_client_commands_executing gauge npgsql_db_client_commands_executing{pool_name="Host=private-beta-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;Connection Idle Lifetime=30;Timeout=30"} 0 # HELP npgsql_db_client_commands_bytes_written (By) The number of bytes written. (Counter`1) # TYPE npgsql_db_client_commands_bytes_written gauge npgsql_db_client_commands_bytes_written{pool_name="Host=private-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;Connection Idle Lifetime=30;Timeout=30"} 94829915 # HELP npgsql_db_client_commands_bytes_read (By) The number of bytes read. (Counter`1) # TYPE npgsql_db_client_commands_bytes_read gauge npgsql_db_client_commands_bytes_read{pool_name="Host=private-beta-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;Connection Idle Lifetime=30;Timeout=30"} 80532314 # HELP npgsql_db_client_commands_duration (s) The duration of database commands, in seconds. (Histogram`1) # TYPE npgsql_db_client_commands_duration histogram npgsql_db_client_commands_duration_sum{pool_name="Host=private-beta-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;Connection Idle Lifetime=30;Timeout=30"} 495.7443656000018 npgsql_db_client_commands_duration_count{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;Connection Idle Lifetime=30;Timeout=30"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.01"} 48870 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.02"} 51358 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.04"} 53496 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.08"} 53754 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.16"} 53791 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.32"} 53801 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.64"} 53871 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="1.28"} 54099 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="2.56"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="5.12"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="10.24"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="20.48"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="40.96"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="81.92"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="163.84"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="327.68"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="655.36"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="1310.72"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="2621.44"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="5242.88"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="10485.76"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="20971.52"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="41943.04"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="83886.08"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="167772.16"} 54108 npgsql_db_client_commands_duration_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="+Inf"} 54108 # 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"} 74.2644732 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"} 3826 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"} 3084 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"} 3256 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"} 3579 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"} 3759 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"} 3762 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"} 3767 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"} 3797 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 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"} 3826 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https"} 0.8591840000000003 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="0.01"} 84 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="0.02"} 85 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="0.04"} 89 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="0.08"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="0.16"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="0.32"} 90 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="0.64"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="1.28"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="2.56"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="5.12"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="10.24"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="20.48"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="40.96"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="81.92"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="163.84"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="327.68"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="655.36"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="41943.04"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 91 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 91 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"} 129.02827070000004 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"} 1913 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"} 917 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"} 1819 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"} 1827 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"} 1848 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"} 1863 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"} 1912 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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"} 1913 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https"} 0.104655 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.02"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.16"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.32"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.64"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="1.28"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="2.56"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="5.12"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="10.24"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="20.48"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="40.96"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="81.92"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="163.84"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="327.68"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="655.36"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="41943.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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 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}/Poses/{posId:Guid}",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 2 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="https"} 0.050184999999999994 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="https"} 5 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="https",le="0.01"} 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="https",le="0.02"} 5 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="https",le="0.04"} 5 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="https",le="0.08"} 5 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="https",le="0.16"} 5 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="https",le="0.32"} 5 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="https",le="0.64"} 5 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="https",le="1.28"} 5 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="https",le="2.56"} 5 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="https",le="5.12"} 5 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="https",le="10.24"} 5 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="https",le="20.48"} 5 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="https",le="40.96"} 5 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="https",le="81.92"} 5 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="https",le="163.84"} 5 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="https",le="327.68"} 5 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="https",le="655.36"} 5 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="https",le="1310.72"} 5 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="https",le="2621.44"} 5 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="https",le="5242.88"} 5 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="https",le="10485.76"} 5 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="https",le="20971.52"} 5 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="https",le="41943.04"} 5 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="https",le="83886.08"} 5 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="https",le="167772.16"} 5 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="https",le="+Inf"} 5 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="https"} 0.025619 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="https"} 2 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="https",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="https",le="0.02"} 2 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="https",le="0.04"} 2 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="https",le="0.08"} 2 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="https",le="0.16"} 2 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="https",le="0.32"} 2 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="https",le="0.64"} 2 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="https",le="1.28"} 2 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="https",le="2.56"} 2 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="https",le="5.12"} 2 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="https",le="10.24"} 2 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="https",le="20.48"} 2 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="https",le="40.96"} 2 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="https",le="81.92"} 2 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="https",le="163.84"} 2 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="https",le="327.68"} 2 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="https",le="655.36"} 2 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="https",le="1310.72"} 2 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="https",le="2621.44"} 2 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="https",le="5242.88"} 2 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="https",le="10485.76"} 2 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="https",le="20971.52"} 2 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="https",le="41943.04"} 2 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="https",le="83886.08"} 2 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="https",le="167772.16"} 2 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="https",le="+Inf"} 2 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="https"} 8.224881000000002 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="https"} 26 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="https",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="https",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="https",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="https",le="0.08"} 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="https",le="0.16"} 17 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="https",le="0.32"} 21 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="https",le="0.64"} 21 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="https",le="1.28"} 26 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="https",le="2.56"} 26 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="https",le="5.12"} 26 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="https",le="10.24"} 26 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="https",le="20.48"} 26 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="https",le="40.96"} 26 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="https",le="81.92"} 26 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="https",le="163.84"} 26 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="https",le="327.68"} 26 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="https",le="655.36"} 26 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="https",le="1310.72"} 26 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="https",le="2621.44"} 26 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="https",le="5242.88"} 26 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="https",le="10485.76"} 26 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="https",le="20971.52"} 26 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="https",le="41943.04"} 26 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="https",le="83886.08"} 26 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="https",le="167772.16"} 26 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="https",le="+Inf"} 26 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https"} 0.1213579 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="0.04"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",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{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="0.16"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="0.32"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="0.64"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="1.28"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="2.56"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="5.12"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="10.24"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="20.48"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="40.96"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="81.92"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="163.84"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="327.68"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="655.36"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="41943.04"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 4 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}/SystemProducts",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 4 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="https"} 1.6979987 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="https"} 45 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="https",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="https",le="0.02"} 30 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="https",le="0.04"} 35 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="https",le="0.08"} 44 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="https",le="0.16"} 44 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="https",le="0.32"} 44 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="https",le="0.64"} 45 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="https",le="1.28"} 45 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="https",le="2.56"} 45 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="https",le="5.12"} 45 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="https",le="10.24"} 45 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="https",le="20.48"} 45 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="https",le="40.96"} 45 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="https",le="81.92"} 45 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="https",le="163.84"} 45 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="https",le="327.68"} 45 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="https",le="655.36"} 45 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="https",le="1310.72"} 45 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="https",le="2621.44"} 45 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="https",le="5242.88"} 45 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="https",le="10485.76"} 45 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="https",le="20971.52"} 45 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="https",le="41943.04"} 45 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="https",le="83886.08"} 45 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="https",le="167772.16"} 45 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="https",le="+Inf"} 45 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https"} 0.1647126 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="0.02"} 6 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="0.04"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="0.08"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="0.16"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="0.32"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="0.64"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="1.28"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="2.56"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="5.12"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="10.24"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="20.48"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="40.96"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="81.92"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="163.84"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="327.68"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="655.36"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="41943.04"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 8 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}/MultiCurrencyAddOns",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https"} 0.09558989999999999 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.01"} 3 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.02"} 7 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.04"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.08"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.16"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.32"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.64"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="1.28"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="2.56"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="5.12"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="10.24"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="20.48"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="40.96"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="81.92"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="163.84"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="327.68"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="655.36"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="41943.04"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 8 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}/PayAndGoIntegrations",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 8 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="https"} 0.2783037 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="https"} 4 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="https",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="https",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="https",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}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="https",le="0.08"} 3 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="https",le="0.16"} 4 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="https",le="0.32"} 4 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="https",le="0.64"} 4 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="https",le="1.28"} 4 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="https",le="2.56"} 4 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="https",le="5.12"} 4 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="https",le="10.24"} 4 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="https",le="20.48"} 4 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="https",le="40.96"} 4 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="https",le="81.92"} 4 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="https",le="163.84"} 4 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="https",le="327.68"} 4 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="https",le="655.36"} 4 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="https",le="1310.72"} 4 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="https",le="2621.44"} 4 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="https",le="5242.88"} 4 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="https",le="10485.76"} 4 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="https",le="20971.52"} 4 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="https",le="41943.04"} 4 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="https",le="83886.08"} 4 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="https",le="167772.16"} 4 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="https",le="+Inf"} 4 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="https"} 27.63640019999999 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="https"} 70 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="https",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="https",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="https",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="https",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="https",le="0.16"} 8 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="https",le="0.32"} 54 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="https",le="0.64"} 57 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="https",le="1.28"} 68 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="https",le="2.56"} 69 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="https",le="5.12"} 70 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="https",le="10.24"} 70 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="https",le="20.48"} 70 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="https",le="40.96"} 70 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="https",le="81.92"} 70 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="https",le="163.84"} 70 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="https",le="327.68"} 70 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="https",le="655.36"} 70 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="https",le="1310.72"} 70 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="https",le="2621.44"} 70 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="https",le="5242.88"} 70 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="https",le="10485.76"} 70 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="https",le="20971.52"} 70 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="https",le="41943.04"} 70 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="https",le="83886.08"} 70 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="https",le="167772.16"} 70 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="https",le="+Inf"} 70 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https"} 2.2434505 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",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{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.16"} 2 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.64"} 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}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="1.28"} 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}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="2.56"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="5.12"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="10.24"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="20.48"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="40.96"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="81.92"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="163.84"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="327.68"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="655.36"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="41943.04"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 5 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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 5 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}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https"} 0.0649592 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}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https"} 3 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}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.02"} 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}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/AdyenIntegrations/{adyenIntegrationId:Guid}",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 3 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}/MenuTrees",network_protocol_version="1.1",url_scheme="https"} 0.055325 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}/MenuTrees",network_protocol_version="1.1",url_scheme="https"} 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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="https",le="0.02"} 2 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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/MenuTrees",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https"} 0.0277714 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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https"} 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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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}/ICouponIntegrations",network_protocol_version="1.1",url_scheme="https",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/{tenantId:Guid}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https"} 0.0144887 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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https"} 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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.02"} 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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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}/AdyenIntegrations",network_protocol_version="1.1",url_scheme="https",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/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https"} 0.0115066 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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https"} 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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.02"} 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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/TableReservationIntegrations",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="https"} 6.0293085 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="https"} 81 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="https",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="https",le="0.02"} 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}",network_protocol_version="1.1",url_scheme="https",le="0.04"} 24 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="https",le="0.08"} 62 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="https",le="0.16"} 79 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="https",le="0.32"} 79 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="https",le="0.64"} 79 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="https",le="1.28"} 81 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="https",le="2.56"} 81 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="https",le="5.12"} 81 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="https",le="10.24"} 81 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="https",le="20.48"} 81 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="https",le="40.96"} 81 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="https",le="81.92"} 81 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="https",le="163.84"} 81 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="https",le="327.68"} 81 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="https",le="655.36"} 81 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="https",le="1310.72"} 81 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="https",le="2621.44"} 81 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="https",le="5242.88"} 81 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="https",le="10485.76"} 81 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="https",le="20971.52"} 81 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="https",le="41943.04"} 81 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="https",le="83886.08"} 81 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="https",le="167772.16"} 81 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="https",le="+Inf"} 81 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https"} 0.1695826 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.16"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.32"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="0.64"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="1.28"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="2.56"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="5.12"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="10.24"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="20.48"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="40.96"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="81.92"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="163.84"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="327.68"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="655.36"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="41943.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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 2 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}/Checkouts",network_protocol_version="1.1",url_scheme="https"} 0.0746429 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}/Checkouts",network_protocol_version="1.1",url_scheme="https"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="0.02"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="0.08"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="0.16"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="0.32"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="0.64"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="1.28"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="2.56"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="5.12"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="10.24"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="20.48"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="40.96"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="81.92"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="163.84"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="327.68"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="655.36"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="41943.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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 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}/Checkouts",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 2 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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https"} 0.023158 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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https"} 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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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}/WayOfPayments",network_protocol_version="1.1",url_scheme="https",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/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https"} 0.0376805 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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https"} 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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/FavouriteProducts",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="https"} 0.0210969 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",network_protocol_version="1.1",url_scheme="https"} 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}/Sections",network_protocol_version="1.1",url_scheme="https",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",network_protocol_version="1.1",url_scheme="https",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",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Sections",network_protocol_version="1.1",url_scheme="https",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}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="https"} 0.1646015 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="https"} 5 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="https",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="https",le="0.02"} 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}/Checks/{checkId:Guid}/Payments/Status/{workerId}",network_protocol_version="1.1",url_scheme="https",le="0.04"} 4 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="https",le="0.08"} 5 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="https",le="0.16"} 5 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="https",le="0.32"} 5 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="https",le="0.64"} 5 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="https",le="1.28"} 5 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="https",le="2.56"} 5 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="https",le="5.12"} 5 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="https",le="10.24"} 5 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="https",le="20.48"} 5 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="https",le="40.96"} 5 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="https",le="81.92"} 5 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="https",le="163.84"} 5 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="https",le="327.68"} 5 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="https",le="655.36"} 5 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="https",le="1310.72"} 5 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="https",le="2621.44"} 5 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="https",le="5242.88"} 5 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="https",le="10485.76"} 5 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="https",le="20971.52"} 5 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="https",le="41943.04"} 5 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="https",le="83886.08"} 5 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="https",le="167772.16"} 5 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="https",le="+Inf"} 5 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="https"} 0.6559967 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="https"} 1 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="https",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="https",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="https",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="https",le="0.08"} 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="https",le="0.16"} 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="https",le="0.32"} 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="https",le="0.64"} 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="https",le="1.28"} 1 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="https",le="2.56"} 1 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="https",le="5.12"} 1 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="https",le="10.24"} 1 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="https",le="20.48"} 1 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="https",le="40.96"} 1 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="https",le="81.92"} 1 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="https",le="163.84"} 1 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="https",le="327.68"} 1 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="https",le="655.36"} 1 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="https",le="1310.72"} 1 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="https",le="2621.44"} 1 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="https",le="5242.88"} 1 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="https",le="10485.76"} 1 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="https",le="20971.52"} 1 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="https",le="41943.04"} 1 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="https",le="83886.08"} 1 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="https",le="167772.16"} 1 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="https",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="https"} 0.1413581 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="https"} 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}/Payments",network_protocol_version="1.1",url_scheme="https",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="https",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="https",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="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Payments",network_protocol_version="1.1",url_scheme="https",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}/Tenants/{tenantId:Guid}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https"} 0.0975181 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.01"} 3 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.02"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.04"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.08"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.16"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.32"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="0.64"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="1.28"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="2.56"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="5.12"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="10.24"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="20.48"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="40.96"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="81.92"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="163.84"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="327.68"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="655.36"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="41943.04"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 8 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}/TapToPayIntegrations",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 8 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="https"} 10.301354 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="https"} 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="https",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="https",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="https",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="https",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="https",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="https",le="0.32"} 3 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="https",le="0.64"} 14 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="https",le="1.28"} 16 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="https",le="2.56"} 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="https",le="5.12"} 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="https",le="10.24"} 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="https",le="20.48"} 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="https",le="40.96"} 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="https",le="81.92"} 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="https",le="163.84"} 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="https",le="327.68"} 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="https",le="655.36"} 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="https",le="1310.72"} 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="https",le="2621.44"} 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="https",le="5242.88"} 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="https",le="10485.76"} 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="https",le="20971.52"} 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="https",le="41943.04"} 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="https",le="83886.08"} 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="https",le="167772.16"} 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="https",le="+Inf"} 18 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="https"} 3.1949856000000003 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="https"} 99 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="https",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="https",le="0.02"} 80 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="https",le="0.04"} 89 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="https",le="0.08"} 97 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="https",le="0.16"} 97 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="https",le="0.32"} 97 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="https",le="0.64"} 98 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="https",le="1.28"} 99 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="https",le="2.56"} 99 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="https",le="5.12"} 99 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="https",le="10.24"} 99 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="https",le="20.48"} 99 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="https",le="40.96"} 99 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="https",le="81.92"} 99 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="https",le="163.84"} 99 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="https",le="327.68"} 99 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="https",le="655.36"} 99 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="https",le="1310.72"} 99 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="https",le="2621.44"} 99 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="https",le="5242.88"} 99 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="https",le="10485.76"} 99 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="https",le="20971.52"} 99 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="https",le="41943.04"} 99 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="https",le="83886.08"} 99 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="https",le="167772.16"} 99 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="https",le="+Inf"} 99 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="https"} 12.3971942 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="https"} 40 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="https",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="https",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="https",le="0.04"} 4 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="https",le="0.08"} 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}/Sections/{sectionId}/Status",network_protocol_version="1.1",url_scheme="https",le="0.16"} 31 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="https",le="0.32"} 31 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="https",le="0.64"} 31 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="https",le="1.28"} 38 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="https",le="2.56"} 40 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="https",le="5.12"} 40 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="https",le="10.24"} 40 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="https",le="20.48"} 40 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="https",le="40.96"} 40 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="https",le="81.92"} 40 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="https",le="163.84"} 40 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="https",le="327.68"} 40 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="https",le="655.36"} 40 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="https",le="1310.72"} 40 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="https",le="2621.44"} 40 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="https",le="5242.88"} 40 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="https",le="10485.76"} 40 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="https",le="20971.52"} 40 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="https",le="41943.04"} 40 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="https",le="83886.08"} 40 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="https",le="167772.16"} 40 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="https",le="+Inf"} 40 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="https"} 5.639941800000004 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="https"} 445 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="https",le="0.01"} 35 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="https",le="0.02"} 433 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="https",le="0.04"} 440 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="https",le="0.08"} 443 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="https",le="0.16"} 444 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="https",le="0.32"} 445 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="https",le="0.64"} 445 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="https",le="1.28"} 445 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="https",le="2.56"} 445 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="https",le="5.12"} 445 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="https",le="10.24"} 445 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="https",le="20.48"} 445 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="https",le="40.96"} 445 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="https",le="81.92"} 445 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="https",le="163.84"} 445 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="https",le="327.68"} 445 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="https",le="655.36"} 445 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="https",le="1310.72"} 445 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="https",le="2621.44"} 445 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="https",le="5242.88"} 445 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="https",le="10485.76"} 445 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="https",le="20971.52"} 445 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="https",le="41943.04"} 445 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="https",le="83886.08"} 445 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="https",le="167772.16"} 445 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="https",le="+Inf"} 445 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}/Integrations",network_protocol_version="1.1",url_scheme="https"} 0.9169562 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}/Integrations",network_protocol_version="1.1",url_scheme="https"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="0.02"} 2 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="0.04"} 7 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="0.08"} 7 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="0.16"} 7 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="0.32"} 7 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="0.64"} 7 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="1.28"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="2.56"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="5.12"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="10.24"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="20.48"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="40.96"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="81.92"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="163.84"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="327.68"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="655.36"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="41943.04"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 8 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}/Integrations",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 8 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https"} 0.0974306 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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}/BroadcastMessage/Unread",network_protocol_version="1.1",url_scheme="https",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:Guid}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https"} 0.1891646 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="0.02"} 4 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="0.04"} 7 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="0.08"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="0.16"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="0.32"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="0.64"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="1.28"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="2.56"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="5.12"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="10.24"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="20.48"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="40.96"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="81.92"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="163.84"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="327.68"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="655.36"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="41943.04"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 8 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}/PaymentTerminals",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 8 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="https"} 0.0029415 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="https"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="https",le="+Inf"} 1 # HELP microsoft_aspnetcore_server_kestrel_kestrel_connection_duration (s) The duration of connections on the server. (Histogram`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_connection_duration histogram microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_sum{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80"} 131327.68631409976 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_count{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80"} 5392 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="0.01"} 3054 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="0.02"} 3252 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="0.04"} 3570 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="0.08"} 3758 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="0.16"} 3761 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="0.32"} 3766 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="0.64"} 3796 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="1.28"} 3826 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="2.56"} 3826 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="5.12"} 3830 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="10.24"} 3831 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="20.48"} 3832 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="40.96"} 3832 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="81.92"} 4990 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="163.84"} 5304 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="327.68"} 5374 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="655.36"} 5391 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="1310.72"} 5392 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="2621.44"} 5392 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="5242.88"} 5392 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="10485.76"} 5392 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="20971.52"} 5392 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="41943.04"} 5392 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="83886.08"} 5392 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="167772.16"} 5392 microsoft_aspnetcore_server_kestrel_kestrel_connection_duration_bucket{network_protocol_name="http",network_protocol_version="1.1",network_transport="tcp",network_type="ipv4",server_address="10.244.1.222",server_port="80",le="+Inf"} 5392 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 13179 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 13151 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 12 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 12 # HELP system_net_http_current_requests Current Requests # TYPE system_net_http_current_requests gauge system_net_http_current_requests 0 # HELP system_net_http_http11_connections_current_total Current Http 1.1 Connections # TYPE system_net_http_http11_connections_current_total gauge system_net_http_http11_connections_current_total 2 # HELP system_net_http_http20_connections_current_total Current Http 2.0 Connections # TYPE system_net_http_http20_connections_current_total gauge system_net_http_http20_connections_current_total 0 # HELP system_net_http_http30_connections_current_total Current Http 3.0 Connections # TYPE system_net_http_http30_connections_current_total gauge system_net_http_http30_connections_current_total 0 # HELP system_net_http_http11_requests_queue_duration (ms) HTTP 1.1 Requests Queue Duration # TYPE system_net_http_http11_requests_queue_duration gauge system_net_http_http11_requests_queue_duration 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 5886 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 5402 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 312329585 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 2191197951 # 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 5890 # 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 5827 # 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 5855 # 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 21 # 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 21 # 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 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="a.srv4pos.com",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="POST",server_address="terminal-api-live.adyen.com",url_scheme="https"} 0 system_net_http_http_client_active_requests{http_request_method="GET",server_address="securetoken.google.com",url_scheme="https"} 0 # HELP system_net_http_http_client_request_duration (s) The duration of outbound HTTP requests. (Histogram`1) # TYPE system_net_http_http_client_request_duration histogram system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 405.25070629999993 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"} 12205 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"} 323 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"} 7459 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"} 10925 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"} 11852 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"} 11973 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"} 12024 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"} 12113 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"} 12199 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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"} 12205 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",url_scheme="https"} 0.4185327 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",url_scheme="https"} 2 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",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",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",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",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",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",url_scheme="https",le="0.32"} 2 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",url_scheme="https",le="0.64"} 2 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",url_scheme="https",le="1.28"} 2 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",url_scheme="https",le="2.56"} 2 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",url_scheme="https",le="5.12"} 2 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",url_scheme="https",le="10.24"} 2 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",url_scheme="https",le="20.48"} 2 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",url_scheme="https",le="40.96"} 2 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",url_scheme="https",le="81.92"} 2 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",url_scheme="https",le="163.84"} 2 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",url_scheme="https",le="327.68"} 2 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",url_scheme="https",le="655.36"} 2 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",url_scheme="https",le="1310.72"} 2 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",url_scheme="https",le="2621.44"} 2 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",url_scheme="https",le="5242.88"} 2 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",url_scheme="https",le="10485.76"} 2 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",url_scheme="https",le="20971.52"} 2 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",url_scheme="https",le="41943.04"} 2 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",url_scheme="https",le="83886.08"} 2 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",url_scheme="https",le="167772.16"} 2 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",url_scheme="https",le="+Inf"} 2 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",url_scheme="https"} 62.444285199999996 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",url_scheme="https"} 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",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",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",url_scheme="https",le="0.04"} 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",url_scheme="https",le="0.08"} 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",url_scheme="https",le="0.16"} 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",url_scheme="https",le="0.32"} 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",url_scheme="https",le="0.64"} 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",url_scheme="https",le="1.28"} 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",url_scheme="https",le="2.56"} 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",url_scheme="https",le="5.12"} 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",url_scheme="https",le="10.24"} 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",url_scheme="https",le="20.48"} 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",url_scheme="https",le="40.96"} 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",url_scheme="https",le="81.92"} 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",url_scheme="https",le="163.84"} 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",url_scheme="https",le="327.68"} 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",url_scheme="https",le="655.36"} 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",url_scheme="https",le="1310.72"} 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",url_scheme="https",le="2621.44"} 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",url_scheme="https",le="5242.88"} 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",url_scheme="https",le="10485.76"} 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",url_scheme="https",le="20971.52"} 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",url_scheme="https",le="41943.04"} 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",url_scheme="https",le="83886.08"} 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",url_scheme="https",le="167772.16"} 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",url_scheme="https",le="+Inf"} 4 system_net_http_http_client_request_duration_sum{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0.5137132 system_net_http_http_client_request_duration_count{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 11 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 14 system_net_http_http_client_request_duration_bucket{http_request_method="GET",http_response_status_code="200",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 14 # HELP npgsql_db_client_commands_prepared_ratio The ratio of prepared command executions. (ObservableGauge`1) # TYPE npgsql_db_client_commands_prepared_ratio gauge npgsql_db_client_commands_prepared_ratio{pool_name="Host=private-beta-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;Connection Idle Lifetime=30;Timeout=30"} 0 # HELP system_net_nameresolution_dns_lookup_duration (s) Measures the time taken to perform a DNS lookup. (Histogram`1) # TYPE system_net_nameresolution_dns_lookup_duration histogram system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com"} 130.75157099999979 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 1328 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 3026 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 4047 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 4465 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 4542 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 4547 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 4561 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 4596 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 4596 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com"} 0.0240836 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"} 0 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="beta-mongodb-87cfbccf.mongo.ondigitalocean.com",le="0.02"} 2 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.011090599999999999 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="a.srv4pos.com"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.01"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.02"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.32"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="0.64"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="1.28"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="2.56"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="5.12"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="10.24"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="20.48"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="40.96"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="81.92"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="163.84"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="327.68"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="655.36"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="1310.72"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="2621.44"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="5242.88"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="10485.76"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="20971.52"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="41943.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="83886.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="167772.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="a.srv4pos.com",le="+Inf"} 2 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 0.5102879 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com"} 31 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"} 8 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"} 24 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"} 30 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 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"} 31 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",le="+Inf"} 31 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="terminal-api-live.adyen.com"} 0.0257846 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="terminal-api-live.adyen.com"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.01"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.02"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.04"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.08"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.16"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.32"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="0.64"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="1.28"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="2.56"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="5.12"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="10.24"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="20.48"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="40.96"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="81.92"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="163.84"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="327.68"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="655.36"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="1310.72"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="2621.44"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="5242.88"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="10485.76"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="20971.52"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="41943.04"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="83886.08"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="167772.16"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="terminal-api-live.adyen.com",le="+Inf"} 3 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="securetoken.google.com"} 0.0300983 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="securetoken.google.com"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.01"} 0 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.02"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.32"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="0.64"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="1.28"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="2.56"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="5.12"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="10.24"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="20.48"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="40.96"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="81.92"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="163.84"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="327.68"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="655.36"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="1310.72"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="2621.44"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="5242.88"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="10485.76"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="20971.52"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="41943.04"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="83886.08"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="167772.16"} 2 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="securetoken.google.com",le="+Inf"} 2 # HELP npgsql_db_client_connections_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connections_create_time histogram npgsql_db_client_connections_create_time_sum{pool_name="Host=private-beta-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;Connection Idle Lifetime=30;Timeout=30"} 486.57636400000126 npgsql_db_client_connections_create_time_count{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;Connection Idle Lifetime=30;Timeout=30"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.01"} 0 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.02"} 0 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.04"} 2075 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.08"} 3649 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.16"} 4136 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.32"} 4206 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="0.64"} 4384 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="1.28"} 4590 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="2.56"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="5.12"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="10.24"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="20.48"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="40.96"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="81.92"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="163.84"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="327.68"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="655.36"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="1310.72"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="2621.44"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="5242.88"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="10485.76"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="20971.52"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="41943.04"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="83886.08"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="167772.16"} 4596 npgsql_db_client_connections_create_time_bucket{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;Connection Idle Lifetime=30;Timeout=30",le="+Inf"} 4596 # 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="Action"} 0 current_adyen_online_requests{method="CancelOrRefund"} 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="SendPrint"} 0 current_adyen_terminal_requests{method="SendPayment"} 0 current_adyen_terminal_requests{method="SendCancel"} 0 current_adyen_terminal_requests{method="VerifyTransaction"} 0 # HELP system_net_http_http_client_open_connections ({connection}) Number of outbound HTTP connections that are currently active or idle on the client. (UpDownCounter`1) # TYPE system_net_http_http_client_open_connections gauge system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:10.110.0.157",network_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.157",network_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:10.110.0.199",network_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.199",network_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:46.227.65.9",network_protocol_version="1.1",server_address="a.srv4pos.com",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",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:147.12.19.186",network_protocol_version="1.1",server_address="terminal-api-live.adyen.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="active",network_peer_address="::ffff:142.250.179.174",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0 system_net_http_http_client_open_connections{http_connection_state="idle",network_peer_address="::ffff:142.250.179.174",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 1 # HELP system_net_http_http_client_request_time_in_queue (s) The amount of time requests spent on a queue waiting for an available connection. (Histogram`1) # TYPE system_net_http_http_client_request_time_in_queue histogram system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 6.1290245 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"} 50 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"} 12 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"} 35 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"} 38 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"} 38 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"} 40 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"} 49 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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"} 50 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.1080661 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"} 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.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"} 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.32"} 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.64"} 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="1.28"} 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="2.56"} 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="5.12"} 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="10.24"} 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="20.48"} 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="40.96"} 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="81.92"} 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="163.84"} 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="327.68"} 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="655.36"} 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="1310.72"} 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="2621.44"} 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="5242.88"} 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="10485.76"} 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="20971.52"} 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="41943.04"} 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="83886.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="167772.16"} 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="+Inf"} 2 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.131799 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"} 4 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"} 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.04"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 system_net_http_http_client_request_time_in_queue_sum{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 0.3440688 system_net_http_http_client_request_time_in_queue_count{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 2 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 14 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="GET",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 14 # 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.199",network_protocol_version="1.1",server_address="private-production-open-search-do-user-8962426-0.f.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 360.054 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.199",network_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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.199",network_protocol_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:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 74.967 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.01"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.02"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.04"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.08"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.16"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.32"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="0.64"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1.28"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2.56"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5.12"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10.24"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20.48"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="40.96"} 0 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="81.92"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="163.84"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="327.68"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="655.36"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="1310.72"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="2621.44"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="5242.88"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="10485.76"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="20971.52"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="41943.04"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="83886.08"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="167772.16"} 1 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:142.250.179.142",network_protocol_version="1.1",server_address="securetoken.google.com",url_scheme="https",le="+Inf"} 1 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",url_scheme="https"} 0.312 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",url_scheme="https"} 2 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",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",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",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",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",url_scheme="https",le="0.16"} 1 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",url_scheme="https",le="0.32"} 2 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",url_scheme="https",le="0.64"} 2 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",url_scheme="https",le="1.28"} 2 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",url_scheme="https",le="2.56"} 2 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",url_scheme="https",le="5.12"} 2 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",url_scheme="https",le="10.24"} 2 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",url_scheme="https",le="20.48"} 2 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",url_scheme="https",le="40.96"} 2 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",url_scheme="https",le="81.92"} 2 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",url_scheme="https",le="163.84"} 2 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",url_scheme="https",le="327.68"} 2 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",url_scheme="https",le="655.36"} 2 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",url_scheme="https",le="1310.72"} 2 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",url_scheme="https",le="2621.44"} 2 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",url_scheme="https",le="5242.88"} 2 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",url_scheme="https",le="10485.76"} 2 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",url_scheme="https",le="20971.52"} 2 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",url_scheme="https",le="41943.04"} 2 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",url_scheme="https",le="83886.08"} 2 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",url_scheme="https",le="167772.16"} 2 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",url_scheme="https",le="+Inf"} 2 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",url_scheme="https"} 15.052 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",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",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",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",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",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",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",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",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",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",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",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",url_scheme="https",le="10.24"} 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",url_scheme="https",le="20.48"} 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",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",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",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",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",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",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",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",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",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",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",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",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",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",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 microsoftidentitymodel_meter_identitymodelconfigurationmanager Counter capturing configuration manager operations. (Counter`1) # TYPE microsoftidentitymodel_meter_identitymodelconfigurationmanager gauge microsoftidentitymodel_meter_identitymodelconfigurationmanager{identitymodelversion="8.7.0.0",metadataaddress="https://securetoken.google.com/leen-61727/.well-known/openid-configuration",operationstatus="LastKnownGood"} 3324 # 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 18 # 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 18 # HELP grpc_aspnetcore_server_messages_received Total Messages Received # TYPE grpc_aspnetcore_server_messages_received gauge grpc_aspnetcore_server_messages_received 18 # HELP grpc_aspnetcore_server_calls_unimplemented Total Calls Unimplemented # TYPE grpc_aspnetcore_server_calls_unimplemented gauge grpc_aspnetcore_server_calls_unimplemented 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"} 122.07429290000016 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_count{aspnetcore_rate_limiting_policy="GlobalConcurrency"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.01"} 377 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.02"} 587 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.04"} 740 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.08"} 920 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.16"} 942 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.32"} 953 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.64"} 970 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="1.28"} 1022 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="2.56"} 1040 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="5.12"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="10.24"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="20.48"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="40.96"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="81.92"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="163.84"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="327.68"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="655.36"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="1310.72"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="2621.44"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="5242.88"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="10485.76"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="20971.52"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="41943.04"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="83886.08"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="167772.16"} 1042 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="+Inf"} 1042 # 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"} 1042 # HELP npgsql_db_client_connections_pending_requests ({request}) The number of pending requests for an open connection, cumulative for the entire pool. (UpDownCounter`1) # TYPE npgsql_db_client_connections_pending_requests gauge # HELP grpc_net_client_total_calls Total Calls # TYPE grpc_net_client_total_calls gauge grpc_net_client_total_calls 1 # 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 1 # HELP grpc_net_client_messages_received Total Messages Received # TYPE grpc_net_client_messages_received gauge grpc_net_client_messages_received 1