# HELP exception_logged_count Number of exceptions logged # TYPE exception_logged_count counter exception_logged_count 30 # HELP dotnet_contention_total The number of locks contended # TYPE dotnet_contention_total counter dotnet_contention_total 136601 # HELP dotnet_gc_memory_total_available_bytes The upper limit on the amount of physical memory .NET can allocate to # TYPE dotnet_gc_memory_total_available_bytes gauge dotnet_gc_memory_total_available_bytes 2249997312 # HELP dotnet_gc_pause_ratio The percentage of time the process spent paused for garbage collection # TYPE dotnet_gc_pause_ratio gauge dotnet_gc_pause_ratio 0 # HELP dotnet_gc_heap_size_bytes The current size of all heaps (only updated after a garbage collection) # TYPE dotnet_gc_heap_size_bytes gauge dotnet_gc_heap_size_bytes{gc_generation="0"} 0 dotnet_gc_heap_size_bytes{gc_generation="1"} 14106920 dotnet_gc_heap_size_bytes{gc_generation="2"} 277775576 dotnet_gc_heap_size_bytes{gc_generation="loh"} 77399768 # 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"} 850 dotnet_gc_collection_count_total{gc_generation="1"} 250 dotnet_gc_collection_count_total{gc_generation="2"} 120 # 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 53901953440 # HELP dotnet_jit_il_bytes Total bytes of IL compiled by the JIT compiler # TYPE dotnet_jit_il_bytes gauge dotnet_jit_il_bytes 24390078 # HELP dotnet_jit_method_total Total number of methods compiled by the JIT compiler # TYPE dotnet_jit_method_total counter dotnet_jit_method_total 431929 # HELP dotnet_threadpool_num_threads The number of active threads in the thread pool # TYPE dotnet_threadpool_num_threads gauge dotnet_threadpool_num_threads 5 # HELP dotnet_threadpool_throughput_total The total number of work items that have finished execution in the thread pool # TYPE dotnet_threadpool_throughput_total counter dotnet_threadpool_throughput_total 2788169 # 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 423 dotnet_threadpool_queue_length_count 71018 dotnet_threadpool_queue_length_bucket{le="0"} 70651 dotnet_threadpool_queue_length_bucket{le="1"} 70988 dotnet_threadpool_queue_length_bucket{le="10"} 71018 dotnet_threadpool_queue_length_bucket{le="100"} 71018 dotnet_threadpool_queue_length_bucket{le="1000"} 71018 dotnet_threadpool_queue_length_bucket{le="+Inf"} 71018 # HELP dotnet_threadpool_timer_count The number of timers active # TYPE dotnet_threadpool_timer_count gauge dotnet_threadpool_timer_count 104 # HELP dotnet_build_info Build information about prometheus-net.DotNetRuntime and the environment # TYPE dotnet_build_info gauge dotnet_build_info{version="4.4.1.0",target_framework=".NETCoreApp,Version=v10.0",runtime_version=".NET 10.0.10",os_version="Ubuntu 24.04.4 LTS",process_architecture="X64",gc_mode="Server"} 1 # HELP process_cpu_count The number of processor cores available to this process. # TYPE process_cpu_count gauge process_cpu_count 4 # HELP runtime_cpu_usage_ratio CPU usage in percents # TYPE runtime_cpu_usage_ratio gauge runtime_cpu_usage_ratio 1.3408275433137358 # HELP runtime_memory_working_set_megabytes Working Set in megabytes # TYPE runtime_memory_working_set_megabytes gauge runtime_memory_working_set_megabytes 1369.00608 # HELP runtime_gc_heap_size_megabytes GC Heap Size in megabytes # TYPE runtime_gc_heap_size_megabytes gauge runtime_gc_heap_size_megabytes 322.406264 # HELP runtime_gc_gen0_count GC Count (Gen 0) # TYPE runtime_gc_gen0_count gauge runtime_gc_gen0_count 0 # HELP runtime_gc_gen1_count GC Count (Gen 1) # TYPE runtime_gc_gen1_count gauge runtime_gc_gen1_count 0 # HELP runtime_gc_gen2_count GC Count (Gen 2) # TYPE runtime_gc_gen2_count gauge runtime_gc_gen2_count 0 # HELP runtime_threadpool_threads_total ThreadPool Thread Count # TYPE runtime_threadpool_threads_total gauge runtime_threadpool_threads_total 5 # HELP runtime_lock_contention_total Monitor Lock Contention Count # TYPE runtime_lock_contention_total gauge runtime_lock_contention_total 0 # HELP runtime_threadpool_queue_length ThreadPool Queue Length # TYPE runtime_threadpool_queue_length gauge runtime_threadpool_queue_length 1 # HELP runtime_threadpool_completed_items_total ThreadPool Completed Work Item Count # TYPE runtime_threadpool_completed_items_total gauge runtime_threadpool_completed_items_total 19 # HELP runtime_allocation_rate_bytes Allocation Rate in bytes # TYPE runtime_allocation_rate_bytes gauge runtime_allocation_rate_bytes 39816 # HELP runtime_active_timers_total Number of Active Timers # TYPE runtime_active_timers_total gauge runtime_active_timers_total 104 # HELP runtime_gc_fragmentation_ratio GC Fragmentation # TYPE runtime_gc_fragmentation_ratio gauge runtime_gc_fragmentation_ratio 17.844794005256226 # 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 14106920 # HELP runtime_gc_size_gen2_bytes GC size in bytes (Gen 2) # TYPE runtime_gc_size_gen2_bytes gauge runtime_gc_size_gen2_bytes 277775576 # HELP runtime_gc_size_loh_bytes GC size in bytes (LOH) # TYPE runtime_gc_size_loh_bytes gauge runtime_gc_size_loh_bytes 77399768 # HELP runtime_gc_size_poh_bytes GC size in bytes (POH) # TYPE runtime_gc_size_poh_bytes gauge runtime_gc_size_poh_bytes 4041048 # HELP runtime_assemblies_total Number of Assemblies Loaded # TYPE runtime_assemblies_total gauge runtime_assemblies_total 354 # HELP runtime_il_jitted_bytes IL Bytes Jitted # TYPE runtime_il_jitted_bytes gauge runtime_il_jitted_bytes 24390078 # HELP runtime_methods_jitted_total Number of Methods Jitted # TYPE runtime_methods_jitted_total gauge runtime_methods_jitted_total 431929 # HELP aspnetcore_requests_per_second Request Rate # TYPE aspnetcore_requests_per_second gauge aspnetcore_requests_per_second 1 # HELP aspnetcore_requests_total Total Requests # TYPE aspnetcore_requests_total gauge aspnetcore_requests_total 18881 # 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 383 # 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 383 # HELP grpc_server_messages_received_total Total Messages Received # TYPE grpc_server_messages_received_total gauge grpc_server_messages_received_total 383 # HELP grpc_server_calls_unimplemented_total Total Calls Unimplemented # TYPE grpc_server_calls_unimplemented_total gauge grpc_server_calls_unimplemented_total 1 # HELP grpc_client_calls_total Total Calls # TYPE grpc_client_calls_total gauge grpc_client_calls_total 0 # HELP grpc_client_calls_current_total Current Calls # TYPE grpc_client_calls_current_total gauge grpc_client_calls_current_total 0 # HELP grpc_client_calls_failed_total Total Calls Failed # TYPE grpc_client_calls_failed_total gauge grpc_client_calls_failed_total 0 # HELP grpc_client_calls_deadline_exceeded_total Total Calls Deadline Exceeded # TYPE grpc_client_calls_deadline_exceeded_total gauge grpc_client_calls_deadline_exceeded_total 0 # HELP grpc_client_messages_sent_total Total Messages Sent # TYPE grpc_client_messages_sent_total gauge grpc_client_messages_sent_total 0 # HELP grpc_client_messages_received_total Total Messages Received # TYPE grpc_client_messages_received_total gauge grpc_client_messages_received_total 0 # HELP efcore_active_dbcontexts_total Active DbContexts # TYPE efcore_active_dbcontexts_total gauge efcore_active_dbcontexts_total 1 # HELP efcore_queries_total Queries (Total) # TYPE efcore_queries_total gauge efcore_queries_total 5010 # 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 2329 # 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 1 # HELP kestrel_connections_total Total Requests # TYPE kestrel_connections_total gauge kestrel_connections_total 6425 # HELP kestrel_connections_current_total Number of current connections # TYPE kestrel_connections_current_total gauge kestrel_connections_current_total 2 # 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 8166 # HELP http_client_requests_started_per_second Requests Started Rate # TYPE http_client_requests_started_per_second gauge http_client_requests_started_per_second 2 # HELP http_client_requests_aborted_total Total Requests Aborted # TYPE http_client_requests_aborted_total gauge http_client_requests_aborted_total 0 # HELP http_client_requests_aborted_per_second Requests Failed Rate # TYPE http_client_requests_aborted_per_second gauge http_client_requests_aborted_per_second 0 # HELP http_client_requests_current_total Current Requests # TYPE http_client_requests_current_total gauge http_client_requests_current_total 1 # HELP http_client_http11_connections_current_total Current Http 1.1 Connections # TYPE http_client_http11_connections_current_total gauge http_client_http11_connections_current_total 1 # HELP http_client_http20_connections_current_total Current Http 2.0 Connections # TYPE http_client_http20_connections_current_total gauge http_client_http20_connections_current_total 1 # HELP http_client_http11_requests_queue_duration_milliseconds HTTP 1.1 Requests Queue Duration # TYPE http_client_http11_requests_queue_duration_milliseconds gauge http_client_http11_requests_queue_duration_milliseconds 0 # HELP http_client_http20_requests_queue_duration_milliseconds HTTP 2.0 Requests Queue Duration # TYPE http_client_http20_requests_queue_duration_milliseconds gauge http_client_http20_requests_queue_duration_milliseconds 0 # HELP net_security_tls_handshakes_per_second TLS handshakes completed # TYPE net_security_tls_handshakes_per_second gauge net_security_tls_handshakes_per_second 0 # HELP net_security_tls_handshakes_total Total TLS handshakes completed # TYPE net_security_tls_handshakes_total gauge net_security_tls_handshakes_total 1688 # 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 24 # 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 24 # 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 2421 # 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 1571 # HELP net_sockets_incoming_connections_total Incoming Connections Established # TYPE net_sockets_incoming_connections_total gauge net_sockets_incoming_connections_total 6425 # HELP net_sockets_bytes_received Bytes Received # TYPE net_sockets_bytes_received gauge net_sockets_bytes_received 336064106 # HELP net_sockets_bytes_sent Bytes Sent # TYPE net_sockets_bytes_sent gauge net_sockets_bytes_sent 3042316458 # 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 2329 # HELP efcore_savechanges_time Time spent running savechanges # TYPE efcore_savechanges_time counter efcore_savechanges_time 300345.5422999996 # 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"} 140924 efcore_savechanges_counts_by_states{state="Deleted"} 1367 efcore_savechanges_counts_by_states{state="Modified"} 8709 efcore_savechanges_counts_by_states{state="Added"} 44781 # 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"} 350 # HELP check_deleted_count Total number of checks deleted # TYPE check_deleted_count counter check_deleted_count{order_format="EatIn"} 22 check_deleted_count{order_format="None"} 1 check_deleted_count{order_format="TakeAway"} 1 # HELP checkout_count Total number of checkouts created # TYPE checkout_count counter checkout_count{order_format="TakeAway"} 1 # HELP order_count Total number of orders processed # TYPE order_count counter order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="c44f691a-32d9-41de-a07d-b34dd6df67a0",outlet="1bf3b9a6-5604-472f-8a9f-e5a89384729b"} 13 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"} 146 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="c3c0a974-bcd8-4b1f-baa9-f472b83317ad",outlet="e82b26b2-b077-41c6-8710-a7c7a0281e9a"} 2 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="6ab584c8-7fd2-480f-a9b9-5df25aca88a3",outlet="1e954f37-eadd-4955-aa0e-1dbb48e162f3"} 14 order_count{type="Check",order_format="TakeAway",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="6ab584c8-7fd2-480f-a9b9-5df25aca88a3",outlet="1e954f37-eadd-4955-aa0e-1dbb48e162f3"} 3 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"} 27 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"} 3 order_count{type="Check",order_format="EatIn",sale_source="125fbb38-16d3-4703-bf10-fde88fae4ddd",tenant="24686807-c072-4f3c-b24f-bcf77a4b7583",outlet="a8dc8f9c-2589-4125-b62c-b11f0055ca67"} 3 # HELP ticket_count Total number of tickets created # TYPE ticket_count counter ticket_count{order_format="EatIn"} 279 ticket_count{order_format="TakeAway"} 3 # HELP hangfire_current_workers Number of hangfire workers per server # TYPE hangfire_current_workers gauge hangfire_current_workers 46 # HELP hangfire_current_recurring Number of hangfire recurring jobs # TYPE hangfire_current_recurring gauge hangfire_current_recurring 34 # HELP hangfire_current_enqueued Number of hangfire jobs enqueued # TYPE hangfire_current_enqueued gauge hangfire_current_enqueued{queue="critical-recurring-jobs"} 0 hangfire_current_enqueued{queue="api-long-running"} 0 hangfire_current_enqueued{queue="integration-events"} 0 hangfire_current_enqueued{queue="message-queue"} 0 hangfire_current_enqueued{queue="default"} 0 hangfire_current_enqueued{queue="recurring-jobs"} 0 # HELP hangfire_current_scheduled Number of hangfire jobs scheduled # TYPE hangfire_current_scheduled gauge hangfire_current_scheduled 0 # HELP hangfire_current_processing Number of hangfire jobs processing # TYPE hangfire_current_processing gauge hangfire_current_processing 0 # HELP hangfire_current_succeeded Number of hangfire jobs succeeded # TYPE hangfire_current_succeeded gauge hangfire_current_succeeded 76176575 # HELP hangfire_current_failed Number of hangfire jobs failed # TYPE hangfire_current_failed gauge hangfire_current_failed 11 # HELP hangfire_current_deleted Number of hangfire jobs deleted # TYPE hangfire_current_deleted gauge hangfire_current_deleted 19526 # 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="CancelCheckPaymentCommand"} 0 hangfire_current_api_jobs{api_job="CreateCheckPaymentCommand"} 0 hangfire_current_api_jobs{api_job="PreviewPrintCheckCommand"} 0 hangfire_current_api_jobs{api_job="ReceiptPrintCheckPaymentCommand"} 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="CancelCheckPaymentCommand"} 10 hangfire_api_jobs_success_count{api_job="CreateCheckPaymentCommand"} 222 hangfire_api_jobs_success_count{api_job="PreviewPrintCheckCommand"} 26 hangfire_api_jobs_success_count{api_job="ReceiptPrintCheckPaymentCommand"} 5 # 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="SurfboardApplicationWebhookRequestHandler"} 0 hangfire_current_background_jobs{background_job="CheckPayAndGoMergeJob"} 0 hangfire_current_background_jobs{background_job="TicketItemStatusUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="CheckAwaitingConfirmationJob"} 0 hangfire_current_background_jobs{background_job="TicketResendPrintEventJob"} 0 hangfire_current_background_jobs{background_job="CheckVerifyTerminalPaymentJob"} 0 hangfire_current_background_jobs{background_job="EndpointCacheSlideoutJob"} 0 hangfire_current_background_jobs{background_job="CheckPaidIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="StockUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="PrintBackgroundJobCommand"} 0 hangfire_current_background_jobs{background_job="CheckoutCapturedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="TicketStatusUpdatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="CancelCheckJob"} 0 hangfire_current_background_jobs{background_job="OrderCreatedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="CancelCheckoutJob"} 0 hangfire_current_background_jobs{background_job="ProcessExpiredCollectionTicketsJob"} 0 hangfire_current_background_jobs{background_job="RetryIntegrationJob"} 0 hangfire_current_background_jobs{background_job="CheckPayAndGoOriginalCloseJob"} 0 hangfire_current_background_jobs{background_job="OrderReceiptCopyPrintedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="VoucherBasisOrderPublishedIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="CloseStalledIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="AdyenNotificationRequest"} 0 hangfire_current_background_jobs{background_job="ProductSyncIntegrationEvent"} 0 hangfire_current_background_jobs{background_job="OutletPosUpdatedIntegrationEvent"} 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="SurfboardApplicationWebhookRequestHandler"} 838 hangfire_background_jobs_success_count{background_job="CheckPayAndGoMergeJob"} 444 hangfire_background_jobs_success_count{background_job="TicketItemStatusUpdatedIntegrationEvent"} 344 hangfire_background_jobs_success_count{background_job="TicketResendPrintEventJob"} 257 hangfire_background_jobs_success_count{background_job="CheckAwaitingConfirmationJob"} 181 hangfire_background_jobs_success_count{background_job="CheckVerifyTerminalPaymentJob"} 370 hangfire_background_jobs_success_count{background_job="EndpointCacheSlideoutJob"} 125 hangfire_background_jobs_success_count{background_job="CheckPaidIntegrationEvent"} 157 hangfire_background_jobs_success_count{background_job="StockUpdatedIntegrationEvent"} 205 hangfire_background_jobs_success_count{background_job="PrintBackgroundJobCommand"} 15 hangfire_background_jobs_success_count{background_job="CheckoutCapturedIntegrationEvent"} 1 hangfire_background_jobs_success_count{background_job="TicketStatusUpdatedIntegrationEvent"} 107 hangfire_background_jobs_success_count{background_job="CancelCheckJob"} 311 hangfire_background_jobs_success_count{background_job="OrderCreatedIntegrationEvent"} 115 hangfire_background_jobs_success_count{background_job="CancelCheckoutJob"} 49 hangfire_background_jobs_success_count{background_job="ProcessExpiredCollectionTicketsJob"} 155 hangfire_background_jobs_success_count{background_job="RetryIntegrationJob"} 52 hangfire_background_jobs_success_count{background_job="CheckPayAndGoOriginalCloseJob"} 23 hangfire_background_jobs_success_count{background_job="OrderReceiptCopyPrintedIntegrationEvent"} 1 hangfire_background_jobs_success_count{background_job="VoucherBasisOrderPublishedIntegrationEvent"} 6 hangfire_background_jobs_success_count{background_job="CloseStalledIntegrationEvent"} 17 hangfire_background_jobs_success_count{background_job="AdyenNotificationRequest"} 11 hangfire_background_jobs_success_count{background_job="ProductSyncIntegrationEvent"} 1 hangfire_background_jobs_success_count{background_job="OutletPosUpdatedIntegrationEvent"} 2 # 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"} 3 # 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 6 # HELP websocket_close_connetion_count Number of connections closed # TYPE websocket_close_connetion_count counter websocket_close_connetion_count 6 # HELP websocket_commands_count Number of commands handled # TYPE websocket_commands_count counter websocket_commands_count{command="AddItemCommand"} 174 websocket_commands_count{command="ModifyCheckItemQuantityCommand"} 26 # HELP kafka_producer_queue Generic gauge for kafka_producer_queue # TYPE kafka_producer_queue gauge kafka_producer_queue 0 # HELP mongodbcollection_count Number of times the collection is queried # TYPE mongodbcollection_count counter mongodbcollection_count{Name="IdentityUser"} 59 mongodbcollection_count{Name="AdminUser"} 55 mongodbcollection_count{Name="Customer"} 33 mongodbcollection_count{Name="TenantUser"} 666 mongodbcollection_count{Name="MemberCompanyDetail"} 2 mongodbcollection_count{Name="IdentityUserAdminCheck"} 1753 mongodbcollection_count{Name="GiftCardAddOn"} 16 mongodbcollection_count{Name="OutletClient"} 129 mongodbcollection_count{Name="Printer"} 915 mongodbcollection_count{Name="GuestGroupAddon"} 6 mongodbcollection_count{Name="GuestGroup"} 7 mongodbcollection_count{Name="PermissionGroup"} 1 # HELP mongodbcollection_time Time spent querying # TYPE mongodbcollection_time counter mongodbcollection_time{Name="IdentityUser"} 1017 mongodbcollection_time{Name="AdminUser"} 424 mongodbcollection_time{Name="Customer"} 410 mongodbcollection_time{Name="TenantUser"} 8416 mongodbcollection_time{Name="MemberCompanyDetail"} 77 mongodbcollection_time{Name="IdentityUserAdminCheck"} 19638 mongodbcollection_time{Name="GiftCardAddOn"} 199 mongodbcollection_time{Name="OutletClient"} 756 mongodbcollection_time{Name="Printer"} 3428 mongodbcollection_time{Name="GuestGroupAddon"} 68 mongodbcollection_time{Name="GuestGroup"} 175 mongodbcollection_time{Name="PermissionGroup"} 23 # HELP mongodbcollection_retries Number of times the collection had to rety a query # TYPE mongodbcollection_retries counter # HELP lockmanager_ping Generic gauge for lockmanager_ping # TYPE lockmanager_ping gauge lockmanager_ping 1 # HELP lockmanager_pressure Generic gauge for lockmanager_pressure # TYPE lockmanager_pressure gauge lockmanager_pressure -275 # 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 17 # 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 6541 # HELP lockmanager_total_requests_time Generic counter for lockmanager_total_requests_time # TYPE lockmanager_total_requests_time counter lockmanager_total_requests_time 10036 # HELP lockmanager_total_slow_requests Generic counter for lockmanager_total_slow_requests # TYPE lockmanager_total_slow_requests counter lockmanager_total_slow_requests 0 # HELP lockmanager_total_slow_requests_time Generic counter for lockmanager_total_slow_requests_time # TYPE lockmanager_total_slow_requests_time counter lockmanager_total_slow_requests_time 0 # HELP aspnetcore_healthcheck_status ASP.NET Core health check status (0 == Unhealthy, 0.5 == Degraded, 1 == Healthy) # TYPE aspnetcore_healthcheck_status gauge aspnetcore_healthcheck_status{name="npgsql"} 1 aspnetcore_healthcheck_status{name="Internet"} 1 aspnetcore_healthcheck_status{name="Cache Redis"} 1 aspnetcore_healthcheck_status{name="Hangfire Redis"} 1 # HELP messagequeue_consumed_count Total number of message queue envelopes consumed # TYPE messagequeue_consumed_count counter messagequeue_consumed_count 434 # 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="order"} 196 messagequeue_consumed_topics_count{topic="starcloud"} 205 messagequeue_consumed_topics_count{topic="print"} 21 messagequeue_consumed_topics_count{topic="sms"} 2 messagequeue_consumed_topics_count{topic="voucher"} 10 # HELP messagequeue_consume_handle_time Total time spent handling the consumed message queue envelopes # TYPE messagequeue_consume_handle_time counter messagequeue_consume_handle_time 20503.114600000008 # 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="order"} 2183.7440000000006 messagequeue_consume_handle_topics_time{topic="starcloud"} 16239.422599999989 messagequeue_consume_handle_topics_time{topic="print"} 863.6984 messagequeue_consume_handle_topics_time{topic="sms"} 11.8904 messagequeue_consume_handle_topics_time{topic="voucher"} 1215.3017 # HELP messagequeue_consume_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox # TYPE messagequeue_consume_failure_count counter messagequeue_consume_failure_count 0 # HELP messagequeue_consume_topics_failure_count Total number of message queue envelopes that failed to be consumed and put into failbox by topic # TYPE messagequeue_consume_topics_failure_count counter # HELP consumer_tasks Current number of active consumer tasks by topic # TYPE consumer_tasks gauge consumer_tasks{topic="core_integrationevents"} 1 consumer_tasks{topic="core_centralcontrolboxevents"} 0 consumer_tasks{topic="voucher"} 1 consumer_tasks{topic="print"} 1 consumer_tasks{topic="customer"} 1 consumer_tasks{topic="integrationlog"} 0 consumer_tasks{topic="giftcard"} 0 consumer_tasks{topic="starcloud"} 1 consumer_tasks{topic="wallet"} 0 consumer_tasks{topic="environment"} 0 consumer_tasks{topic="licensepool"} 0 consumer_tasks{topic="core_internalcache"} 0 # HELP consumer_pressure Consumer channel pressure per topic: 1000 = saturated, -1000 = healthy # TYPE consumer_pressure gauge consumer_pressure{topic="core_integrationevents"} -196 consumer_pressure{topic="starcloud"} -205 consumer_pressure{topic="print"} -21 consumer_pressure{topic="customer"} -2 consumer_pressure{topic="voucher"} -10 # 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 4 # HELP endpoint_cache_total_slideout_count Times slideout has been performed. # TYPE endpoint_cache_total_slideout_count counter endpoint_cache_total_slideout_count 125 # 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 1786092944 # 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 1786022396 # HELP current_surfboard_terminal_requests Number of requests towards surfboard terminal currently in progress. # TYPE current_surfboard_terminal_requests gauge # HELP http_request_duration_seconds The duration of HTTP requests processed by an ASP.NET Core application. # TYPE http_request_duration_seconds histogram http_request_duration_seconds_sum{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application"} 17.254367300000006 http_request_duration_seconds_count{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application"} 1234 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.008"} 68 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.016"} 1049 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.032"} 1202 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.064"} 1227 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.128"} 1230 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.256"} 1230 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="0.512"} 1233 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="1.024"} 1234 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="2.048"} 1234 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="4.096"} 1234 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="8.192"} 1234 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="16.384"} 1234 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="32.768"} 1234 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application",le="+Inf"} 1234 http_request_duration_seconds_sum{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 4.7725011 http_request_duration_seconds_count{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 42 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"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.032"} 11 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"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.256"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.512"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="1.024"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="2.048"} 41 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="4.096"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="8.192"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="16.384"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="32.768"} 42 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="+Inf"} 42 http_request_duration_seconds_sum{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement"} 15.062970099999996 http_request_duration_seconds_count{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement"} 1252 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.008"} 615 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.016"} 1187 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.032"} 1232 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.064"} 1246 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.128"} 1248 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.256"} 1248 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="0.512"} 1248 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="1.024"} 1251 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="2.048"} 1252 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="4.096"} 1252 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="8.192"} 1252 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="16.384"} 1252 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="32.768"} 1252 http_request_duration_seconds_bucket{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement",le="+Inf"} 1252 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"} 1.4131554 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"} 14 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"} 9 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 http_request_duration_seconds_sum{code="204",method="OPTIONS",controller="",action="",endpoint=""} 0.48302780000000023 http_request_duration_seconds_count{code="204",method="OPTIONS",controller="",action="",endpoint=""} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.001"} 514 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.002"} 548 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.004"} 551 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.008"} 554 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.016"} 555 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.032"} 556 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.064"} 557 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.128"} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.256"} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="0.512"} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="1.024"} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="2.048"} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="4.096"} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="8.192"} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="16.384"} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="32.768"} 558 http_request_duration_seconds_bucket{code="204",method="OPTIONS",controller="",action="",endpoint="",le="+Inf"} 558 http_request_duration_seconds_sum{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 0.4536927 http_request_duration_seconds_count{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 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.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"} 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.016"} 8 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"} 11 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"} 13 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"} 13 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"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 14 http_request_duration_seconds_sum{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 0.5025245000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 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.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"} 1 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"} 15 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"} 18 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"} 20 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"} 20 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks",le="+Inf"} 21 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 1.1610912000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 45 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"} 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.016"} 32 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"} 41 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"} 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.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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 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"} 45 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets",le="+Inf"} 45 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"} 0.8370086999999999 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"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",le="0.016"} 16 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"} 31 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"} 33 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"} 34 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 http_request_duration_seconds_sum{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 1.7909842000000002 http_request_duration_seconds_count{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 24 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"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.064"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.128"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="0.256"} 24 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"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="2.048"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="4.096"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="8.192"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="16.384"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="32.768"} 24 http_request_duration_seconds_bucket{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants",le="+Inf"} 24 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"} 1.6002164 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"} 32 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"} 4 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"} 23 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"} 26 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"} 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.256"} 31 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 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"} 32 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 0.45154459999999996 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 14 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"} 11 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"} 13 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"} 13 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"} 13 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"} 13 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings",le="+Inf"} 14 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 0.5367869000000001 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 16 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"} 5 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"} 12 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"} 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.064"} 15 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"} 15 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"} 15 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 http_request_duration_seconds_sum{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/ICouponIntegrations/ErrorCount"} 1.6947408000000002 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"} 21 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"} 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.032"} 15 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"} 17 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"} 17 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"} 18 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"} 20 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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.11084469999999999 http_request_duration_seconds_count{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.016"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.032"} 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"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.256"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="0.512"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="1.024"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="2.048"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="4.096"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="8.192"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="16.384"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="32.768"} 2 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 34.4024627 http_request_duration_seconds_count{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 763 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"} 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.016"} 87 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"} 179 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"} 661 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"} 759 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"} 762 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"} 762 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"} 763 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"} 763 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"} 763 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"} 763 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"} 763 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"} 763 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"} 763 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 3.551627400000001 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 191 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap",le="0.016"} 123 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"} 180 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"} 186 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"} 190 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"} 191 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"} 191 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"} 191 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"} 191 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"} 191 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"} 191 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"} 191 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"} 191 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"} 191 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 0.6577291 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 56 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"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.016"} 49 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.032"} 55 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.064"} 55 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.128"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.256"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="0.512"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="1.024"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="2.048"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="4.096"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="8.192"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="16.384"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="32.768"} 56 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="+Inf"} 56 http_request_duration_seconds_sum{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 0.8337861999999998 http_request_duration_seconds_count{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 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.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"} 1 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"} 38 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"} 45 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"} 45 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"} 46 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"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 47 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}"} 1.0674558000000005 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}"} 93 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.008"} 57 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"} 85 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"} 89 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"} 92 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"} 92 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"} 93 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"} 93 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"} 93 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"} 93 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"} 93 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"} 93 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"} 93 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"} 93 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"} 93 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 4.8175683 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="0.032"} 2 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"} 4 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"} 9 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"} 15 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"} 18 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"} 19 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"} 20 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"} 20 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"} 20 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"} 20 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"} 20 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",le="+Inf"} 20 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.0701296 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups"} 26 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"} 2 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"} 15 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"} 25 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"} 25 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"} 25 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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"} 26 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}"} 10.665169799999992 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}"} 339 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"} 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.016"} 117 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"} 160 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"} 319 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"} 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.256"} 339 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"} 339 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"} 339 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"} 339 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"} 339 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"} 339 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"} 339 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"} 339 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"} 339 http_request_duration_seconds_sum{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 1.4717558 http_request_duration_seconds_count{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 29 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"} 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.032"} 20 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"} 25 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"} 28 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"} 28 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"} 28 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"} 29 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"} 29 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"} 29 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"} 29 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"} 29 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"} 29 http_request_duration_seconds_bucket{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",le="+Inf"} 29 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"} 4.898094700000003 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"} 42 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.016"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.032"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.064"} 16 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint",le="0.128"} 39 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"} 40 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"} 41 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"} 41 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 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"} 42 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 0.3903645 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 12 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"} 4 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"} 11 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"} 11 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"} 11 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",le="+Inf"} 12 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 4.085447099999999 http_request_duration_seconds_count{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 71 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"} 9 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"} 12 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"} 58 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"} 69 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"} 70 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"} 70 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"} 71 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"} 71 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"} 71 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"} 71 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"} 71 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"} 71 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"} 71 http_request_duration_seconds_sum{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 1.6399518999999998 http_request_duration_seconds_count{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 71 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="0.016"} 17 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"} 65 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"} 69 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"} 70 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"} 71 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"} 71 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"} 71 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"} 71 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"} 71 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"} 71 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"} 71 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"} 71 http_request_duration_seconds_bucket{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals",le="+Inf"} 71 http_request_duration_seconds_sum{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 0.1586913 http_request_duration_seconds_count{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 5 http_request_duration_seconds_bucket{code="423",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="423",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="423",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="423",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="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.016"} 1 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.032"} 4 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.064"} 4 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.128"} 5 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.256"} 5 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.512"} 5 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="1.024"} 5 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="2.048"} 5 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="4.096"} 5 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="8.192"} 5 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="16.384"} 5 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="32.768"} 5 http_request_duration_seconds_bucket{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="+Inf"} 5 http_request_duration_seconds_sum{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 0.0271599 http_request_duration_seconds_count{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 2 http_request_duration_seconds_bucket{code="204",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="204",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="204",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="204",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="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.016"} 1 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.032"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.064"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.128"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.256"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.512"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="1.024"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="2.048"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="4.096"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="8.192"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="16.384"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="32.768"} 2 http_request_duration_seconds_bucket{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="+Inf"} 2 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.9126146000000002 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}"} 27 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.032"} 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.064"} 26 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"} 26 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"} 26 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 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"} 27 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}"} 24.825573600000027 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}"} 1771 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"} 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.016"} 1465 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"} 1728 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"} 1767 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"} 1770 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"} 1771 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"} 1771 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"} 1771 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"} 1771 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"} 1771 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"} 1771 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"} 1771 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"} 1771 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"} 1771 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"} 127.53395970000001 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"} 660 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"} 5 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"} 609 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"} 658 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"} 659 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"} 659 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"} 659 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"} 660 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"} 660 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"} 660 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"} 660 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"} 28.54280359999999 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"} 312 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.001"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.002"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.004"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.008"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.016"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.032"} 0 http_request_duration_seconds_bucket{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.064"} 11 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"} 285 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"} 308 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"} 312 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"} 312 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"} 312 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"} 312 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"} 312 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"} 312 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"} 312 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"} 312 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}"} 8.791788099999996 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}"} 342 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"} 22 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"} 280 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"} 336 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"} 341 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"} 342 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"} 342 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"} 342 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"} 342 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"} 342 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"} 342 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"} 342 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"} 342 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"} 342 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 21.518324200000002 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 267 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"} 16 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"} 96 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"} 242 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"} 265 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"} 267 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"} 267 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"} 267 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"} 267 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"} 267 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"} 267 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"} 267 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"} 267 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.4315871 http_request_duration_seconds_count{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 16 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"} 10 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"} 14 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"} 15 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"} 15 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 2.5664409 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"} 14 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"} 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="0.256"} 11 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 0.9304757000000001 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.032"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.064"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.128"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.256"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="0.512"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="1.024"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="2.048"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="4.096"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="8.192"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="16.384"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="32.768"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}",le="+Inf"} 16 http_request_duration_seconds_sum{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 45.73787730000001 http_request_duration_seconds_count{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 349 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"} 220 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"} 342 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"} 347 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"} 349 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"} 349 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"} 349 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"} 349 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"} 349 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"} 349 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks",le="+Inf"} 349 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 17.2465164 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 95 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"} 5 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"} 46 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"} 79 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"} 90 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"} 95 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"} 95 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"} 95 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"} 95 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"} 95 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"} 95 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"} 95 http_request_duration_seconds_sum{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts"} 4.059583500000002 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"} 98 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"} 39 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"} 92 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"} 96 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 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"} 98 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 4.697168500000001 http_request_duration_seconds_count{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 24 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"} 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.256"} 21 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"} 23 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 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"} 24 http_request_duration_seconds_sum{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 1.8371224999999995 http_request_duration_seconds_count{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 78 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"} 17 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"} 68 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"} 77 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"} 77 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 http_request_duration_seconds_bucket{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments",le="+Inf"} 78 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"} 6.8548382000000005 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"} 107 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"} 6 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"} 89 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"} 103 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"} 105 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"} 106 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"} 106 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"} 107 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"} 107 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"} 107 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"} 107 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"} 107 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"} 107 http_request_duration_seconds_sum{code="201",method="POST",controller="Products",action="CreateTenantProductDraftV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 0.8677529 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="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block"} 2.0192773 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"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="0.128"} 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"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block",le="+Inf"} 4 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.5928310999999999 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"} 4 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"} 1 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"} 3 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"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 1.4854661000000002 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 109 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"} 3 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"} 93 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"} 107 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"} 108 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"} 109 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"} 109 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"} 109 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"} 109 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"} 109 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"} 109 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"} 109 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"} 109 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"} 109 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"} 109 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search"} 0.100516 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 0.9973382000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 8 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"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.128"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.256"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="0.512"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="1.024"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="2.048"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="4.096"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="8.192"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="16.384"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="32.768"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy",le="+Inf"} 8 http_request_duration_seconds_sum{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 1.0191959 http_request_duration_seconds_count{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 78 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"} 3 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"} 66 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"} 75 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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"} 78 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.064795 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}"} 5 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"} 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.016"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 http_request_duration_seconds_sum{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 41.114811099999976 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"} 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="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"} 1 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"} 65 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"} 82 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"} 83 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"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 84 http_request_duration_seconds_sum{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 0.23944949999999995 http_request_duration_seconds_count{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 14 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"} 2 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"} 13 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"} 13 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"} 13 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",le="+Inf"} 14 http_request_duration_seconds_sum{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 0.23646999999999996 http_request_duration_seconds_count{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 10 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"} 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.016"} 7 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"} 8 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"} 9 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 1.6843435 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 4 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"} 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.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"} 3 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"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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.5978190999999999 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"} 4 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"} 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.128"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities",le="0.256"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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.615479799999999 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"} 7 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish",le="0.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"} 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.512"} 4 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"} 5 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"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 7 http_request_duration_seconds_sum{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 0.6226642 http_request_duration_seconds_count{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.032"} 12 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.064"} 15 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.128"} 16 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.256"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="0.512"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="1.024"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="2.048"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="4.096"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="8.192"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="16.384"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="32.768"} 17 http_request_duration_seconds_bucket{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication",le="+Inf"} 17 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"} 0.9708755 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"} 21 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"} 11 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"} 17 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"} 19 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 http_request_duration_seconds_sum{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 0.2021957 http_request_duration_seconds_count{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="0.008"} 4 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"} 11 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"} 13 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations",le="+Inf"} 14 http_request_duration_seconds_sum{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 0.7321647 http_request_duration_seconds_count{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 15 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"} 2 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"} 9 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"} 11 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"} 13 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 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"} 15 http_request_duration_seconds_bucket{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns",le="+Inf"} 15 http_request_duration_seconds_sum{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 0.24822679999999994 http_request_duration_seconds_count{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="0.008"} 6 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"} 10 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"} 13 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"} 13 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations",le="+Inf"} 14 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 14.371596900000004 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 230 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"} 168 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"} 226 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"} 229 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"} 230 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"} 230 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"} 230 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"} 230 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"} 230 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"} 230 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"} 230 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"} 230 http_request_duration_seconds_sum{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 0.2510387 http_request_duration_seconds_count{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 14 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"} 11 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"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.064"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="0.128"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers",le="+Inf"} 14 http_request_duration_seconds_sum{code="404",method="GET",controller="",action="",endpoint=""} 0.3741320999999999 http_request_duration_seconds_count{code="404",method="GET",controller="",action="",endpoint=""} 58 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.001"} 36 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.002"} 52 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.004"} 56 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.008"} 56 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.016"} 56 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.032"} 56 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.064"} 56 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.128"} 57 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.256"} 58 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="0.512"} 58 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="1.024"} 58 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="2.048"} 58 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="4.096"} 58 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="8.192"} 58 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="16.384"} 58 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="32.768"} 58 http_request_duration_seconds_bucket{code="404",method="GET",controller="",action="",endpoint="",le="+Inf"} 58 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.2324552 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"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations",le="0.032"} 8 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"} 8 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 1.0078325 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.016"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.032"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.064"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.128"} 39 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.256"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.512"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="1.024"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="2.048"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="4.096"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="8.192"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="16.384"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="32.768"} 40 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="+Inf"} 40 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.7907654000000001 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}"} 3 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"} 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.128"} 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.256"} 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.512"} 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="1.024"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 0.2096182 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"} 1 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"} 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.128"} 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.256"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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.4838002 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"} 3 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"} 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.128"} 2 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"} 2 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 0.5436939999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 16 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"} 1 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"} 4 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"} 11 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"} 15 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"} 15 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 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"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="+Inf"} 16 http_request_duration_seconds_sum{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 2.8668223 http_request_duration_seconds_count{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 1 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"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="1.024"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="2.048"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="4.096"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="8.192"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="16.384"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="32.768"} 1 http_request_duration_seconds_bucket{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 0.9526228000000001 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 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="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"} 3 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"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 8 http_request_duration_seconds_sum{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 1.5512455 http_request_duration_seconds_count{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="1.024"} 0 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 0.3464285999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="0.016"} 17 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"} 20 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"} 20 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations",le="+Inf"} 21 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"} 0.20733269999999998 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"} 18 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations",le="0.008"} 6 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"} 16 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"} 17 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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"} 18 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}"} 0.3368647 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}"} 17 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"} 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.016"} 14 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"} 15 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"} 16 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 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"} 17 http_request_duration_seconds_sum{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 0.8759432 http_request_duration_seconds_count{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 19 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"} 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.032"} 8 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"} 17 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"} 18 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"} 19 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"} 19 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"} 19 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"} 19 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"} 19 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"} 19 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"} 19 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"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations",le="+Inf"} 19 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"} 3.7467029 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"} 4 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"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 0.6036865 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 12 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"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.064"} 10 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.128"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.256"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="0.512"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="1.024"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="2.048"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="4.096"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="8.192"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="16.384"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="32.768"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}",le="+Inf"} 12 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.5330525999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 6 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"} 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.064"} 4 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"} 4 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 1.2283072 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="Checkout",action="AdyenGetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId}/Adyen/PaymentMethods"} 0.4090919 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"} 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="1.024"} 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="2.048"} 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="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.33244120000000005 http_request_duration_seconds_count{code="200",method="GET",controller="Checkout",action="GetCheckoutStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}/Status"} 35 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"} 26 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"} 32 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"} 34 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 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"} 35 http_request_duration_seconds_sum{code="201",method="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 3.9229688 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"} 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.512"} 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="1.024"} 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="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="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 0.36482269999999994 http_request_duration_seconds_count{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 9 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"} 4 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"} 6 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"} 7 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources",le="+Inf"} 9 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 1.8654767000000003 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.016"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.032"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.064"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.128"} 36 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.256"} 37 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.512"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="1.024"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="2.048"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="4.096"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="8.192"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="16.384"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="32.768"} 38 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="+Inf"} 38 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat"} 1.5573986999999998 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.256"} 8 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="0.512"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="1.024"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="2.048"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="4.096"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="8.192"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="16.384"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="32.768"} 9 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat",le="+Inf"} 9 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets"} 0.18322429999999998 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 0.40881660000000003 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 1.0844871 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"} 2 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"} 2 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"} 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="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="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage"} 1.2590142999999998 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"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.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"} 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.256"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="0.512"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="1.024"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="2.048"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="4.096"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="8.192"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="16.384"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="32.768"} 10 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage",le="+Inf"} 10 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket"} 0.341895 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 0.35317709999999997 http_request_duration_seconds_count{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 21 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"} 2 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"} 14 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"} 19 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display",le="+Inf"} 21 http_request_duration_seconds_sum{code="404",method="POST",controller="",action="",endpoint=""} 0.0207847 http_request_duration_seconds_count{code="404",method="POST",controller="",action="",endpoint=""} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.001"} 17 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.002"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.004"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.008"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.016"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.032"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.064"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.128"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.256"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="0.512"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="1.024"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="2.048"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="4.096"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="8.192"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="16.384"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="32.768"} 22 http_request_duration_seconds_bucket{code="404",method="POST",controller="",action="",endpoint="",le="+Inf"} 22 http_request_duration_seconds_sum{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 1.6502811 http_request_duration_seconds_count{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 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="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"} 7 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"} 10 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"} 10 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"} 10 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"} 10 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"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 11 http_request_duration_seconds_sum{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime"} 0.5916763 http_request_duration_seconds_count{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status"} 0.9858458 http_request_duration_seconds_count{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="0.512"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status",le="+Inf"} 1 http_request_duration_seconds_sum{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 0.29588519999999996 http_request_duration_seconds_count{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.016"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.032"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.064"} 0 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.128"} 1 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.256"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="0.512"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="1.024"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="2.048"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="4.096"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="8.192"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="16.384"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="32.768"} 2 http_request_duration_seconds_bucket{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 0.6696105999999998 http_request_duration_seconds_count{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 21 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"} 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.016"} 5 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"} 17 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"} 20 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"} 20 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 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"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients",le="+Inf"} 21 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.162947 http_request_duration_seconds_count{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets"} 0.1762491 http_request_duration_seconds_count{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions"} 0.0844583 http_request_duration_seconds_count{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 0.21702200000000002 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 5 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"} 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.032"} 4 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"} 4 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"} 4 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList",le="+Inf"} 5 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.1576236 http_request_duration_seconds_count{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.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"} 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.032"} 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.064"} 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.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}"} 0.5555549 http_request_duration_seconds_count{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}",le="+Inf"} 2 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.3004758 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"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.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"} 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.128"} 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.256"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees"} 0.0939729 http_request_duration_seconds_count{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees"} 1 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"} 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.016"} 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.032"} 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.064"} 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.128"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares"} 0.1710838 http_request_duration_seconds_count{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares",le="+Inf"} 1 http_request_duration_seconds_sum{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 0.0698404 http_request_duration_seconds_count{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.016"} 5 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.032"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.064"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.128"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.256"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="0.512"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="1.024"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="2.048"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="4.096"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="8.192"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="16.384"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="32.768"} 6 http_request_duration_seconds_bucket{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 0.5490274999999999 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"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups",le="0.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"} 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.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="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 0.9895244999999997 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/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="public/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="public/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="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.032"} 16 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.064"} 19 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.128"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.256"} 21 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.512"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="1.024"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="2.048"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="4.096"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="8.192"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="16.384"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="32.768"} 22 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="+Inf"} 22 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 0.4970895000000002 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 35 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"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.032"} 34 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.064"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.128"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.256"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="0.512"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="1.024"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="2.048"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="4.096"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="8.192"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="16.384"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="32.768"} 35 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections",le="+Inf"} 35 http_request_duration_seconds_sum{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 0.0221369 http_request_duration_seconds_count{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 1 http_request_duration_seconds_bucket{code="403",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="403",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="403",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="403",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="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.016"} 0 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.032"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.064"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.128"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.256"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="0.512"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="1.024"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="2.048"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="4.096"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="8.192"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="16.384"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="32.768"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts",le="+Inf"} 1 http_request_duration_seconds_sum{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 0.0259792 http_request_duration_seconds_count{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 4 http_request_duration_seconds_bucket{code="403",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="403",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="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.004"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.008"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.016"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.032"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.064"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.128"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.256"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="0.512"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="1.024"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="2.048"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="4.096"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="8.192"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="16.384"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="32.768"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",le="+Inf"} 4 http_request_duration_seconds_sum{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 0.0077945 http_request_duration_seconds_count{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.001"} 0 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.002"} 0 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.004"} 0 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.008"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.016"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.032"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.064"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.128"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.256"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.512"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="1.024"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="2.048"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="4.096"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="8.192"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="16.384"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="32.768"} 1 http_request_duration_seconds_bucket{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="+Inf"} 1 http_request_duration_seconds_sum{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 0.015101 http_request_duration_seconds_count{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 3 http_request_duration_seconds_bucket{code="403",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="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.002"} 1 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.004"} 2 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.008"} 2 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.016"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.032"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.064"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.128"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.256"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="0.512"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="1.024"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="2.048"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="4.096"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="8.192"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="16.384"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="32.768"} 3 http_request_duration_seconds_bucket{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",le="+Inf"} 3 http_request_duration_seconds_sum{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 0.0097017 http_request_duration_seconds_count{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 4 http_request_duration_seconds_bucket{code="403",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="403",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="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.004"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.008"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.016"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.032"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.064"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.128"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.256"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="0.512"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="1.024"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="2.048"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="4.096"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="8.192"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="16.384"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="32.768"} 4 http_request_duration_seconds_bucket{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}",le="+Inf"} 4 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.0637718 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"} 1 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"} 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.064"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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"} 1 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.3107758 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}"} 11 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="PrintPaymentReceiptV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt/Status/{workerId}",le="0.016"} 4 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"} 9 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"} 10 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 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"} 11 http_request_duration_seconds_sum{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 0.278592 http_request_duration_seconds_count{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 9 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"} 2 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"} 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.064"} 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.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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 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"} 9 http_request_duration_seconds_bucket{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages",le="+Inf"} 9 http_request_duration_seconds_sum{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 0.004937 http_request_duration_seconds_count{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 1 http_request_duration_seconds_bucket{code="403",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="403",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="403",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="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.008"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.016"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 2.9723100999999996 http_request_duration_seconds_count{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.032"} 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.064"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.128"} 8 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="0.256"} 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.512"} 10 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"} 11 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"} 12 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"} 12 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"} 12 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"} 12 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"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders",le="+Inf"} 12 http_request_duration_seconds_sum{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 0.005176 http_request_duration_seconds_count{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 2 http_request_duration_seconds_bucket{code="403",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="403",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="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.004"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.008"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.016"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.032"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.064"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.128"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.256"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.512"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="1.024"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="2.048"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="4.096"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="8.192"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="16.384"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="32.768"} 2 http_request_duration_seconds_bucket{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="+Inf"} 2 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.37909560000000003 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"} 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.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"} 1 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"} 1 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"} 1 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"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 2 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}"} 3.0285044000000005 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}"} 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="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"} 5 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"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 18 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.7290642999999999 http_request_duration_seconds_count{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 3 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"} 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.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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 0.0173654 http_request_duration_seconds_count{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 1 http_request_duration_seconds_bucket{code="404",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="404",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="404",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="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.032"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.064"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets"} 1.0211747999999998 http_request_duration_seconds_count{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.032"} 28 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.064"} 30 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.128"} 31 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.256"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="0.512"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="1.024"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="2.048"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="4.096"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="8.192"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="16.384"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="32.768"} 32 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets",le="+Inf"} 32 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 0.9075527999999999 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName"} 0.7026677 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"} 4 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"} 2 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName",le="0.256"} 3 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_sum{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos"} 12623.7696256 http_request_duration_seconds_count{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos"} 6 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.001"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.002"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.004"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.008"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.016"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.032"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.064"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.128"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.256"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="0.512"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="1.024"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="2.048"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="4.096"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="8.192"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="16.384"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="32.768"} 0 http_request_duration_seconds_bucket{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos",le="+Inf"} 6 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"} 4.895920899999999 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"} 22 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"} 7 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"} 14 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"} 21 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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"} 22 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.1121715 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}"} 10 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"} 1 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"} 9 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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"} 10 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.7943252999999999 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"} 5 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"} 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.256"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 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"} 5 http_request_duration_seconds_sum{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt"} 0.21376019999999998 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"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.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"} 3 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"} 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.064"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.128"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.256"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="0.512"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="1.024"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="2.048"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="4.096"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="8.192"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="16.384"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="32.768"} 9 http_request_duration_seconds_bucket{code="202",method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt",le="+Inf"} 9 http_request_duration_seconds_sum{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 0.0355812 http_request_duration_seconds_count{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 1 http_request_duration_seconds_bucket{code="423",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="423",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="423",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="423",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="423",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="423",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="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.064"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.128"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.256"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="0.512"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="1.024"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="2.048"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="4.096"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="8.192"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="16.384"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",le="32.768"} 1 http_request_duration_seconds_bucket{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket",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"} 3.7122805 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"} 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.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"} 9 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"} 13 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"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 14 http_request_duration_seconds_sum{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus"} 1.4341214 http_request_duration_seconds_count{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="0.512"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="1.024"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="2.048"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="4.096"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="8.192"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="16.384"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="32.768"} 5 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus",le="+Inf"} 5 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.2318051 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"} 3 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"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts",le="0.128"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="UpdateCheckItemCourse",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/Course"} 0.6623567 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"} 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.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"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 1 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.0081046 http_request_duration_seconds_count{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.001"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.002"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.004"} 0 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.008"} 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"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.064"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.128"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.256"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="0.512"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="1.024"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="2.048"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="4.096"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="8.192"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="16.384"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="32.768"} 1 http_request_duration_seconds_bucket{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",le="+Inf"} 1 http_request_duration_seconds_sum{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split"} 1.1438716 http_request_duration_seconds_count{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.064"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.128"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.256"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="0.512"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="1.024"} 0 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="2.048"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="4.096"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="8.192"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="16.384"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="32.768"} 1 http_request_duration_seconds_bucket{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 29.50997779999999 http_request_duration_seconds_count{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 383 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"} 8 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"} 263 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"} 346 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"} 368 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"} 378 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"} 383 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"} 383 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"} 383 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"} 383 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"} 383 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"} 383 http_request_duration_seconds_bucket{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail",le="+Inf"} 383 http_request_duration_seconds_sum{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut"} 0.7136764 http_request_duration_seconds_count{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.001"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.002"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.004"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.008"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.016"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.032"} 0 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.064"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.128"} 3 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.256"} 4 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="0.512"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="1.024"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="2.048"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="4.096"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="8.192"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="16.384"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="32.768"} 5 http_request_duration_seconds_bucket{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut",le="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment"} 0.1033092 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 0.19416930000000002 http_request_duration_seconds_count{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 14 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"} 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.016"} 12 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"} 13 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 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"} 14 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event",le="+Inf"} 14 http_request_duration_seconds_sum{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 0.0159042 http_request_duration_seconds_count{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.001"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.002"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.004"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.008"} 0 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.016"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.032"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.064"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.128"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.256"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="0.512"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="1.024"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="2.048"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="4.096"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="8.192"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="16.384"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="32.768"} 1 http_request_duration_seconds_bucket{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport"} 0.1064079 http_request_duration_seconds_count{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard"} 0.0527189 http_request_duration_seconds_count{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 0.1762973 http_request_duration_seconds_count{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 1 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"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans"} 0.0724154 http_request_duration_seconds_count{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans",le="+Inf"} 1 http_request_duration_seconds_sum{code="405",method="POST",controller="",action="",endpoint=""} 0.0037647 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"} 0 http_request_duration_seconds_bucket{code="405",method="POST",controller="",action="",endpoint="",le="0.002"} 0 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="",action="",endpoint="/"} 0.061843 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.002"} 7 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.004"} 12 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.008"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.016"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.032"} 13 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.064"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.128"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.256"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="0.512"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="1.024"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="2.048"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="4.096"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="8.192"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="16.384"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="32.768"} 14 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/",le="+Inf"} 14 http_request_duration_seconds_sum{code="301",method="GET",controller="",action="",endpoint=""} 0.0046871 http_request_duration_seconds_count{code="301",method="GET",controller="",action="",endpoint=""} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.001"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.002"} 2 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.004"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.008"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.016"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.032"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.128"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.256"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="0.512"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="1.024"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="2.048"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="4.096"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="8.192"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="16.384"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="32.768"} 3 http_request_duration_seconds_bucket{code="301",method="GET",controller="",action="",endpoint="",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint=""} 0.09001540000000001 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint=""} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.002"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.004"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.008"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.016"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf"} 0.5139779 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0.0084405 http_request_duration_seconds_count{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="",action="",endpoint="/healthz"} 0.0990088 http_request_duration_seconds_count{code="200",method="GET",controller="",action="",endpoint="/healthz"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="",action="",endpoint="/healthz",le="+Inf"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0.0270222 http_request_duration_seconds_count{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.001"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.002"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.004"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.008"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.016"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.032"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}",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.1020974 http_request_duration_seconds_count{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 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.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"} 1 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"} 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.032"} 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.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"} 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.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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 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"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}"} 0.0904761 http_request_duration_seconds_count{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units"} 0.0206538 http_request_duration_seconds_count{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units"} 2 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"} 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.008"} 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.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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 0.0639774 http_request_duration_seconds_count{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.064"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 0.2033057 http_request_duration_seconds_count{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 0.18116559999999998 http_request_duration_seconds_count{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 2 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"} 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.032"} 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.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="0.256"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 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"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",le="+Inf"} 2 http_request_duration_seconds_sum{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 0.1282035 http_request_duration_seconds_count{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 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.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"} 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.016"} 4 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"} 4 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"} 4 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"} 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.256"} 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.512"} 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="1.024"} 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="2.048"} 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="4.096"} 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="8.192"} 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="16.384"} 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="32.768"} 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="+Inf"} 5 http_request_duration_seconds_sum{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions"} 0.0652224 http_request_duration_seconds_count{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.008"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.128"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.256"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="0.512"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="1.024"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="2.048"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="4.096"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="8.192"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="16.384"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="32.768"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions",le="+Inf"} 3 http_request_duration_seconds_sum{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 0.3209866 http_request_duration_seconds_count{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.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"} 2 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"} 4 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"} 4 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"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.256"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="0.512"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 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"} 6 http_request_duration_seconds_bucket{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",le="+Inf"} 6 http_request_duration_seconds_sum{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions"} 0.1162946 http_request_duration_seconds_count{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.032"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.064"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions",le="+Inf"} 4 http_request_duration_seconds_sum{code="200",method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices"} 0.1710327 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"} 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.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"} 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.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="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 0.0360272 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}"} 0.050672 http_request_duration_seconds_count{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.128"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.256"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables"} 0.08363469999999999 http_request_duration_seconds_count{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.016"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.032"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.064"} 1 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.128"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.256"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="0.512"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="1.024"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="2.048"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="4.096"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="8.192"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="16.384"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="32.768"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables",le="+Inf"} 2 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}"} 0.1700023 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}"} 3 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"} 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.064"} 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.128"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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}"} 0.9341919 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}"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="0.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"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="ForwardCourseV3",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Forward/{courseId:Guid}",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 0.1085053 http_request_duration_seconds_count{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 4 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"} 0 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.016"} 2 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.032"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.064"} 3 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.128"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.256"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="0.512"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="1.024"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="2.048"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="4.096"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="8.192"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="16.384"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="32.768"} 4 http_request_duration_seconds_bucket{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread",le="+Inf"} 4 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.059865 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}"} 3 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"} 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.016"} 1 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 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"} 3 http_request_duration_seconds_sum{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split"} 0.3087603 http_request_duration_seconds_count{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split",le="+Inf"} 1 http_request_duration_seconds_sum{code="200",method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}"} 0.198527 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="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups"} 0.2879545 http_request_duration_seconds_count{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.001"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.002"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.004"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.008"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.016"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.032"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.064"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.128"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.256"} 0 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="0.512"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="1.024"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="2.048"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="4.096"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="8.192"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="16.384"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="32.768"} 1 http_request_duration_seconds_bucket{code="200",method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",le="+Inf"} 1 http_request_duration_seconds_sum{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 0.0460926 http_request_duration_seconds_count{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.001"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.002"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.004"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.008"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.016"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.032"} 0 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.064"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.128"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.256"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="0.512"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="1.024"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="2.048"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="4.096"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="8.192"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="16.384"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="32.768"} 1 http_request_duration_seconds_bucket{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts",le="+Inf"} 1 # HELP http_requests_received_total Provides the count of HTTP requests that have been processed by the ASP.NET Core pipeline. # TYPE http_requests_received_total counter http_requests_received_total{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application"} 1234 http_requests_received_total{code="200",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 42 http_requests_received_total{code="200",method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement"} 1252 http_requests_received_total{code="202",method="PUT",controller="Checks",action="CancelCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment"} 14 http_requests_received_total{code="204",method="OPTIONS",controller="",action="",endpoint=""} 558 http_requests_received_total{code="200",method="GET",controller="Invoice",action="GetUnhandledInvoiceCount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/Invoices/UnhandledCount"} 14 http_requests_received_total{code="200",method="GET",controller="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 21 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantOutletList",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}/Outlets"} 45 http_requests_received_total{code="200",method="GET",controller="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts"} 35 http_requests_received_total{code="200",method="GET",controller="ClientContext",action="GetContextTenants",endpoint="api/v{version:apiVersion}/ClientContexts/Tenants"} 24 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"} 32 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 14 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetPreOrderCheckoutsList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders"} 16 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"} 21 http_requests_received_total{code="404",method="GET",controller="Checks",action="CancelCheckPaymentV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentPayment/Status/{workerId}"} 2 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 763 http_requests_received_total{code="200",method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 191 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 56 http_requests_received_total{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 47 http_requests_received_total{code="200",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 93 http_requests_received_total{code="200",method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 20 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenusWithMenuGroups",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees/MenuGroups"} 26 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 339 http_requests_received_total{code="200",method="GET",controller="Integration",action="ListIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations"} 29 http_requests_received_total{code="202",method="POST",controller="Checks",action="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint"} 42 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 12 http_requests_received_total{code="200",method="GET",controller="OutletPos",action="GetPosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}"} 71 http_requests_received_total{code="200",method="GET",controller="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 71 http_requests_received_total{code="423",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 5 http_requests_received_total{code="204",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 2 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}"} 27 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}"} 1771 http_requests_received_total{code="200",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 660 http_requests_received_total{code="202",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 312 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}"} 342 http_requests_received_total{code="200",method="GET",controller="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 267 http_requests_received_total{code="200",method="GET",controller="TicketDestinations",action="GetTicketDestinationSearchSuggestions",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 16 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy"} 14 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletV2",endpoint="api/v{version:apiVersion}/Outlets/{id:Guid}"} 16 http_requests_received_total{code="201",method="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 349 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 95 http_requests_received_total{code="200",method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts"} 98 http_requests_received_total{code="200",method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId:Guid}"} 24 http_requests_received_total{code="200",method="GET",controller="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 78 http_requests_received_total{code="200",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 107 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="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block"} 4 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags"} 4 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetTenantOutletMandatoryMenuTree",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 109 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search"} 1 http_requests_received_total{code="200",method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 8 http_requests_received_total{code="204",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 78 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}"} 5 http_requests_received_total{code="200",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 84 http_requests_received_total{code="200",method="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 14 http_requests_received_total{code="200",method="GET",controller="UpsellGroups",action="GetUpsellGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups"} 10 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateProductV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 4 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities"} 4 http_requests_received_total{code="200",method="PUT",controller="Products",action="PublishProduct",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/publish"} 7 http_requests_received_total{code="200",method="POST",controller="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 17 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"} 21 http_requests_received_total{code="200",method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 14 http_requests_received_total{code="200",method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 15 http_requests_received_total{code="200",method="GET",controller="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 14 http_requests_received_total{code="200",method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 230 http_requests_received_total{code="200",method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 14 http_requests_received_total{code="404",method="GET",controller="",action="",endpoint=""} 58 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProductOutletConfigurations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/OutletConfigurations"} 9 http_requests_received_total{code="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 40 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}"} 3 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours"} 1 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateTicketDestinations",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/ticketDestinations"} 3 http_requests_received_total{code="200",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 16 http_requests_received_total{code="201",method="POST",controller="Checkout",action="CreateCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 1 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 8 http_requests_received_total{code="200",method="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 21 http_requests_received_total{code="200",method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations"} 18 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}"} 17 http_requests_received_total{code="200",method="GET",controller="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 19 http_requests_received_total{code="200",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="Tenants",action="GetTenantDetails",endpoint="api/v{version:apiVersion}/Tenants/{id:Guid}"} 12 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}"} 6 http_requests_received_total{code="200",method="GET",controller="Checkout",action="GetCheckoutPaymentMethods",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/PaymentMethods"} 2 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"} 35 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="SaleSources",action="GetSaleSourcesList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SaleSources"} 9 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 38 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat"} 9 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets"} 4 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 2 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="Checks",action="UpdateCheckItemKitchenMessageV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/KitchenMessage"} 10 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket"} 1 http_requests_received_total{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalDisplayNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Display"} 21 http_requests_received_total{code="404",method="POST",controller="",action="",endpoint=""} 22 http_requests_received_total{code="200",method="GET",controller="Orders",action="GetOrderDetailsV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders/{orderId:Guid}"} 11 http_requests_received_total{code="200",method="PUT",controller="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime"} 1 http_requests_received_total{code="200",method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status"} 1 http_requests_received_total{code="400",method="POST",controller="Checks",action="CreateCheckPaymentV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments"} 2 http_requests_received_total{code="200",method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 21 http_requests_received_total{code="200",method="PUT",controller="OutletPos",action="SetChangeSum",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/ChangeSum"} 2 http_requests_received_total{code="200",method="GET",controller="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets"} 1 http_requests_received_total{code="200",method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions"} 1 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMenuTrees",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTreeList"} 5 http_requests_received_total{code="200",method="GET",controller="MenuTrees",action="GetMultipleFavourites",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/MenuTrees/Favourites"} 2 http_requests_received_total{code="200",method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}"} 2 http_requests_received_total{code="200",method="PUT",controller="OutletPos",action="OpenCashBoxV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId:Guid}/OpenCashBox"} 5 http_requests_received_total{code="200",method="GET",controller="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees"} 1 http_requests_received_total{code="200",method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares"} 1 http_requests_received_total{code="400",method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 6 http_requests_received_total{code="200",method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 4 http_requests_received_total{code="200",method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 22 http_requests_received_total{code="200",method="GET",controller="Sections",action="ListSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 35 http_requests_received_total{code="403",method="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 1 http_requests_received_total{code="403",method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 4 http_requests_received_total{code="403",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 1 http_requests_received_total{code="403",method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 3 http_requests_received_total{code="403",method="GET",controller="Checks",action="GetCheckListForSalesLocation",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/SalesLocations/{salesLocationId:Guid}"} 4 http_requests_received_total{code="423",method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 1 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}"} 11 http_requests_received_total{code="200",method="GET",controller="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 9 http_requests_received_total{code="403",method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 12 http_requests_received_total{code="403",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 2 http_requests_received_total{code="200",method="PUT",controller="OutletClients",action="OutletClientSetupV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/Setup"} 2 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}"} 18 http_requests_received_total{code="200",method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 3 http_requests_received_total{code="404",method="GET",controller="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets"} 32 http_requests_received_total{code="200",method="PUT",controller="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 4 http_requests_received_total{code="200",method="PUT",controller="Checks",action="UpdateCustomNameV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomName"} 4 http_requests_received_total{code="101",method="GET",controller="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos"} 6 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"} 22 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}"} 10 http_requests_received_total{code="200",method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount"} 5 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"} 9 http_requests_received_total{code="423",method="POST",controller="Checks",action="TicketCheckV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Ticket"} 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"} 14 http_requests_received_total{code="200",method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus"} 5 http_requests_received_total{code="200",method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts"} 3 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"} 1 http_requests_received_total{code="423",method="PUT",controller="OutletClients",action="UpdateDiscoveredPrinters",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 1 http_requests_received_total{code="201",method="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split"} 1 http_requests_received_total{code="200",method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 383 http_requests_received_total{code="201",method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut"} 5 http_requests_received_total{code="200",method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment"} 1 http_requests_received_total{code="200",method="POST",controller="Adyen",action="CreateAdyenTerminalEventNotification",endpoint="api/v{version:apiVersion}/Adyen/Terminal/Notifications/Event"} 14 http_requests_received_total{code="400",method="GET",controller="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 1 http_requests_received_total{code="200",method="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport"} 2 http_requests_received_total{code="200",method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard"} 1 http_requests_received_total{code="200",method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 1 http_requests_received_total{code="200",method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans"} 1 http_requests_received_total{code="405",method="POST",controller="",action="",endpoint=""} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/"} 14 http_requests_received_total{code="301",method="GET",controller="",action="",endpoint=""} 3 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint=""} 4 http_requests_received_total{code="200",method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf"} 2 http_requests_received_total{code="200",method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 1 http_requests_received_total{code="200",method="GET",controller="",action="",endpoint="/healthz"} 1 http_requests_received_total{code="401",method="GET",controller="",action="",endpoint="/jobs/{**path}"} 1 http_requests_received_total{code="200",method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 4 http_requests_received_total{code="200",method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="OutletUnits",action="GetOutletUnits",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Units"} 2 http_requests_received_total{code="200",method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 2 http_requests_received_total{code="200",method="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 1 http_requests_received_total{code="200",method="GET",controller="Discounts",action="GetDiscountList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts"} 2 http_requests_received_total{code="200",method="GET",controller="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 5 http_requests_received_total{code="200",method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions"} 3 http_requests_received_total{code="200",method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 6 http_requests_received_total{code="200",method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions"} 4 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="200",method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 1 http_requests_received_total{code="200",method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}"} 1 http_requests_received_total{code="200",method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables"} 2 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}"} 3 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}"} 1 http_requests_received_total{code="200",method="GET",controller="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 4 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}"} 3 http_requests_received_total{code="200",method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split"} 1 http_requests_received_total{code="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="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups"} 1 http_requests_received_total{code="401",method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 1 # HELP http_requests_in_progress The number of requests currently in progress in the ASP.NET Core pipeline. One series without controller/action label values counts all in-progress requests, with separate series existing for each controller-action pair. # TYPE http_requests_in_progress gauge http_requests_in_progress{method="GET",controller="ClientContext",action="GetClientContext",endpoint="api/v{version:apiVersion}/ClientContexts"} 0 http_requests_in_progress{method="POST",controller="SurfboardPayments",action="CreateSurfboardSettlementWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Settlement"} 0 http_requests_in_progress{method="POST",controller="SurfboardPayments",action="CreateSurfboardApplicationWebhook",endpoint="api/v{version:apiVersion}/SurfboardPayments/Webhooks/Application"} 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="OPTIONS",controller="",action="",endpoint=""} 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="Stocks",action="GetStockIdForOutlet",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks"} 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="Stocks",action="GetStockProductList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts"} 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="Tenants",action="GetPreOrderSettings",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PreOrderSettings"} 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="Integration",action="GetIntegrationErrorCount",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount"} 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="Checks",action="GetCheckDetailsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Sections",action="GetSectionTableMap",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/TableMap"} 0 http_requests_in_progress{method="GET",controller="Checkout",action="GetCheckoutsListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts"} 0 http_requests_in_progress{method="GET",controller="CourseGroups",action="GetCourseGroupIdForTenantOutlet",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetAllStandardProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products"} 0 http_requests_in_progress{method="GET",controller="CourseGroups",action="GetCourseGroupDetails",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}"} 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="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="PreviewPrintCheckV5",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint"} 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="ProductGroups",action="GetProductGroupList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups"} 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="PaymentTerminals",action="GetPaymentTerminalListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/PaymentTerminals"} 0 http_requests_in_progress{method="GET",controller="Checks",action="PreviewPrintCheckV4Status",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/PreviewPrint/Status/{workerId}"} 0 http_requests_in_progress{method="POST",controller="Checks",action="AddCheckItemV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items"} 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="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="Sections",action="GetStatusSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Status"} 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="MenuTrees",action="GetMenuTreeHierarchyV2",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId}/MenuTrees/{menuTreeId:Guid}/Hierarchy"} 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="POST",controller="Checks",action="CreateCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks"} 0 http_requests_in_progress{method="GET",controller="MenuTrees",action="GetMenuTreeDetailsV2",endpoint="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}"} 0 http_requests_in_progress{method="GET",controller="TenantUser",action="GetFavouriteProductList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/FavouriteProducts"} 0 http_requests_in_progress{method="DELETE",controller="Checks",action="DeleteCheckV3",endpoint="api/v{version:apiVersion}/Outlets/{outletid:Guid}/Checks/{checkId: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="WayOfPayments",action="ListWayOfPaymentV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/WayOfPayments"} 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="PUT",controller="Products",action="BlockProductV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/block"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateProductTags",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/tags"} 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="Outlets",action="GetOutletsBySearch",endpoint="api/v{version:apiVersion}/Outlets/Search"} 0 http_requests_in_progress{method="GET",controller="Outlets",action="GetOutletsByLocationV1",endpoint="api/v{version:apiVersion}/Outlets/NearBy"} 0 http_requests_in_progress{method="GET",controller="CollectionTickets",action="GetOpenCollectionTicket",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}"} 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="GET",controller="Tags",action="GetTagList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags"} 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="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="UpdateStandardProductAvailabilities",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/productAvailabilities"} 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="OutletClients",action="GetCustomTokenV1",endpoint="api/v{version:apiVersion}/Outlets/Clients/Authentication"} 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="TapToPayIntegration",action="GetTapToPayIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/TapToPayIntegrations"} 0 http_requests_in_progress{method="GET",controller="PayAndGoIntegration",action="GetPayAndGoIntegration",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PayAndGoIntegrations"} 0 http_requests_in_progress{method="GET",controller="MultiCurrencyAddOn",action="GetMultiCurrencyAddOnList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/MultiCurrencyAddOns"} 0 http_requests_in_progress{method="GET",controller="Products",action="OutletProductDetailV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Printer",action="GetPrinterList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Printers"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint=""} 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="Sections",action="GetSectionTables",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateProductVariant",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/variants/{variantId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateStandardProductAvailabilityHours",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/availabilityHours"} 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="GET",controller="Products",action="GetAllOutletSpecificSystemProductsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/SystemProducts"} 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="DELETE",controller="Checkout",action="DeleteCheckout",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="Adyen",action="GetAdyenIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AdyenIntegrations"} 0 http_requests_in_progress{method="GET",controller="TableReservationIntegrations",action="GetTableReservationIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/TableReservationIntegrations"} 0 http_requests_in_progress{method="GET",controller="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="ICouponIntegrations",action="GetICouponIntegrationList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ICouponIntegrations"} 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="Products",action="GetProductDetailV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId: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="PUT",controller="Checkout",action="UpdateCheckoutV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Checkouts/{checkoutId:Guid}"} 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="Tickets",action="GetKdsDestinationTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/KitchenTickets"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="UpdateCheckOrderFormat",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Orderformat"} 0 http_requests_in_progress{method="GET",controller="Tickets",action="GetTicketList",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets"} 0 http_requests_in_progress{method="GET",controller="Tickets",action="GetTicketDetailsV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}"} 0 http_requests_in_progress{method="PUT",controller="OutletPos",action="UpdatePosClient",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Poses/{posId: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="PUT",controller="Checks",action="UpdateCustomTicketNumber",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CustomTicket"} 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="POST",controller="",action="",endpoint=""} 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="Tickets",action="UpdatePreparationTime",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/PreparationTime"} 0 http_requests_in_progress{method="PUT",controller="Tickets",action="UpdateStatusV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/Status"} 0 http_requests_in_progress{method="GET",controller="OutletClients",action="GetClients",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients"} 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="PricePresets",action="GetPricePresets",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets"} 0 http_requests_in_progress{method="GET",controller="TicketDestinations",action="GetLicenseSuggestions",endpoint="api/v{api-version:apiVersion}/Outlets/{outletId:Guid}/TicketDevices/Suggestions"} 0 http_requests_in_progress{method="GET",controller="SurfboardPayments",action="GetSurfboardIntegrationDetails",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/SurfboardIntegrations/{surfboardIntegrationId:Guid}"} 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="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="Fees",action="GetFeeList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Fees"} 0 http_requests_in_progress{method="PUT",controller="Products",action="UpdateSharesV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/shares"} 0 http_requests_in_progress{method="GET",controller="Permissions",action="GetPermissionGroups",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups"} 0 http_requests_in_progress{method="GET",controller="Sections",action="ListSection",endpoint="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections"} 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="Checks",action="MoveCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Move"} 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="KitchenMessages",action="GetListKitchenMessages",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/KitchenMessages"} 0 http_requests_in_progress{method="DELETE",controller="Checks",action="DeleteCheckItemsV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Orders",action="GetOrderListV1",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Orders"} 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="WebSocketPos",action="PosWebSocketConnection",endpoint="ws/v{version:apiVersion}/Pos"} 0 http_requests_in_progress{method="PUT",controller="Stocks",action="UpdateStockProducts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}"} 0 http_requests_in_progress{method="GET",controller="Tickets",action="GetKdsMasterTickets",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Kdses/{kdsId:Guid}/MasterTickets"} 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="UpdateCheckItemQuantityV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/{checkItemId:Guid}/ChangeQuantity"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="DiscountCheck",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discount"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="PrintPaymentReceiptV4",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Payments/{paymentId:Guid}/PrintReceipt"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="BatchMoveCheckItemsV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Move"} 0 http_requests_in_progress{method="PUT",controller="Tickets",action="UpdateTicketItemsStatus",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tickets/{ticketId:Guid}/TicketItemsStatus"} 0 http_requests_in_progress{method="GET",controller="Checks",action="GetCheckDiscounts",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Discounts"} 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="PUT",controller="Checks",action="SplitCheckV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Split"} 0 http_requests_in_progress{method="POST",controller="",action="",endpoint="/Ancon.Wildcat.Shared.Communication.Core.V1.Sales.Orders.OrderService/GetOrderDetail"} 0 http_requests_in_progress{method="POST",controller="CashInOuts",action="AddOutAmount",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CashInOuts/AddOut"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="VerifyCancelCheckPayment",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/CancelCurrentVerifyPayment"} 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="POST",controller="Notification",action="CreateAdyenSettlementReport",endpoint="api/v{version:apiVersion}/Notifications/AdyenSettlementReport"} 0 http_requests_in_progress{method="POST",controller="Adyen",action="CreateAdyenStandardWebhook",endpoint="api/v{version:apiVersion}/Adyen/Webhooks/Standard"} 0 http_requests_in_progress{method="GET",controller="Tenants",action="GetTenantList",endpoint="api/v{version:apiVersion}/Tenants"} 0 http_requests_in_progress{method="GET",controller="PricePlans",action="GetTemplateList",endpoint="api/v{api-version:apiVersion}/PricePlans"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/"} 0 http_requests_in_progress{method="GET",controller="Meta",action="GetProtoContract",endpoint="Protobuf"} 0 http_requests_in_progress{method="GET",controller="Meta",action="GetVersion",endpoint="Version"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/healthz"} 0 http_requests_in_progress{method="GET",controller="",action="",endpoint="/jobs/{**path}"} 0 http_requests_in_progress{method="GET",controller="Taxes",action="GetAllTaxes",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Taxes"} 0 http_requests_in_progress{method="GET",controller="ProductGroups",action="GetProductGroupDetailsV2",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups/{id:Guid}"} 0 http_requests_in_progress{method="GET",controller="Permissions",action="GetPermissions",endpoint="api/v{version:apiVersion}/Permissions"} 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="PUT",controller="Permissions",action="UpdatePermissionGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PermissionGroups/{permissionGroupId:Guid}"} 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="Products",action="GetProductsuggestions",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/Suggestions"} 0 http_requests_in_progress{method="GET",controller="Tags",action="GetTagSuggestionList",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags/Suggestions"} 0 http_requests_in_progress{method="GET",controller="AddOnGroups",action="GetAllAddOnGroupsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups"} 0 http_requests_in_progress{method="GET",controller="PricePresets",action="GetPricePresetsuggestionsV1",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/PricePresets/Suggestions"} 0 http_requests_in_progress{method="GET",controller="Invoice",action="GetInvoices",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Invoices"} 0 http_requests_in_progress{method="GET",controller="Sections",action="GetSectionTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 0 http_requests_in_progress{method="GET",controller="Sections",action="DetailSection",endpoint="api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}"} 0 http_requests_in_progress{method="GET",controller="Tables",action="GetAllTables",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Tables"} 0 http_requests_in_progress{method="GET",controller="Products",action="GetOutletSpecificProductV4",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}"} 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="BroadcastMessage",action="BroadcastMessageGetUnread",endpoint="api/v{version:apiVersion}/BroadcastMessage/Unread"} 0 http_requests_in_progress{method="PUT",controller="Checks",action="CheckItemSplitV2",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}/Items/Split"} 0 http_requests_in_progress{method="GET",controller="Sales",action="GetSalesGroup",endpoint="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Sales/Groups/{groupId:Guid}"} 0 http_requests_in_progress{method="POST",controller="Products",action="CreateProductAddOnGroup",endpoint="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups"} 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.ClientContextController.GetClientContext (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SurfboardPaymentsController.CreateSurfboardSettlementWebhook (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SurfboardPaymentsController.CreateSurfboardApplicationWebhook (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.InvoiceController.GetUnhandledInvoiceCount (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.TenantsController.GetTenantOutletList (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.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.TenantsController.GetPreOrderSettings (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.ICouponIntegrationsController.GetICouponIntegrationErrorCount (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.CancelCheckPaymentV4Status (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.GetCheckDetailsV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SectionsController.GetSectionTableMap (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CheckoutController.GetCheckoutsListV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CourseGroupsController.GetCourseGroupIdForTenantOutlet (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.GetAllStandardProductsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CourseGroupsController.GetCourseGroupDetails (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.ChecksController.GetCheckListForSalesLocation (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.IntegrationController.ListIntegration (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.OutletPosController.GetPosClient (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.ChecksController.PreviewPrintCheckV4Status (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.ChecksController.CreateCheckPaymentV4Status (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.SectionsController.GetStatusSection (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.MenuTreesController.GetMenuTreeHierarchyV2 (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.ChecksController.CreateCheckV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MenuTreesController.GetMenuTreeDetailsV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantUserController.GetFavouriteProductList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.DeleteCheckV3 (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.WayOfPaymentsController.ListWayOfPaymentV2 (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.BlockProductV1 (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.MenuTreesController.GetTenantOutletMandatoryMenuTree (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.OutletsController.GetOutletsByLocationV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CollectionTicketsController.GetOpenCollectionTicket (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.TicketCheckV4 (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.UpsellGroupsController.GetUpsellGroupList (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.UpdateStandardProductAvailabilities (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.OutletClientsController.GetCustomTokenV1 (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.PayAndGoIntegrationController.GetPayAndGoIntegration (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TapToPayIntegrationController.GetTapToPayIntegration (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.MultiCurrencyAddOnController.GetMultiCurrencyAddOnList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.OutletProductDetailV2 (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.ProductsController.GetProductOutletConfigurations (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.Public.V1.SectionsController.GetSectionTables (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.UpdateStandardProductAvailabilityHours (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.GetAllOutletSpecificSystemProductsV1 (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.CheckoutController.DeleteCheckout (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.TableReservationIntegrationsController.GetTableReservationIntegrationList (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.TenantsController.GetTenantDetails (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.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.UpdateCheckoutV1 (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.TicketsController.GetKdsDestinationTicketList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.UpdateCheckOrderFormat (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.GetTicketList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.GetTicketDetailsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletPosController.UpdatePosClient (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.UpdateCustomTicketNumber (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.OrdersController.GetOrderDetailsV5 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.UpdatePreparationTime (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.UpdateStatusV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.OutletClientsController.GetClients (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.PricePresetsController.GetPricePresets (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketDestinationsController.GetLicenseSuggestions (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SurfboardPaymentsController.GetSurfboardIntegrationDetails (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.MenuTreesController.GetMultipleFavourites (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.FeesController.GetFeeList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.UpdateSharesV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PermissionsController.GetPermissionGroups (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.Public.V1.SectionsController.ListSection (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.ChecksController.MoveCheck (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.KitchenMessagesController.GetListKitchenMessages (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.OrdersController.GetOrderListV1 (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.StocksController.UpdateStockProducts (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TicketsController.GetKdsMasterTickets (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.UpdateCheckItemQuantityV4 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.DiscountCheck (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.PrintPaymentReceiptV4 (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.TicketsController.UpdateTicketItemsStatus (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.UpdateCheckItemCourse (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.SplitCheckV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.CashInOutsController.AddOutAmount (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.VerifyCancelCheckPayment (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AdyenController.CreateAdyenTerminalEventNotification (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.NotificationController.CreateAdyenSettlementReport (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AdyenController.CreateAdyenStandardWebhook (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TenantsController.GetTenantList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PricePlansController.GetTemplateList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TaxesController.GetAllTaxes (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductGroupsController.GetProductGroupDetailsV2 (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.OutletUnitsController.GetOutletUnits (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PermissionsController.UpdatePermissionGroup (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.ProductsController.GetProductsuggestions (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TagsController.GetTagSuggestionList (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.AddOnGroupsController.GetAllAddOnGroupsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.PricePresetsController.GetPricePresetsuggestionsV1 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.InvoiceController.GetInvoices (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SectionsController.GetSectionTables (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SectionsController.DetailSection (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.TablesController.GetAllTables (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.GetOutletSpecificProductV4 (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.BroadcastMessageController.BroadcastMessageGetUnread (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ChecksController.CheckItemSplitV2 (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.SalesController.GetSalesGroup (Ancon.Wildcat.Core.Api)"} 0 current_requests{endpoint="Ancon.Wildcat.Core.Api.Controllers.V1.ProductsController.CreateProductAddOnGroup (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"} 852 dotnet_collection_count_total{generation="1"} 251 dotnet_collection_count_total{generation="2"} 120 # 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 1786022339.2741485 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 5093.186197 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 17330270208 # HELP process_working_set_bytes Process working set # TYPE process_working_set_bytes gauge process_working_set_bytes 1369006080 # HELP process_private_memory_bytes Process private memory size # TYPE process_private_memory_bytes gauge process_private_memory_bytes 2442883072 # HELP process_open_handles Number of open handles # TYPE process_open_handles gauge process_open_handles 947 # HELP process_num_threads Total number of threads # TYPE process_num_threads gauge process_num_threads 182 # HELP dotnet_total_memory_bytes Total known allocated memory # TYPE dotnet_total_memory_bytes gauge dotnet_total_memory_bytes 322648832 # 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"} 323 prometheus_net_metric_families{metric_type="summary"} 0 prometheus_net_metric_families{metric_type="histogram"} 12 # HELP prometheus_net_metric_instances Number of metric instances currently registered across all metric families. # TYPE prometheus_net_metric_instances gauge prometheus_net_metric_instances{metric_type="counter"} 315 prometheus_net_metric_instances{metric_type="gauge"} 732 prometheus_net_metric_instances{metric_type="summary"} 0 prometheus_net_metric_instances{metric_type="histogram"} 228 # 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"} 315 prometheus_net_metric_timeseries{metric_type="gauge"} 732 prometheus_net_metric_timeseries{metric_type="summary"} 0 prometheus_net_metric_timeseries{metric_type="histogram"} 4708 # 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 137772 # HELP prometheus_net_eventcounteradapter_sources_connected_total Number of event sources that are currently connected to the adapter. # TYPE prometheus_net_eventcounteradapter_sources_connected_total gauge prometheus_net_eventcounteradapter_sources_connected_total 7 # HELP prometheus_net_meteradapter_instruments_connected Number of instruments that are currently connected to the adapter. # TYPE prometheus_net_meteradapter_instruments_connected gauge prometheus_net_meteradapter_instruments_connected 101 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created ({connection}) New connections allocated (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_created 0 # HELP system_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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures ({connection}) Connections that failed during handshake (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_handshake_failures 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected ({connection}) Connections rejected by the application (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_app_rejected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected ({connection}) Connections rejected due to worker load. (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_load_rejected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed ({connection}) Connections resumed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_resumed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated ({connection}) Connections currently allocated (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_allocated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected ({connection}) Connections currently in the connected state (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_connected 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors ({connection}) Connections shutdown with a protocol error (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_protocol_errors 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn ({connection}) Connection attempts with no matching ALPN (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn gauge private_internaldiagnostics_system_net_quic_msquic_msquic_connection_no_alpn 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated ({stream}) Current streams allocated (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_stream_allocated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost ({packet}) Packets suspected lost (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_suspected_lost 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped ({packet}) Packets dropped for any reason (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_dropped 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures ({packet}) Packets with decryption failures (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures gauge private_internaldiagnostics_system_net_quic_msquic_msquic_packet_decryption_failures 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams ({datagram}) UDP datagrams received (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_datagrams 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams ({datagram}) UDP datagrams sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_datagrams 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes (By) UDP payload bytes received (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes (By) UDP payload bytes sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events ({event}) UDP receive events (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_recv_events 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls ({call}) UDP send API calls (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls gauge private_internaldiagnostics_system_net_quic_msquic_msquic_udp_send_calls 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes (By) Bytes sent by applications (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_app_send_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes (By) Bytes received by applications (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes gauge private_internaldiagnostics_system_net_quic_msquic_msquic_app_recv_bytes 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth ({connection}) Current connections queued for processing (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth ({operation}) Current connection operations queued (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued ({operation}) New connection operations queued (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_queued 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed ({operation}) Connection operations processed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_conn_oper_completed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth ({operation}) Current worker operations queued (ObservableGauge`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queue_depth 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued ({operation}) New worker operations queued (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_queued 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed ({operation}) Worker operations processed (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed gauge private_internaldiagnostics_system_net_quic_msquic_msquic_threadpool_work_oper_completed 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated ({challenge}) Successful path challenges (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_validated 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure ({challenge}) Unsuccessful path challenges (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_path_failure 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset ({packet}) Stateless reset packets sent ever (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_reset 0 # HELP private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry ({packet}) Stateless retry packets sent (ObservableCounter`1) # TYPE private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry gauge private_internaldiagnostics_system_net_quic_msquic_msquic_datapath_send_stateless_retry 0 # HELP 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"} 1.1445495 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.01"} 3 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.02"} 7 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.04"} 19 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.08"} 25 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.16"} 27 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.32"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="0.64"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="1.28"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="2.56"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="5.12"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="10.24"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="20.48"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="40.96"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="81.92"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="163.84"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="327.68"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="655.36"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="1310.72"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="2621.44"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="5242.88"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="10485.76"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="20971.52"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="41943.04"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="83886.08"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="167772.16"} 28 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",le="+Inf"} 28 system_net_nameresolution_dns_lookup_duration_sum{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com"} 6.143174500000002 system_net_nameresolution_dns_lookup_duration_count{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="0.01"} 34 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="0.02"} 189 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="0.04"} 281 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="0.08"} 293 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="0.16"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="0.32"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="0.64"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="1.28"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="2.56"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="5.12"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="10.24"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="20.48"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="40.96"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="81.92"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="163.84"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="327.68"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="655.36"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="1310.72"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="2621.44"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="5242.88"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="10485.76"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="20971.52"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="41943.04"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="83886.08"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="167772.16"} 298 system_net_nameresolution_dns_lookup_duration_bucket{dns_question_name="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",le="+Inf"} 298 # HELP npgsql_db_client_connection_count ({connection}) The number of connections that are currently in state described by the state attribute. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connection_count gauge npgsql_db_client_connection_count{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_client_connection_state="idle"} 5 npgsql_db_client_connection_count{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_client_connection_state="used"} 0 # HELP npgsql_db_client_connection_max ({connection}) The maximum number of open connections allowed. (ObservableUpDownCounter`1) # TYPE npgsql_db_client_connection_max gauge npgsql_db_client_connection_max{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable"} 22 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts ({dbcontext}) (ObservableUpDownCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_active_dbcontexts 2 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries ({query}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_queries 5010 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges ({savechanges}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_savechanges 2329 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits ({hits}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_hits 4983 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses ({misses}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_compiled_query_cache_misses 27 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures ({failure}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_execution_strategy_operation_failures 0 # HELP microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures ({failure}) (ObservableCounter`1) # TYPE microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures gauge microsoft_entityframeworkcore_microsoft_entityframeworkcore_optimistic_concurrency_failures 0 # HELP system_runtime_dotnet_gc_collections ({collection}) The number of garbage collections that have occurred since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_collections gauge system_runtime_dotnet_gc_collections{gc_heap_generation="gen2"} 120 system_runtime_dotnet_gc_collections{gc_heap_generation="gen1"} 131 system_runtime_dotnet_gc_collections{gc_heap_generation="gen0"} 601 # HELP system_runtime_dotnet_process_memory_working_set (By) The number of bytes of physical memory mapped to the process context. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_process_memory_working_set gauge system_runtime_dotnet_process_memory_working_set 1369006080 # HELP system_runtime_dotnet_gc_heap_total_allocated (By) The approximate number of bytes allocated on the managed GC heap since the process has started. The returned value does not include any native allocations. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_heap_total_allocated gauge system_runtime_dotnet_gc_heap_total_allocated 53909549504 # HELP system_runtime_dotnet_gc_last_collection_memory_committed_size (By) The amount of committed virtual memory in use by the .NET GC, as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_memory_committed_size gauge system_runtime_dotnet_gc_last_collection_memory_committed_size 450916352 # HELP system_runtime_dotnet_gc_last_collection_heap_size (By) The managed GC heap size (including fragmentation), as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_heap_size gauge system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen0"} 0 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen1"} 14106920 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="gen2"} 277775576 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="loh"} 77399768 system_runtime_dotnet_gc_last_collection_heap_size{gc_heap_generation="poh"} 4041048 # HELP system_runtime_dotnet_gc_last_collection_heap_fragmentation_size (By) The heap fragmentation, as observed during the latest garbage collection. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_gc_last_collection_heap_fragmentation_size gauge system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen0"} 0 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen1"} 9133136 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="gen2"} 27011424 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="loh"} 28740752 system_runtime_dotnet_gc_last_collection_heap_fragmentation_size{gc_heap_generation="poh"} 1733464 # HELP system_runtime_dotnet_gc_pause_time (s) The total amount of time paused in GC since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_gc_pause_time gauge system_runtime_dotnet_gc_pause_time 21.236115 # HELP system_runtime_dotnet_jit_compiled_il_size (By) Count of bytes of intermediate language that have been compiled since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compiled_il_size gauge system_runtime_dotnet_jit_compiled_il_size 24390078 # HELP system_runtime_dotnet_jit_compiled_methods ({method}) The number of times the JIT compiler (re)compiled methods since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compiled_methods gauge system_runtime_dotnet_jit_compiled_methods 431929 # HELP system_runtime_dotnet_jit_compilation_time (s) The number of times the JIT compiler (re)compiled methods since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_jit_compilation_time gauge system_runtime_dotnet_jit_compilation_time 158.2192097 # HELP system_runtime_dotnet_monitor_lock_contentions ({contention}) The number of times there was contention when trying to acquire a monitor lock since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_monitor_lock_contentions gauge system_runtime_dotnet_monitor_lock_contentions 136601 # HELP system_runtime_dotnet_thread_pool_thread_count ({thread}) The number of thread pool threads that currently exist. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_thread_count gauge system_runtime_dotnet_thread_pool_thread_count 5 # HELP system_runtime_dotnet_thread_pool_work_item_count ({work_item}) The number of work items that the thread pool has completed since the process has started. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_work_item_count gauge system_runtime_dotnet_thread_pool_work_item_count 2788189 # HELP system_runtime_dotnet_thread_pool_queue_length ({work_item}) The number of work items that are currently queued to be processed by the thread pool. (ObservableCounter`1) # TYPE system_runtime_dotnet_thread_pool_queue_length gauge system_runtime_dotnet_thread_pool_queue_length 0 # HELP system_runtime_dotnet_timer_count ({timer}) The number of timer instances that are currently active. An active timer is registered to tick at some point in the future and has not yet been canceled. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_timer_count gauge system_runtime_dotnet_timer_count 104 # HELP system_runtime_dotnet_assembly_count ({assembly}) The number of .NET assemblies that are currently loaded. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_assembly_count gauge system_runtime_dotnet_assembly_count 354 # HELP system_runtime_dotnet_process_cpu_count ({cpu}) The number of processors available to the process. (ObservableUpDownCounter`1) # TYPE system_runtime_dotnet_process_cpu_count gauge system_runtime_dotnet_process_cpu_count 4 # HELP system_runtime_dotnet_process_cpu_time (s) CPU time used by the process. (ObservableCounter`1) # TYPE system_runtime_dotnet_process_cpu_time gauge system_runtime_dotnet_process_cpu_time{cpu_mode="user"} 3198.145906 system_runtime_dotnet_process_cpu_time{cpu_mode="system"} 1895.020836 # 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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 1 # HELP system_net_http_http_client_request_time_in_queue (s) The amount of time requests spent on a queue waiting for an available connection. (Histogram`1) # TYPE system_net_http_http_client_request_time_in_queue histogram system_net_http_http_client_request_time_in_queue_sum{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 44.51134109999995 system_net_http_http_client_request_time_in_queue_count{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 28 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 179 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 202 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 212 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 387 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 392 system_net_http_http_client_request_time_in_queue_bucket{http_request_method="POST",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 392 # HELP system_net_http_http_client_request_duration (s) Duration of HTTP client requests. (Histogram`1) # TYPE system_net_http_http_client_request_duration histogram system_net_http_http_client_request_duration_sum{http_request_method="POST",http_response_status_code="200",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 147.62643820000005 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.01"} 3594 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.02"} 6341 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.04"} 7000 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.08"} 7142 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.16"} 7160 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.32"} 7370 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="0.64"} 7382 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1.28"} 7384 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2.56"} 7384 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5.12"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10.24"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20.48"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="40.96"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="81.92"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="163.84"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 7385 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-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 7385 # 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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 496.37 system_net_http_http_client_connection_duration_count{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.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.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="327.68"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="655.36"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="1310.72"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="2621.44"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="5242.88"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="10485.76"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="20971.52"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="41943.04"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="83886.08"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="167772.16"} 2 system_net_http_http_client_connection_duration_bucket{network_peer_address="::ffff:10.110.0.53",network_protocol_version="1.1",server_address="private-common-open-search-do-user-8962426-0.l.db.ondigitalocean.com",server_port="25060",url_scheme="https",le="+Inf"} 2 # HELP system_runtime_dotnet_exceptions ({exception}) The number of exceptions that have been thrown in managed code. (Counter`1) # TYPE system_runtime_dotnet_exceptions gauge system_runtime_dotnet_exceptions{error_type="CultureNotFoundException"} 2 system_runtime_dotnet_exceptions{error_type="FormatException"} 2 system_runtime_dotnet_exceptions{error_type="UnauthorizedException"} 2 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled (By) Number of bytes currently pooled and available for reuse. (UpDownCounter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_pooled{aspnetcore_memory_pool_owner="kestrel"} 1290240 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented (By) Total number of bytes rented from the memory pool. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_rented{aspnetcore_memory_pool_owner="kestrel"} 2717937664 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated (By) Total number of bytes allocated by the memory pool. Allocation occurs when a memory rental request exceeds the available pooled memory. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_allocated{aspnetcore_memory_pool_owner="kestrel"} 195977216 # HELP microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration (s) The authentication duration for a request. (Histogram`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration histogram microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException"} 0.05716380000000003 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.01"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.02"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.04"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.08"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.16"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.32"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="0.64"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="1.28"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="2.56"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="5.12"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="10.24"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="20.48"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="40.96"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="81.92"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="163.84"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="327.68"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="655.36"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="1310.72"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="2621.44"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="5242.88"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="10485.76"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="20971.52"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="41943.04"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="83886.08"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="167772.16"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="failure",aspnetcore_authentication_scheme="PenguinAuthorization",error_type="Microsoft.AspNetCore.Authentication.AuthenticationFailureException",le="+Inf"} 409 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken"} 0.0006443 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.01"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.02"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.04"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.08"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.16"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.32"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="0.64"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="1.28"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="2.56"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="5.12"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="10.24"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="20.48"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="40.96"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="81.92"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="163.84"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="327.68"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="655.36"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="1310.72"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="2621.44"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="5242.88"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="10485.76"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="20971.52"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="41943.04"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="83886.08"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="167772.16"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="ApiToken",le="+Inf"} 1 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization"} 0.0004944999999999999 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.01"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.02"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.04"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.08"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.16"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.32"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="0.64"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="1.28"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="2.56"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="5.12"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="10.24"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="20.48"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="40.96"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="81.92"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="163.84"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="327.68"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="655.36"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="1310.72"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="2621.44"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="5242.88"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="10485.76"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="20971.52"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="41943.04"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="83886.08"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="167772.16"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="none",aspnetcore_authentication_scheme="PenguinAuthorization",le="+Inf"} 6 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_sum{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 0.32091099999999995 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_count{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.01"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.02"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.04"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.08"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.16"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.32"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="0.64"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1.28"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2.56"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5.12"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10.24"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20.48"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="40.96"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="81.92"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="163.84"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="327.68"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="655.36"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="1310.72"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="2621.44"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="5242.88"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="10485.76"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="20971.52"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="41943.04"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="83886.08"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="167772.16"} 388 microsoft_aspnetcore_authentication_aspnetcore_authentication_authenticate_duration_bucket{aspnetcore_authentication_result="success",aspnetcore_authentication_scheme="Bearer",le="+Inf"} 388 # HELP microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts ({attempt}) The total number of authorization attempts. (Counter`1) # TYPE microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts gauge microsoft_aspnetcore_authorization_aspnetcore_authorization_attempts{aspnetcore_authorization_result="success",aspnetcore_user_is_authenticated="True"} 409 # HELP system_runtime_cpu_usage (%) CPU Usage # TYPE system_runtime_cpu_usage gauge system_runtime_cpu_usage 1.3408275433137358 # HELP system_runtime_working_set (MB) Working Set # TYPE system_runtime_working_set gauge system_runtime_working_set 1369.00608 # HELP system_runtime_gc_heap_size (MB) GC Heap Size # TYPE system_runtime_gc_heap_size gauge system_runtime_gc_heap_size 322.406264 # 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 750 # 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 233 # 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 115 # 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 67 # HELP system_runtime_threadpool_thread_count ThreadPool Thread Count # TYPE system_runtime_threadpool_thread_count gauge system_runtime_threadpool_thread_count 5 # HELP system_runtime_monitor_lock_contention_count_total Monitor Lock Contention Count # TYPE system_runtime_monitor_lock_contention_count_total counter system_runtime_monitor_lock_contention_count_total 136390 # 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 2781396 # HELP system_runtime_alloc_total (B) Allocation Rate # TYPE system_runtime_alloc_total counter system_runtime_alloc_total 51953063992 # HELP system_runtime_active_timer_count Number of Active Timers # TYPE system_runtime_active_timer_count gauge system_runtime_active_timer_count 104 # HELP system_runtime_gc_fragmentation (%) GC Fragmentation # TYPE system_runtime_gc_fragmentation gauge system_runtime_gc_fragmentation 17.844794005256226 # HELP system_runtime_gc_committed (MB) GC Committed Bytes # TYPE system_runtime_gc_committed gauge system_runtime_gc_committed 450.916352 # HELP system_runtime_exception_count_total Exception Count # TYPE system_runtime_exception_count_total counter system_runtime_exception_count_total 7335 # 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 19513.075 # 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 14106920 # HELP system_runtime_gen_2_size (B) Gen 2 Size # TYPE system_runtime_gen_2_size gauge system_runtime_gen_2_size 277775576 # HELP system_runtime_loh_size (B) LOH Size # TYPE system_runtime_loh_size gauge system_runtime_loh_size 77399768 # HELP system_runtime_poh_size (B) POH (Pinned Object Heap) Size # TYPE system_runtime_poh_size gauge system_runtime_poh_size 4041048 # HELP system_runtime_assembly_count Number of Assemblies Loaded # TYPE system_runtime_assembly_count gauge system_runtime_assembly_count 354 # HELP system_runtime_il_bytes_jitted (B) IL Bytes Jitted # TYPE system_runtime_il_bytes_jitted gauge system_runtime_il_bytes_jitted 24390078 # HELP system_runtime_methods_jitted_count Number of Methods Jitted # TYPE system_runtime_methods_jitted_count gauge system_runtime_methods_jitted_count 431929 # 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 121384.81160000002 # 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.3.19",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.3.19",server_port="80"} 2 # HELP microsoft_aspnetcore_hosting_http_server_active_requests ({request}) Number of active HTTP server requests. (UpDownCounter`1) # TYPE microsoft_aspnetcore_hosting_http_server_active_requests gauge microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="GET",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="HEAD",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="OPTIONS",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="POST",url_scheme="http"} 0 microsoft_aspnetcore_hosting_http_server_active_requests{http_request_method="PUT",url_scheme="http"} 0 # HELP microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts ({match_attempt}) Number of requests that were attempted to be matched to an endpoint. (Counter`1) # TYPE microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts gauge microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_match_status="failure"} 5476 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="/metrics"} 2365 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}/UpsellGroups"} 4 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}/Products/{productId: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:Guid}/CourseGroups"} 6 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}/Stocks/{stockId:Guid}/StockProducts"} 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}"} 18 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}/Tags"} 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}"} 6 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/ClientContexts"} 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}/Checkouts/PreOrders"} 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}/Integrations/ErrorCount"} 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}/Products"} 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}/Discounts"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees"} 3 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="Protobuf"} 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}/Products/{productId:Guid}/AddOnGroups"} 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}/Tenants/{tenantId:Guid}/AddOnGroups"} 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:Guid}/CourseGroups/{courseGroupId:Guid}"} 15 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}/ProductGroups"} 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}"} 3 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters"} 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"} 1 microsoft_aspnetcore_routing_aspnetcore_routing_match_attempts{aspnetcore_routing_is_fallback="False",aspnetcore_routing_match_status="success",http_route="(missing)"} 71 # HELP npgsql_db_client_operation_npgsql_executing ({command}) The number of currently executing database commands. (UpDownCounter`1) # TYPE npgsql_db_client_operation_npgsql_executing gauge npgsql_db_client_operation_npgsql_executing{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable"} 0 # HELP npgsql_db_client_operation_npgsql_bytes_written (By) The number of bytes written. (Counter`1) # TYPE npgsql_db_client_operation_npgsql_bytes_written gauge npgsql_db_client_operation_npgsql_bytes_written{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable"} 165189582 # HELP npgsql_db_client_operation_npgsql_bytes_read (By) The number of bytes read. (Counter`1) # TYPE npgsql_db_client_operation_npgsql_bytes_read gauge npgsql_db_client_operation_npgsql_bytes_read{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable"} 114089058 # HELP npgsql_db_client_operation_duration (s) Duration of database client operations. (Histogram`1) # TYPE npgsql_db_client_operation_duration histogram npgsql_db_client_operation_duration_sum{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 301.55294449999855 npgsql_db_client_operation_duration_count{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.01"} 84230 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.02"} 86734 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.04"} 87926 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.08"} 88130 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.16"} 88171 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.32"} 88188 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="0.64"} 88190 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1.28"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2.56"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5.12"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10.24"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20.48"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="40.96"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="81.92"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="163.84"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="327.68"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="655.36"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="1310.72"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="2621.44"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="5242.88"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="10485.76"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="20971.52"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="41943.04"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="83886.08"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="167772.16"} 88192 npgsql_db_client_operation_duration_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",db_system_name="postgresql",server_address="private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com",server_port="25060",le="+Inf"} 88192 # 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"} 45.118777799999975 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"} 5323 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"} 4222 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"} 5093 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"} 5289 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"} 5320 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"} 5322 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 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"} 5323 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 0.0054751 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="HEAD",http_response_status_code="200",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http"} 0.36933140000000014 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.01"} 69 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.02"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.04"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.08"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.16"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.32"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="0.64"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="1.28"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="2.56"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="5.12"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="10.24"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="20.48"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="40.96"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="81.92"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="163.84"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="327.68"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="655.36"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 71 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="OPTIONS",http_response_status_code="204",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 71 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"} 176.93283559999975 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"} 2364 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"} 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.08"} 1652 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"} 2358 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"} 2363 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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"} 2364 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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http"} 0.0704666 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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http"} 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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",le="0.08"} 4 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/UpsellGroups",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http"} 0.18836540000000002 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}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Products/{productId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http"} 0.0304043 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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http"} 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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",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}/Stocks/{stockId:Guid}/StockProducts",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http"} 0.0604952 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",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="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",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="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="public/api/v{version:apiVersion}/Outlets/{outletId}/Sections/{sectionId}/Tables",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http"} 0.039283700000000005 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}/Tags",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="0.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Tags",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http"} 0.0526736 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="401",http_route="api/v{version:apiVersion}/ClientContexts",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http"} 0.0367583 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}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http"} 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}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="0.04"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="0.08"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="0.16"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="0.32"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="0.64"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="1.28"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="2.56"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="5.12"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="10.24"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="20.48"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="40.96"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="81.92"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Checkouts/PreOrders",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http"} 0.1114337 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",network_protocol_version="1.1",url_scheme="http"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="0.02"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="0.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="0.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="0.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="0.32"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="0.64"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="1.28"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="5.12"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="10.24"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="20.48"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="163.84"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="327.68"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="655.36"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http"} 0.0412793 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}/Discounts",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Discounts",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http"} 1.0177418999999999 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 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="http",le="0.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 16 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 18 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Checks/{checkId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 18 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}/Products",network_protocol_version="1.1",url_scheme="http"} 0.4045954 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}/Products",network_protocol_version="1.1",url_scheme="http"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Products",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 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="http"} 1.0714453000000002 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="http"} 6 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="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",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{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",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}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId}/MenuTrees/{menuTreeId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 6 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http"} 0.0175264 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}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/TicketDestinations/Suggestions",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http"} 0.11660000000000001 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}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http"} 5 microsoft_aspnetcore_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}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",le="0.04"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",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}/Tenants/{tenantId:Guid}/Outlets/{outletId:Guid}/Integrations/ErrorCount",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 5 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http"} 0.0930495 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",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="Protobuf",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="Protobuf",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="Protobuf",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http"} 0.055767899999999995 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="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="0.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/MenuTrees",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http"} 0.296081 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.08"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.16"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="POST",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Products/{productId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http"} 0.0518446 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 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="http",le="0.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="204",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/CollectionTickets/SalesLocations/{salesLocationId}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http"} 0.1445674 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http"} 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="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="PUT",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId:Guid}/Clients/{clientId:Guid}/DiscoveredPrinters",network_protocol_version="1.1",url_scheme="http",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="http",le="0.16"} 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="http",le="0.32"} 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="http",le="0.64"} 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="http",le="1.28"} 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="http",le="2.56"} 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="http",le="5.12"} 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="http",le="10.24"} 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="http",le="20.48"} 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="http",le="40.96"} 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="http",le="81.92"} 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="http",le="163.84"} 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="http",le="327.68"} 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="http",le="655.36"} 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="http",le="1310.72"} 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="http",le="2621.44"} 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="http",le="5242.88"} 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="http",le="10485.76"} 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="http",le="20971.52"} 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="http",le="41943.04"} 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="http",le="83886.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="http",le="167772.16"} 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="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http"} 0.21516870000000005 microsoft_aspnetcore_hosting_http_server_request_duration_count{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.01"} 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}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.02"} 14 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.04"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.08"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.16"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.32"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="0.64"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1.28"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2.56"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5.12"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10.24"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20.48"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="40.96"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="81.92"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="163.84"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="327.68"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="655.36"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 15 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{api-version:apiVersion}/Tenants/{tenantId:Guid}/CourseGroups/{courseGroupId:Guid}",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 15 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="http"} 0.0267074 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="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Outlets/{outletId}/Sections",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http"} 0.05850960000000001 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}/AddOnGroups",network_protocol_version="1.1",url_scheme="http"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.02"} 2 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.32"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="0.64"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="1.28"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="2.56"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="5.12"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="10.24"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="20.48"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="40.96"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="81.92"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="163.84"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="327.68"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="655.36"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/AddOnGroups",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 3 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http"} 0.0188322 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}/ProductGroups",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/ProductGroups",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http"} 0.0558595 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="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="0.01"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="0.02"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="0.04"} 0 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{http_request_method="GET",http_response_status_code="200",http_route="api/v{version:apiVersion}/Tenants/{tenantId:Guid}/Integrations",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_sum{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 0.0087111 microsoft_aspnetcore_hosting_http_server_request_duration_count{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.01"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.02"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.32"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="0.64"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1.28"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2.56"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5.12"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10.24"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20.48"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="40.96"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="81.92"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="163.84"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="327.68"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="655.36"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="1310.72"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="2621.44"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="5242.88"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="10485.76"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="20971.52"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="41943.04"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="83886.08"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="167772.16"} 1 microsoft_aspnetcore_hosting_http_server_request_duration_bucket{aspnetcore_request_is_unhandled="True",http_request_method="GET",http_response_status_code="404",network_protocol_version="1.1",url_scheme="http",le="+Inf"} 1 # HELP microsoft_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 5010 # HELP microsoft_entityframeworkcore_queries_per_second_total Queries # TYPE microsoft_entityframeworkcore_queries_per_second_total counter microsoft_entityframeworkcore_queries_per_second_total 5008 # HELP microsoft_entityframeworkcore_total_save_changes SaveChanges (Total) # TYPE microsoft_entityframeworkcore_total_save_changes gauge microsoft_entityframeworkcore_total_save_changes 2329 # 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 2329 # 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 npgsql_db_client_connection_npgsql_create_time (s) The time it took to create a new connection. (Histogram`1) # TYPE npgsql_db_client_connection_npgsql_create_time histogram npgsql_db_client_connection_npgsql_create_time_sum{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable"} 0.4815463 npgsql_db_client_connection_npgsql_create_time_count{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="0.01"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="0.02"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="0.04"} 0 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="0.08"} 1 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="0.16"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="0.32"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="0.64"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="1.28"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="2.56"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="5.12"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="10.24"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="20.48"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="40.96"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="81.92"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="163.84"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="327.68"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="655.36"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="1310.72"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="2621.44"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="5242.88"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="10485.76"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="20971.52"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="41943.04"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="83886.08"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="167772.16"} 5 npgsql_db_client_connection_npgsql_create_time_bucket{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable",le="+Inf"} 5 # HELP system_net_http_requests_started Requests Started # TYPE system_net_http_requests_started gauge system_net_http_requests_started 8166 # HELP system_net_http_requests_started_total Requests Started Rate # TYPE system_net_http_requests_started_total counter system_net_http_requests_started_total 8107 # HELP system_net_http_requests_failed Requests Failed # TYPE system_net_http_requests_failed gauge system_net_http_requests_failed 26 # HELP system_net_http_requests_failed_total Requests Failed Rate # TYPE system_net_http_requests_failed_total counter system_net_http_requests_failed_total 26 # HELP system_net_http_current_requests Current Requests # TYPE system_net_http_current_requests gauge system_net_http_current_requests 0 # HELP system_net_http_http11_connections_current_total Current Http 1.1 Connections # TYPE system_net_http_http11_connections_current_total gauge system_net_http_http11_connections_current_total 1 # HELP system_net_http_http20_connections_current_total Current Http 2.0 Connections # TYPE system_net_http_http20_connections_current_total gauge system_net_http_http20_connections_current_total 0 # HELP system_net_http_http30_connections_current_total Current Http 3.0 Connections # TYPE system_net_http_http30_connections_current_total gauge system_net_http_http30_connections_current_total 0 # HELP system_net_http_http11_requests_queue_duration (ms) HTTP 1.1 Requests Queue Duration # TYPE system_net_http_http11_requests_queue_duration gauge system_net_http_http11_requests_queue_duration 0 # HELP system_net_http_http20_requests_queue_duration (ms) HTTP 2.0 Requests Queue Duration # TYPE system_net_http_http20_requests_queue_duration gauge system_net_http_http20_requests_queue_duration 0 # HELP system_net_http_http30_requests_queue_duration (ms) HTTP 3.0 Requests Queue Duration # TYPE system_net_http_http30_requests_queue_duration gauge system_net_http_http30_requests_queue_duration 0 # HELP system_net_sockets_current_outgoing_connect_attempts Current Outgoing Connect Attempts # TYPE system_net_sockets_current_outgoing_connect_attempts gauge system_net_sockets_current_outgoing_connect_attempts 0 # HELP system_net_sockets_outgoing_connections_established Outgoing Connections Established # TYPE system_net_sockets_outgoing_connections_established gauge system_net_sockets_outgoing_connections_established 1571 # HELP system_net_sockets_incoming_connections_established Incoming Connections Established # TYPE system_net_sockets_incoming_connections_established gauge system_net_sockets_incoming_connections_established 6425 # HELP system_net_sockets_bytes_received Bytes Received # TYPE system_net_sockets_bytes_received gauge system_net_sockets_bytes_received 336064106 # HELP system_net_sockets_bytes_sent Bytes Sent # TYPE system_net_sockets_bytes_sent gauge system_net_sockets_bytes_sent 3042316458 # 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 2421 # 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 1665 # 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 1688 # HELP system_net_security_current_tls_handshakes Current TLS handshakes # TYPE system_net_security_current_tls_handshakes gauge system_net_security_current_tls_handshakes 0 # HELP system_net_security_failed_tls_handshakes Total TLS handshakes failed # TYPE system_net_security_failed_tls_handshakes gauge system_net_security_failed_tls_handshakes 1 # HELP system_net_security_all_tls_sessions_open All TLS Sessions Active # TYPE system_net_security_all_tls_sessions_open gauge system_net_security_all_tls_sessions_open 24 # 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 24 # HELP system_net_security_all_tls_handshake_duration (ms) TLS Handshake Duration # TYPE system_net_security_all_tls_handshake_duration gauge system_net_security_all_tls_handshake_duration 0 # HELP system_net_security_tls10_handshake_duration (ms) TLS 1.0 Handshake Duration # TYPE system_net_security_tls10_handshake_duration gauge system_net_security_tls10_handshake_duration 0 # HELP system_net_security_tls11_handshake_duration (ms) TLS 1.1 Handshake Duration # TYPE system_net_security_tls11_handshake_duration gauge system_net_security_tls11_handshake_duration 0 # HELP system_net_security_tls12_handshake_duration (ms) TLS 1.2 Handshake Duration # TYPE system_net_security_tls12_handshake_duration gauge system_net_security_tls12_handshake_duration 0 # HELP system_net_security_tls13_handshake_duration (ms) TLS 1.3 Handshake Duration # TYPE system_net_security_tls13_handshake_duration gauge system_net_security_tls13_handshake_duration 0 # HELP microsoft_aspnetcore_hosting_requests_per_second_total Request Rate # TYPE microsoft_aspnetcore_hosting_requests_per_second_total counter microsoft_aspnetcore_hosting_requests_per_second_total 18881 # HELP microsoft_aspnetcore_hosting_total_requests Total Requests # TYPE microsoft_aspnetcore_hosting_total_requests gauge microsoft_aspnetcore_hosting_total_requests 18881 # 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_connections_per_second_total Connection Rate # TYPE microsoft_aspnetcore_server_kestrel_connections_per_second_total counter microsoft_aspnetcore_server_kestrel_connections_per_second_total 6425 # HELP microsoft_aspnetcore_server_kestrel_total_connections Total Connections # TYPE microsoft_aspnetcore_server_kestrel_total_connections gauge microsoft_aspnetcore_server_kestrel_total_connections 6425 # 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 2 # 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 current_nets_terminal_requests Number of requests towards nets terminal currently in progress. # TYPE current_nets_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 # HELP current_adyen_terminal_requests Number of requests towards adyen terminal currently in progress. # TYPE current_adyen_terminal_requests gauge current_adyen_terminal_requests{method="SendPayment"} 0 current_adyen_terminal_requests{method="VerifyTransaction"} 0 current_adyen_terminal_requests{method="SendPrint"} 0 current_adyen_terminal_requests{method="SendCancel"} 0 # 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.3.19",server_port="80"} 181851.22885260015 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.3.19",server_port="80"} 6407 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.3.19",server_port="80",le="0.01"} 3473 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.3.19",server_port="80",le="0.02"} 4461 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.3.19",server_port="80",le="0.04"} 4697 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.3.19",server_port="80",le="0.08"} 4730 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.3.19",server_port="80",le="0.16"} 4731 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.3.19",server_port="80",le="0.32"} 4731 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.3.19",server_port="80",le="0.64"} 4733 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.3.19",server_port="80",le="1.28"} 4735 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.3.19",server_port="80",le="2.56"} 4735 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.3.19",server_port="80",le="5.12"} 4740 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.3.19",server_port="80",le="10.24"} 4741 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.3.19",server_port="80",le="20.48"} 4741 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.3.19",server_port="80",le="40.96"} 4742 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.3.19",server_port="80",le="81.92"} 5831 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.3.19",server_port="80",le="163.84"} 6185 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.3.19",server_port="80",le="327.68"} 6350 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.3.19",server_port="80",le="655.36"} 6401 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.3.19",server_port="80",le="1310.72"} 6403 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.3.19",server_port="80",le="2621.44"} 6405 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.3.19",server_port="80",le="5242.88"} 6407 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.3.19",server_port="80",le="10485.76"} 6407 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.3.19",server_port="80",le="20971.52"} 6407 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.3.19",server_port="80",le="41943.04"} 6407 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.3.19",server_port="80",le="83886.08"} 6407 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.3.19",server_port="80",le="167772.16"} 6407 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.3.19",server_port="80",le="+Inf"} 6407 # HELP microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted (By) Total number of bytes evicted from the memory pool. Eviction occurs when idle pooled memory is reclaimed. Evicted memory is available for garbage collection. (Counter`1) # TYPE microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted gauge microsoft_aspnetcore_memorypool_aspnetcore_memory_pool_evicted{aspnetcore_memory_pool_owner="kestrel"} 194686976 # HELP npgsql_db_client_operation_npgsql_prepared_ratio The ratio of prepared command executions. (ObservableGauge`1) # TYPE npgsql_db_client_operation_npgsql_prepared_ratio gauge npgsql_db_client_operation_npgsql_prepared_ratio{db_client_connection_pool_name="Host=private-beta-core-do-user-8962426-0.b.db.ondigitalocean.com;Port=25060;Database=beta-core;Username=doadmin;SSL Mode=Require;Trust Server Certificate=True;Server Compatibility Mode=Redshift;Maximum Pool Size=22;Minimum Pool Size=5;Connection Idle Lifetime=300;Timeout=30;GSS Encryption Mode=Disable"} 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="MenuTreeConcurrency"} 0 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="MenuTreeConcurrency"} 1.0398069 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_count{aspnetcore_rate_limiting_policy="MenuTreeConcurrency"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="0.01"} 1 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="0.02"} 3 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="0.04"} 3 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="0.08"} 3 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="0.16"} 8 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="0.32"} 8 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="0.64"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="1.28"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="2.56"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="5.12"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="10.24"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="20.48"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="40.96"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="81.92"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="163.84"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="327.68"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="655.36"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="1310.72"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="2621.44"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="5242.88"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="10485.76"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="20971.52"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="41943.04"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="83886.08"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="167772.16"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="MenuTreeConcurrency",le="+Inf"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_sum{aspnetcore_rate_limiting_policy="GlobalConcurrency"} 2.6413680999999998 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_count{aspnetcore_rate_limiting_policy="GlobalConcurrency"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.01"} 38 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.02"} 53 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.04"} 76 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.08"} 88 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.16"} 91 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.32"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="0.64"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="1.28"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="2.56"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="5.12"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="10.24"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="20.48"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="40.96"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="81.92"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="163.84"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="327.68"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="655.36"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="1310.72"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="2621.44"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="5242.88"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="10485.76"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="20971.52"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="41943.04"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="83886.08"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="167772.16"} 93 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_request_lease_duration_bucket{aspnetcore_rate_limiting_policy="GlobalConcurrency",le="+Inf"} 93 # 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="MenuTreeConcurrency",aspnetcore_rate_limiting_result="acquired"} 9 microsoft_aspnetcore_ratelimiting_aspnetcore_rate_limiting_requests{aspnetcore_rate_limiting_policy="GlobalConcurrency",aspnetcore_rate_limiting_result="acquired"} 93 # HELP current_adyen_management_requests Number of requests towards adyen management currently in progress. # TYPE current_adyen_management_requests gauge # HELP microsoft_aspnetcore_authentication_aspnetcore_authentication_forbids ({forbid}) The total number of times an authenticated user attempts to access a resource they are not permitted to access. (Counter`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_forbids gauge # HELP microsoft_aspnetcore_server_kestrel_kestrel_upgraded_connections ({connection}) Number of HTTP connections that are currently upgraded (WebSockets). The number only tracks HTTP/1.1 connections. (UpDownCounter`1) # TYPE microsoft_aspnetcore_server_kestrel_kestrel_upgraded_connections gauge # HELP 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 383 # 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 383 # HELP grpc_aspnetcore_server_messages_received Total Messages Received # TYPE grpc_aspnetcore_server_messages_received gauge grpc_aspnetcore_server_messages_received 383 # 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_authentication_aspnetcore_authentication_challenges ({challenge}) The total number of times a scheme is challenged. (Counter`1) # TYPE microsoft_aspnetcore_authentication_aspnetcore_authentication_challenges gauge